GitHub - Shaunwei/RealChar: ️Create, Customize and Talk to your AI Character/Companion in Realtime (All in One Codebase!). Have a natural seamless conversation with AI everywhere (mobile, web and terminal) using LLM OpenAI GPT3.5/4, Anthropic Claude2, Chroma Vector DB, Whisper Speech2Text, ElevenLabs Text2Speech️
️创建️、自定义并实时与您的 AI 角色/同伴交谈
试试我们的网站 RealChar.ai
https://github.com/Shaunwei/RealChar/assets/5101573/5de0b023-6cf3-4947-84cb-596f429d109e
https://github.com/Shaunwei/RealChar/assets/5101573/62a1f3d1-1166-4254-9119-97647be52c42
演示设置:Web,GPT4,带有语音克隆的ElevenLabs,色度,Google语音转文本
在开始设置此项目之前,请确保您已完成以下任务:
git clone https://github.com/Shaunwei/RealChar.git && cd RealChar
# for mac
brew install portaudio
brew install ffmpeg
# for ubuntu
sudo apt update
sudo apt install portaudio19-dev
sudo apt install ffmpeg
pip install -r requirements.txt
sqlite3 test.db "VACUUM;"
alembic upgrade head
.env
cp .env.example .env
cli.py
python cli.py run-uvicorn
# or
uvicorn realtime_ai_character.main:app
cd client/web
npm start
python client/cli.py
client/mobile/ios/rac/rac.xcodeproj/project.pbxproj