|
|
2 tahun lalu | |
|---|---|---|
| .github | 2 tahun lalu | |
| .vscode | 2 tahun lalu | |
| __mocks__ | 2 tahun lalu | |
| __tests__ | 2 tahun lalu | |
| docs | 2 tahun lalu | |
| public | 2 tahun lalu | |
| scripts | 2 tahun lalu | |
| src | 2 tahun lalu | |
| src-tauri | 2 tahun lalu | |
| working | 2 tahun lalu | |
| .env.local | 2 tahun lalu | |
| .eslintrc.json | 3 tahun lalu | |
| .gitbook.yaml | 2 tahun lalu | |
| .gitignore | 2 tahun lalu | |
| .nvmrc | 2 tahun lalu | |
| .prettierrc.js | 2 tahun lalu | |
| LICENSE | 2 tahun lalu | |
| README.md | 2 tahun lalu | |
| app-icon.png | 2 tahun lalu | |
| github-actions-reporter.js | 2 tahun lalu | |
| i18next-parser.config.mjs | 2 tahun lalu | |
| jest.config.mjs | 2 tahun lalu | |
| jest.setup.mjs | 2 tahun lalu | |
| next.config.js | 2 tahun lalu | |
| package-lock.json | 2 tahun lalu | |
| package.json | 2 tahun lalu | |
| postcss.config.js | 3 tahun lalu | |
| tailwind.config.js | 2 tahun lalu | |
| tsconfig.json | 2 tahun lalu | |
| watch.json | 3 tahun lalu |
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.
Most of the configuration is done in the .env.local file. Reference the config.ts file for the available options.
amica
├── .env.local
├── src
│ ├── utils
│ │ └── config.ts
Amica uses Tauri to build the desktop application.
To develop the desktop application, use the following command:
npm run tauri dev
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