Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A python based desktop voice assistant capable of executing system-level commands, integrating speech recognition and text-to-speech, and handling asynchronous user interactions.
| Date | Stars |
|---|---|
| 2026-07-24 | 831 |
| 2026-07-25 | 831 |
| 2026-07-28 | 837 |
| 2026-07-30 | 838 |
| 2026-07-31 | 838 |
| 2026-08-06 | 838 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Jarvis Desktop Voice Assistant🔥
<img src="https://giffiles.alphacoders.com/212/212508.gif" alt="">
**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
<code><img height="30" src="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/python/python.png"></code>
## 📌Features
It can do a lot of cool things, some of them being:
- Greet user
- Tell current time and date
- Launch applications/softwares
- Open any website
- Tells about any person (via Wikipedia)
- Can search anything on Google
- Plays music
- Take important note in text file
- Can take screenshot and save it with custom filename
- Can tell jokes
## 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:
```bash
git clone <URL>
cd Jarvis-Desktop-Voice-Assistant
```
3. **Create and Activate a Virtual Environment**
- Create a virtual environment:
```bash
python -m venv .venv
```
- Activate the virtual environment:
- For Windows:
```bash
.venv\Scripts\activate
```
- For macOS/Linux:
```bash
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](https://github.com/kishanrajput23/Jarvis-Desktop-Voice-Assistant/blob/main/requirements.txt)** by running the command `pip install -r requirements.txt`
5. **Install PyAudio**
- Follow the instructions given **[here](https://stackoverflow.com/questions/52283840/i-cant-install-pyaudio-on-windows-how-to-solve-error-microsoft-visual-c-14)**
6. **Run the Assistant**
- Run the main script:
```bash
python jarvis.py
```
- Now Enjoy with your own assistant !!!!
7. **Deactivate the Virtual Environment**
- After you're done, deactivate the virtual environment:
```bash
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**
- Twitter: [@kishan_rajput23](https://twitter.com/kishan_rajput23)
- Github: [@kishanrajput23](https://github.com/kishanrajput23)
- LinkedIn: [@kishan-kumar-rai](https://linkedin.com/in/kishan-kumar-rai-23112000)
## 📌Show your support
Please ⭐️ this repository if this project helped you!
## 📌License
This project is [MIT](https://choosealicense.com/licenses/mit/) licensed.
## 📌Learning Resources to Extend This Project
To build this project further and enhance its capabilities, a strong understanding of the following areas is recommended:
### 🐍 Python Fundamentals
Python is the core language behind this project. A solid grasp of syntax, control flow, functions, and error handling will help you modify and extend the assistant’s functionality.
👉 [Python Programming Course](https://www.mygreatlearning.com/academy/premium/master-python-programming)
### 🎙️ Voice Processing & NLP
Voice commands are processed using speech and text-based techniques. Understanding Natural Language Processing (NLP) concepts such as tokenization and text Excerpt of 5,220 characters
Read on GitHub31
2
2
2
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:7005c11ac1b96160, topic:speech-recognition, topic:voice-assistant, desc:speech recognition