This project is an AI Assistant built using Python. It uses OpenAI's models for conversation and the Whisper API for speech recognition.
- Python 3.9 or later (script will download 3.12)
ffmpegmultimedia framework- OpenAI API key
wingetpackage manager (Optional)gitversion control system (Optional)
-
Clone the repository:
git clone https://github.com/R-udren/VoiceChatOver9000.git cd VoiceChatOver9000 -
Set your API key in .env file:
echo "OPENAI_API_KEY=YOUR_API_KEY" > .env
-
Run script. With Python:
python main.py
Or by using batch script:
./run.bat