Welcome to J.A.R.V.I.S โ Your very own Python-based Voice Assistant ๐คฉ
This smart assistant uses speech recognition and text-to-speech technologies to help you perform web actions and play songs, just like Iron Manโs JARVIS! ๐ฆพ
โจ Speak the wake word "Jarvis" to activate the assistant
๐ Open websites like Google, YouTube, Facebook, Instagram, WhatsApp, and LinkedIn
๐ต Play music by saying "Play [song-name]"
๐ง Smart voice interaction using Google Speech Recognition
๐ Responds using pyttsx3 text-to-speech engine
๐ ๏ธ Simple and modular Python script
- ๐ Python 3.x
- ๐ค
speech_recognition - ๐
webbrowser - ๐ข
pyttsx3 - ๐ฎ
pygame - ๐ถ
musicLibrary(custom module) - ๐
requests - ๐ง
pocketsphinx(offline speech recognition)
Install all required libraries using pip:
pip install speechrecognition
pip install pyttsx3
pip install pygame
pip install pocketsphinx```
---
๐ Jarvis-Voice-Assistant
โโโ main.py # Main script
โโโ musicLibrary.py # Dictionary of songs
โโโ README.md # You're reading it!