This project is a simple implementation of a real time conversation assistant using AI (speech-to-text and LLM model).
Use the package manager pip to install the required libraries.
pip install -r requirements.txt
-
First, you need to obtain an API key from Replicate.
-
Run this command to export the environment variables:
export REPLICATE_API_TOKEN=<your_replicate_api_key>
Run this command to start the application:
python app.py