Found 714 repositories(showing 30)
projectswithdigambar
Jarvis is a smart desktop assistant built with Python, Eel, HTML/CSS, and JavaScript that empowers you to control your computer and mobile device through voice and text commands. Whether you're multitasking, need quick actions, or just want to chat—Jarvis is here to help.
Temavrix
Jarvis is a simple Pytorch AI with a GUI capable of chatting and retrieving information or daily news from the internet for it's user using python.
Arnav3241
Jarvis v13 is a Python-based personal assistant powered by Gemini, designed to automate tasks, answer queries, and assist with creative content generation.
vannu07
🤖 Jarvis - AI Voice Assistant with Face Recognition | Hacktoberfest 2025 Friendly | Built with Python, OpenCV, and Modern Web Technologies
Garvit-821
🤖 JARVIS is your AI assistant with a slick GUI. Voice recognition, natural language processing, and task automation. Get organized and simplify tasks. Contribute to our open-source project! #Python #AIAssistant #OpenSource
veldanava
personal assistant like jarvis with Python
Arbazkhan4712
Source Code Of:- https://www.udemy.com/course/learn-to-create-ai-assistant-jarvis-with-python/learn/
UjwalChaudhari305
Jarvis is a A.I. Personal Assistant System. That can help you with your daily ,regular tasks. You can control it using your voice. This system is made using python programming. Nothing is hard unless an logic applied that`s how jarvis define itself.
shofiahmed69
AI-powered voice assistant built with Python & LiveKit. Features real-time weather detection, web search, and natural voice interactions. Your personal JARVIS! 🤖
rohittiwari-dev
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
JoelShine
This is a project of mine which includes all the python skills I have learnt ! This is a virtual desktop as well as web assistant ! The main file is JARVIS.py. (Please note speech recognition is not included ! If anyone can help me with that, I would love to implement that too. The problem is portaudio in python has some problem with mine. It is saying "missing parenthesis in call to print".)
Chaitanya029
AI Jarvis is an open-source AI chatbot developed in Python with the main inspiration taken from the film ‘Ironman’ and its iconic assistant Jarvis and powered by Google Open-AI. This project makes the future touch your hand by providing an advanced version of the AI assistant which can listen to voice commands, even claps and keyboard presses.
picoders1
JARVIS is a Voice-Based AI Assistant which is developed in Python Programming Language . It uses Different Technologies To Add New Unique Features. It can Automate Tasks with just One Voice Command. It is a Desktop Based AI Assistant.
Jarvis is a voice-based assistant built in Python that simplifies daily tasks through voice interaction. Utilizing libraries like speech_recognition and pyttsx3, Jarvis can understand spoken commands and respond with synthesized speech.
Usman-bin-Khalid
Jarvis AI Voice & Text Assistant – A Python-based desktop AI assistant with voice commands, text chat, translation, news, music, image generation & modern Tkinter UI.
BilliamsFluster
StockBotWebApp is a full-stack, voice-enabled trading platform I’ve always wanted to build. It pairs a Next.js frontend with an Express API and a Python FastAPI StockBot for analysis, backtesting, and real-time broker connectivity (Schwab, Alpaca). Features include the Jarvis assistant for voice interaction, secure env management via Infisical
mukeshlilawat1
A smart voice assistant built with Python that listens to your voice commands, responds using speech, opens websites, and answers questions using OpenAI (or local AI models). Designed like your own Jarvis from Iron Man!
ayu-yishu13
A full working Jarvis built with a Python backend and a modern HTML/CSS/JS frontend. The UI can be hosted on Vercel while the brain runs locally. Clean architecture, easy to extend, and beginner‑friendly to advanced. Author: Ayush Kumar Rai (aka Future Lelouch)
Sumit-Bhusal
Jarvis made with Python.
prajwalbhagwat
Have you ever wondered how cool it would be to have your own A.I. assistant? We all are admirers of the Marvel series and especially Tony Stark's assistant JARVIS. We all have dream of having one JARVIS for our whole lives. So here I am with my first python project which is (AI) Desktop Voice Assistant with GUI. I have too named my Voice Assistant as JARVIS. It can do all the functions with our voice command.
A-strangeman
Jarvis AI Assistant is a voice-activated virtual assistant built with Python that performs a wide range of system and internet-based tasks. Inspired by the iconic "Jarvis" from Iron Man, this project is designed to automate daily activities using speech recognition and AI-powered responses.
shwetakumawat
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 weather of any city - Open location of any place plus tells the distance between your place and queried place - Tells your current system status (RAM Usage, battery health, CPU usage) - Tells about your upcoming events (Google Calendar) - Tells about any person (via Wikipedia) - Can search anything on Google - Can play any song on YouTube - Tells top headlines (via Times of India) - Plays music - Send email (with subject and content) - Calculate any mathematical expression (example: Jarvis, calculate x + 135 - 234 = 345) - Answer any generic question (via Wolframalpha) - Take important note in notepad - Tells a random joke - Tells your IP address - Can switch the window - Can take screenshot and save it with custom filename - Can hide all files in a folder and also make them visible again - Has a cool Graphical User Interface ## API Keys To run this program you will require a bunch of API keys. Register your API key by clicking the following links - [OpenWeatherMap API](https://openweathermap.org/api) - [Wolframalpha](https://www.wolframalpha.com/) - [Google Calendar API](https://developers.google.com/calendar/auth) ## Installation - First clone the repo - Make a config.py file and include the following in it: ```weather_api_key = "<your_api_key>" email = "<your_email>" email_password = "<your_email_password>" wolframalpha_id = "<your_wolframalpha_id>" - Copy the config.py file in Jarvis>config folder - Make a new python environment If you are using anaconda just type ```conda create -n jarvis python==3.8.5 ``` in anaconda prompt - To activate the environment ``` conda activate jarvis ``` - Navigate to the directory of your project - Install all the requirements by just hitting ``` pip install -r requirements.txt ``` - Install PyAudio from wheel file by following instructions given [here](https://stackoverflow.com/a/55630212) - Run the program by ``` python main.py ``` - Enjoy !!!! ## Code Structure ├── driver ├── Jarvis # Main folder for features │ ├── config # Contains all secret API Keys │ ├── features # All functionalities of JARVIS │ └── utils # GUI images ├── __init__.py # Definition of feature's functions ├── gui.ui # GUI file (in .ui format) ├── main.py # main driver program of Jarvis ├── requirements.txt # all dependencies of the program - The code structure if pretty simple. The code is completely modularized and is highly customizable - To add a new feature: - Make a new file in features folder, write the feature's function you want to include - Add the function's definition to __init__.py - Add the voice commands through which you want to invoke the function ## Contribute Please read [CONTRIBUTING.md](https://github.com/Gladiator07/JARVIS/blob/master/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests. ## License This project is licensed under [MIT License](https://github.com/Gladiator07/JARVIS/blob/master/LICENSE) 2021 Atharva Ingle ## Future Improvements - Generalized conversations can be made possible by incorporating Natural Language Processing - GUI can be made more nicer to look at and functional - More functionalities can be added
Souvik5169
No description available
Kiruthika162003
JARVIS is a personal Assistant built using python. It seems interesting on working with it
surajmaru
Jarvis is my personal offline AI assistant built with Python, Ollama (Mistral), and Edge TTS. It listens, thinks, and speaks in real time with smooth voice output. Fast, private, and interactive — my own mini Iron Man–style assistant!
amit862
JARVIS is an Voice Based AI Assistant which is developed in Python Programming Language. It uses Different Technologies To Add New Unique Features. It can Automate Tasks with just One Voice Command. It is an Desktop Based AI Assistant.
Krish-KJ
JARVIS Command-line Assistant A simple voice-controlled virtual assistant built with Python. It uses SpeechRecognition for voice input, integrates with Google Gemini API for AI responses, and supports opening popular websites through voice commands. The assistant listens, processes natural language queries, and responds in real time.
WasifSohail5
JARVIS is a lightweight and efficient Python-based voice assistant that executes tasks through voice commands. It can manage files, control system settings, search the web, play media, send emails, fetch news, and generate AI-powered responses, enhancing productivity with hands-free automation. 🚀🤖
Adnan-The-Coder
JARVIS is a voice-activated virtual assistant built with Python, designed to automate daily computer tasks and answer user queries using natural voice interaction. It integrates APIs like WolframAlpha and Wikipedia to provide intelligent responses, and includes features like system monitoring, app launching, weather updates, and more.
Girik1
No description available