AI Answer Generator is a Python tool that uses Google Gemini to generate smart answers to your questions and reads them aloud using pyttsx3. A simple terminal-based voice AI assistant for instant, spoken responses.
- Uses Google Gemini API (
gemini-2.0-flash
) to generate concise paragraph answers. - Converts the generated response to speech using
pyttsx3
. - Simple command-line interface.
- Python 3.7+
- Google Generative AI SDK (
google.generativeai
) - Text-to-speech engine (
pyttsx3
)
- Clone this repository:
git clone https://github.com/Abdullah-Shahid/AI-Answer-Generator.git
cd genai-tts-bot