This project is an AI voice assistant that converts speech to text, processes the text using a language model, and converts the generated response back to speech. The application is deployed as a web app using Streamlit.
- Speech-to-Text: Converts audio input to text using Whisper.
- Text Generation: Generates responses using the Google Flan-T5 model.
- Text-to-Speech: Converts text back to speech using Microsoft's Edge TTS.
- Clone the repository:
git clone https://github.com/girishonweb/AI-voice-assistant.git cd AI-voice-assistant