This Voice Assistant application:
- Recognizes speech and converts it to text.
- Speaks responses using
pyttsx3
. - Generates images or responses via the DynaSpark API based on user commands.
- Time-based greetings
- Image generation for keywords like "image" or "design"
- Text-based responses
- Exit command ("exit" or "quit")
- Clone the repository:
git clone https://github.com/Th3-AI/Ai-Assistant-Demo cd AI-Assistant-Demo
- Install dependencies:
pip install SpeechRecognition pyttsx3 markdown dynaspark setuptools pyaudio
- Set up your DynaSpark API key in the script.
Run the application:
python ai.py
Speak commands into the microphone. Use "exit" or "quit" to stop.
-
Created By Th3-C0der & Darkcodi-3