An open API service indexing awesome lists of open source software.

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.

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)