Projects
- PoC Interactive avatar
Goal of the Proof-of-Concept
Build a real-time conversational experience with a MetaHuman in Unreal Engine, where a user can talk to the character through a microphone. The MetaHuman:
Listens to the user (voice input).
Thinks / responds through an LLM chatbot (API)....
- Suite CRM
This project is about the CRM platform
- UE5 PoC Interactieve MetaHuman
The goal of this project is to build a Proof-of-Concept in Unreal Engine 5 where a MetaHuman can hold a real-time conversation with the user. The user speaks through a microphone, the audio is converted into text using a Speech-to-Text system, processed by an AI chatbot (LLM), and then converted back into audio via Text-to-Speech. The MetaHuman will play this audio with proper lip-sync....