voice-chat-ai

🎙️ Speak with AI - Run locally using ollama or OpenAI - XTTS or OpenAI Speech or ElevenLabs

MIT License

Stars
78
Committers
1

Bot releases are hidden (Show)

voice-chat-ai - Checkpoints and XTTS-v2 models to add in project directory Latest Release

Published by bigsk1 4 months ago

Download both of these and add them to voice-chat-ai folder

voice-chat-ai/
├── .gitignore
├── .env
├── README.md
├── app.py
├── requirements.txt
├── cpu_requirements.txt
├── checkpoints/
   ├── base_speakers
   ├── convertor
├── XTTS-v2/
   ├── config.json
   ├── model.pth
   ├── ... (other XTTS model files)
├── outputs/
   └── ... (generated audio files)
├── samantha/
   ├── samantha.txt
   ├── prompts.json
   └── samantha.wav
├── wizard/
   ├── wizard.txt
   ├── prompts.json
   └── wizard.wav
Badges
Extracted from project README
Python application License Watch the video Watch the video Watch the video Watch the video
Related Projects