This is a voice-activated AI assistant powered completely offline:
Whisper (tiny.en model) to listen to you without sending data to the cloud.Qwen2.5-0.5B-Instruct (a small, fast, intelligent local model) to think and converse.Audio8/Audio8-TTS-Preview-0.6b to speak back to you with a realistic voice.agy commands and run system tools directly on your PC when requested!Activate the Virtual Environment:
cd C:\Users\AHMED\jarvis_assistant
.\venv\Scripts\activate
Run Jarvis (Fully Offline):
python jarvis_offline.py
The first time you run jarvis_offline.py, it will download the Whisper model (~150MB), Qwen LLM (~1GB), and Audio8 TTS model (~1.2GB) from Hugging Face. Subsequent runs will be completely offline and much faster.
Simply speak into your microphone when the console says "Listening...".
1 commits
Python
100.0%
This is a voice-activated AI assistant powered completely offline:
Whisper (tiny.en model) to listen to you without sending data to the cloud.Qwen2.5-0.5B-Instruct (a small, fast, intelligent local model) to think and converse.Audio8/Audio8-TTS-Preview-0.6b to speak back to you with a realistic voice.agy commands and run system tools directly on your PC when requested!Activate the Virtual Environment:
cd C:\Users\AHMED\jarvis_assistant
.\venv\Scripts\activate
Run Jarvis (Fully Offline):
python jarvis_offline.py
The first time you run jarvis_offline.py, it will download the Whisper model (~150MB), Qwen LLM (~1GB), and Audio8 TTS model (~1.2GB) from Hugging Face. Subsequent runs will be completely offline and much faster.
Simply speak into your microphone when the console says "Listening...".
1 commits
Python
100.0%