The Unified assistatnt for waifu lovers.
The goal of this project is that the girl recognize user's personality, emotion and voice. So that, in given context, the girl should response correct voice, text and face.
- Response with emotion
- Recongnize user's emotion
- Recongnize User's screen
Clone server-side repository(this repository)
git clone https://github.com/yw0nam/WaifuAssistant
cd WaifuAssistantYou should adjust port, huggingface cache path, db path.. etc in docker-compose.yaml
After that,
docker-compose builddocker-compose upAfter running server side,
Clone local-side repository
git clone https://github.com/yw0nam/WaifuAssistant_local
cd WaifuAssistant_localconda create -n WaifuAssistant_local python=3.10
conda activate WaifuAssistant_local
pip install -r requirements.txt- Install VTS desktop audio plugin by Lua Lucky
- open it and connect to Vtube Studio
After that, you can run the code,
python main.py