A real-time conversational agent powered by FastRTC and Rime Arcana V2.
- Clone the repository.
- Install dependencies:
pip install .
- Set environment variables in a
.env
file:HF_TOKEN=your_hf_token RIME_API_KEY=your_rime_api_key
- Run the app:
python app.py
Open the Gradio UI in your browser, enter your tokens, select a speaker, and start a conversation.
MIT