A Python-based virtual assistant that uses Google's Gemini API for intelligent answers, fetches the latest news via NewsAPI, plays a selection of local songs, and opens commonly used websites like YouTube, Google, and LinkedIn.
- ๐๏ธ Voice command recognition
- ๐ฐ Fetches the latest news using NewsAPI
- ๐ค Answers questions via Gemini API (Google AI)
- ๐ต Plays selected songs from your system
- ๐ Opens popular websites like:
- YouTube
- ๐งฉ Easy to expand and customize
- Python 3
speech_recognition
for voice inputpyttsx3
for text-to-speechrequests
for API calls- Gemini API (Google)
- NewsAPI
git clone https://github.com/SANGEET240/JARVIS.git
cd JARVIS
pip install -r requirements.txt