|
|
2 yıl önce | |
|---|---|---|
| .vscode | 2 yıl önce | |
| docs | 2 yıl önce | |
| public | 2 yıl önce | |
| scripts | 2 yıl önce | |
| src | 2 yıl önce | |
| working | 2 yıl önce | |
| .eslintrc.json | 3 yıl önce | |
| .gitignore | 2 yıl önce | |
| .nvmrc | 2 yıl önce | |
| .prettierrc.js | 2 yıl önce | |
| LICENSE | 2 yıl önce | |
| README.md | 2 yıl önce | |
| next.config.js | 2 yıl önce | |
| package-lock.json | 2 yıl önce | |
| package.json | 2 yıl önce | |
| postcss.config.js | 3 yıl önce | |
| tailwind.config.js | 2 yıl önce | |
| tsconfig.json | 3 yıl önce | |
| watch.json | 3 yıl önce |
Amica is an application that allows you to easily converse with 3D characters in your browser.
You can import VRM files, adjust the voice to fit the character, and generate response text that includes emotional expressions.
The various features of Amica mainly use the following technologies:
To run this project locally, clone or download the repository.
git clone [email protected]:semperai/amica.git
Install the required packages.
npm install
After installing the packages, start the development web server using the following command.
npm run dev
Once started, please visit the following URL to confirm that it is working properly.
View the documentation for more information on how to configure and use Amica.
This project originated as a fork of ChatVRM by Pixiv:
https://pixiv.github.io/ChatVRM