Singhak /
Desktop-Assistant
This is python based assistant who perform your tasks like searching music play video answer the question and many more
Loading repository data…
kishanrajput23 / repository
A python based desktop voice assistant capable of executing system-level commands, integrating speech recognition and text-to-speech, and handling asynchronous user interactions.
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.
It can do a lot of cool things, some of them being:
Python 3.6+
Fork The Repository
Clone The Repository
git clone <URL>
cd Jarvis-Desktop-Voice-Assistant
Create and Activate a Virtual Environment
python -m venv .venv
.venv\Scripts\activate
source .venv/bin/activate
(venv) directory/of/your/project>Install Requirements
pip install -r requirements.txtInstall PyAudio
Run the Assistant
python jarvis.py
deactivate
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
👤 Kishan Kumar Rai
Please ⭐️ this repository if this project helped you!
This project is MIT licensed.
To build this project further and enhance its capabilities, a strong understanding of the following areas is recommended:
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
Voice commands are processed using speech and text-based techniques. Understanding Natural Language Processing (NLP) concepts such as tokenization and text analysis can help improve voice interaction.
👉 Introduction to NLP
Currently, the assistant follows predefined logic. By integrating Generative AI concepts, it can be enhanced into a conversational assistant capable of generating intelligent responses and performing web-based tasks.
👉 Introduction to Generative AI
To make the assistant more advanced, computer vision can be introduced for features like face detection and gesture control. Learning image and video processing fundamentals is a good starting point.
👉 Computer Vision Essentials
For a conceptual overview of building voice assistants in Python, you can refer to this article: CLICK HERE
Some learning resources mentioned above are shared as part of an educational collaboration.
Selected from shared topics, language and repository description—not editorial ratings.
Singhak /
This is python based assistant who perform your tasks like searching music play video answer the question and many more
shaswataddas /
A python based voice assistant which can able to make note and also give your events on user specified date.
vash-ashutosh /
Phoebe is a Python based desktop assistant bot which helps you to perform some system based tasks but basically helps in performing all the web based searches. A simple Tkinter GUI is used in order to start this application.
RatikantPatil01 /
Sillycon Bot is a Python-based desktop assistant that helps users perform everyday tasks with simple commands. It can open applications, launch websites, tell the current time, and respond interactively to user input — all without using AI or internet-based models.