🤖 Jarvis Voice Assistant

Your Personal AI-Powered Voice Assistant

About

Jarvis is a voice-activated personal assistant built with Python. It can understand your voice commands and perform various tasks like opening websites, playing music, reading news, and more!

Features

Voice Commands

Say "Jarvis" followed by any of these commands:

Open Google
Open YouTube
Open Facebook
Open ChatGPT
Open Insta
Play [song name]
News
Exit/Finish

Setup Instructions

  1. Clone the repository:
    git clone https://github.com/Ultimate-spidy/cuddly-adventure.git cd cuddly-adventure
  2. Install required dependencies:
    pip install speechrecognition pyttsx3 gtts pygame requests
  3. Configure credentials:
    cp config.example.py config.py
    Then edit config.py with your actual credentials
  4. Run the assistant:
    python main.py
⚠️ Note: You'll need a working microphone and speakers. Get your free News API key from newsapi.org

Requirements