https://github.com/clearxs/violet
Next generation interaction system.
https://github.com/clearxs/violet
ai ai-agents ai-companion speech-to-text text-to-speech three-vrm waifu
Last synced: about 1 month ago
JSON representation
Next generation interaction system.
- Host: GitHub
- URL: https://github.com/clearxs/violet
- Owner: ClearXs
- License: apache-2.0
- Created: 2025-08-11T02:32:15.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-09-03T14:58:07.000Z (about 1 month ago)
- Last Synced: 2025-09-03T16:42:24.523Z (about 1 month ago)
- Topics: ai, ai-agents, ai-companion, speech-to-text, text-to-speech, three-vrm, waifu
- Language: Python
- Homepage:
- Size: 23.6 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Violet
_Next Generation Interaction System._
## Soul
- Memory Module: Privacy First. memory store in local intelligence devices.
- Sentiment Module
- Interactive Module
- Movement Module
- Voice Module
- TTS (Text-To-Speech)
- ASR (Automatic-Speech-Recognition)
- Vision Module
- Base-Foundation Module## Avatar
## I18n
Support english, chinese, japanese.
## Prerequisite
FFmpeg is required and must be installed.
| OS | How to install |
|-----------|-------------|
| Ubuntu/Debian | `sudo apt install ffmpeg` |
| MacOS | `brew install ffmpeg` |
| Windows | Download .exe from https://ffmpeg.org/download.html and add to PATH |## Acknowledgement 🙏
Thanks to the following projects for their open-source contributions.
- [GPT-SoVITS](https://github.com/RVC-Boss/GPT-SoVITS.git)
- [MIRIX](https://github.com/Mirix-AI/violet.git)
- [letta](https://github.com/letta-ai/letta.git)
- [WhisperLiveKit](https://github.com/QuentinFuxa/WhisperLiveKit)
- [local-chat-vrm](https://github.com/pixiv/local-chat-vrm)
- [gost](https://github.com/go-gost/gost)