kishanrajput23 / Jarvis-Desktop-Voice-Assistant

Your Own Personal Voice Assistant. It's a mini python project.
MIT License
185 stars 302 forks source link
bot desktop-assistant desktop-voice-asssistant jarvis jarvis-ai jarvis-assistant jarvis-bot personal-assistant python python-3 python-library python-mini-projects python-programming python-project python-project-beginner python-projects python3 pyttsx3 speech-recognition voice-assistant

Jarvis Desktop Voice Assistant🔥

Have you ever wondered how cool it would be to have your own assistant? Imagine how easier it would be doing Wikipedia searches without opening web browsers, and performing many other daily tasks like playing music with the help of a single voice command, opening different browsers in just a voice command.

This project is simple desktop voice assistant built with python named as “Jarvis Desktop Voice Assistant”. This project is fully completed and error free. It was compiled in VS Code Editor.

🔸 Let's be honest, it's not as intelligent as in the movie, but it can do a lot of cool things and automate your daily tasks you do on your personal computers/laptops.

📌Built with

📌Features

It can do a lot of cool things, some of them being:

Requirements

Python 3.6+

📌Installation

  1. Fork The Repository

    • Click the "Fork" button on the top right corner of the repository page.
  2. Clone The Repository

    • Clone the forked repository to your local machine:
      git clone <URL>
      cd Jarvis-Desktop-Voice-Assistant
  3. Create and Activate a Virtual Environment

    • Create a virtual environment:
      python -m venv .venv
      • Activate the virtual environment:
    • For Windows:
      .venv\Scripts\activate
    • For macOS/Linux:
      source .venv/bin/activate
      • This activates the virtual environment and should look like (venv) directory/of/your/project>
  4. Install Requirements

    • Install all the requirements given in requirements.txt by running the command pip install -r requirements.txt
  5. Install PyAudio

    • Follow the instructions given here
  6. Run the Assistant

    • Run the main script:
      python jarvis.py
    • Now Enjoy with your own assistant !!!!
  7. Deactivate the Virtual Environment

    • After you're done, deactivate the virtual environment:
      deactivate

📌Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

📌Author

👤 Kishan Kumar Rai

📌Show your support

Please ⭐️ this repository if this project helped you!

📌License

This project is MIT licensed.