# Interactive Digital Avatar
The sample shows how to integrate 2D/3D avatars with an LLM server in the backend, to provide real-time, intelligent responses to user queries through speech-based conversational interfaces. ## Requirements The pipeline consists of two systems, a client and a server. Client: Windows 11 22H2 or above Server: Ubuntu 22.04 For 2D avatar, the RAG will run on the server and other parts will run on the client. For 3D avatar, the RAG and lipsync (SAiD) will run on the server and the other parts will run on the client.