Discord: https://discord.gg/7KkS3r5hGK
[This repo was cloned from ChatVRM-jp, which is a fork of @pixiv/ChatVRM.]
ChatVRM is a demo application that allows you to easily talk with a 3D character in your browser.
By importing VRM files, you can adjust the voice to match the character, and generate responses that include emotional expressions.
ChatVRM mainly uses the following technologies.
- Generate response text
- User speech recognition
- Text to speech
- Displaying 3D characters
A demo is available at Vercel.
https://chat-vrm-window.vercel.app/
Clone or download this repository to run locally.
git clone https://github.com/zoan37/ChatVRM.git
Please install the required packages.
npm install
After package installation is complete, start the development web server with the following command.
npm run dev
After execution, access the following URL.
ChatVRM uses Window AI to generate responses.
ChatVRM uses ElevenLabs API to do text to speech.