Skip to content

A voice-activated virtual assistant named Jarvis, powered by Google’s Gemini model. It listens to user input via microphone and responds using AI.

License

Notifications You must be signed in to change notification settings

zogratis17/jarvis-assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jarvis-assistant

A voice-activated virtual assistant named Jarvis, powered by Google’s Gemini model. It listens to user input via microphone and responds using AI.

Prerequisites

  • Python 3.x
  • Install dependencies:
    pip install requests speechrecognition
  • Gemini API Key: Get a valid API key from Google to use the Gemini model.

File Structure

graphql

Copy code

jarvis-assistant/ │ ├── config.py # Stores Gemini API key ├── speech.py # Handles microphone input └── main.py # Core logic to interact with Gemini

Configuration

  1. Add API Key
    Create config.py and add:

    key = "your_gemini_api_key_here"

How to Run

  1. Start the Assistant
    Run the following command:
    `python main.py`
  1. Speak Your Query

    • Wait for the prompt: "Say something."
    • Speak clearly into the microphone.
    • Jarvis will recognize your input and respond accordingly.

License

This project is licensed under the MIT License.

Acknowledgments

About

A voice-activated virtual assistant named Jarvis, powered by Google’s Gemini model. It listens to user input via microphone and responds using AI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages