Skip to content

xena22/Jarvis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jarvis Voice Assistant

Jarvis is a simple voice assistant that listens to your voice commands and responds accordingly. It uses text-to-speech and speech recognition libraries in Python.

TODO :

Connect Ollama IA assistant

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/xena22/Jarvis.git
  2. Navigate to the project directory:

    cd Jarvis
  3. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate  # For Linux/macOS
    # Or
    .\venv\Scripts\activate  # For Windows
  4. Install the required packages:

    pip install -r requirements.txt

Usage

To run the Jarvis Voice Assistant, execute the following command:

python Jarvis.py

Say the word goodbye in your sentence to close the program

About

Jarvis with Ollama IA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages