An interactive AI assistant that can understand speech, generate responses, and speak back using text-to-speech.
git clone https://github.com/yourusername/speech_ai.git
cd speech_ai
python -m venv nemo_env
# On Windows:
nemo_env\Scripts\activate
pip install numpy torch transformers pyaudio sounddevice pyttsx3
Make sure you're in the project directory with the virtual environment activated
Run the assistant:
python integrated_assistant.py
integrated_assistant.py: Main application filerequirements.txt: Python package dependenciesREADME.md: DocumentationPyAudio installation errors:
pip install PyAudio‑X.X.X‑cpXX‑cpXX‑win_amd64.whlText-to-Speech not working:
MIT License
Python
100.0%
An interactive AI assistant that can understand speech, generate responses, and speak back using text-to-speech.
git clone https://github.com/yourusername/speech_ai.git
cd speech_ai
python -m venv nemo_env
# On Windows:
nemo_env\Scripts\activate
pip install numpy torch transformers pyaudio sounddevice pyttsx3
Make sure you're in the project directory with the virtual environment activated
Run the assistant:
python integrated_assistant.py
integrated_assistant.py: Main application filerequirements.txt: Python package dependenciesREADME.md: DocumentationPyAudio installation errors:
pip install PyAudio‑X.X.X‑cpXX‑cpXX‑win_amd64.whlText-to-Speech not working:
MIT License
Python
100.0%