Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.12 KB

readme.md

File metadata and controls

39 lines (24 loc) · 1.12 KB

Realtime Ai Voice Assistant

Realtime Voice Assistant project is all about providing Natural Human like voice with accurate info with Realtime Responsive Interaction

Features

Speech Recognition Ultra low Latency LLM Human likelife Voice Synthisis

Setup Instructions

Prerequisites

  • Python 3.7 or higher
  • I personally used python 3.12.2

Installation

  1. Clone the repository:

    git clone https://github.com/Bikram9035/Realtime-Voice-assistant.git
    
    
  2. 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/

  3. pip install -r requirements.txt

  4. create your own .env file and add your API_KEY=your_api_key_here (get your keys from OpenAI and Groq Website)

  5. run the main file >>> python main.py

  6. 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.