AI Avatar — Real-Time 3D Talking AI Companion with Voice and Emotion | Next.js + Three.js Final Year Project with Source Code
Back to ProjectFollow these steps to run the AI Avatar project on your machine. It takes about ten minutes.
Unzip the downloaded project, then open a terminal inside the folder.
cd ai-avatar
Run the following command and wait for it to finish.
npm install
Copy the example environment file to a new local file.
cp .env.example .env.local
Open .env.local in any editor and paste your keys.
GROQ_API_KEY=your_groq_api_key_here
GROQ_MODEL=llama-3.3-70b-versatile
Place your VRM 1.0 file at the path below. You can download free models from VRoid Hub or Booth.pm, or build one with VRoid Studio.
public/models/avatar.vrm
Run the development server.
npm run dev
Visit the address below in Chrome or Edge.
http://localhost:3000
Our team is here to assist you with installation and setup.