Realtime Voice Assistant project is all about providing Natural Human like voice with accurate info with Realtime Responsive Interaction
Speech Recognition Ultra low Latency LLM Human likelife Voice Synthisis
- Python 3.7 or higher
- I personally used python 3.12.2
-
Clone the repository:
git clone https://github.com/Bikram9035/Realtime-Voice-assistant.git
-
python -m venv venv source venv/bin/activate # On Windows use
venv\Scripts\activate
or conda create -p venv python==3.12.2 -y followed by - conda activate venv/ -
pip install -r requirements.txt
-
create your own .env file and add your API_KEY=your_api_key_here (get your keys from OpenAI and Groq Website)
-
run the main file >>> python main.py
-
Press Spacebar to start saying your query >press spacebar when your done. > Enjoy and get Creative 😊✌😊
Support: If you like this project, please consider giving it a ⭐ on GitHub. It helps others discover the project and keeps me motivated to make further improvements.