https://github.com/haardikdharma10/voice-assistant
Virtual Voice Assistant named 'JARVIS' and built using Python
https://github.com/haardikdharma10/voice-assistant
Last synced: about 1 month ago
JSON representation
Virtual Voice Assistant named 'JARVIS' and built using Python
- Host: GitHub
- URL: https://github.com/haardikdharma10/voice-assistant
- Owner: haardikdharma10
- Created: 2020-05-23T20:07:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T19:05:30.000Z (about 5 years ago)
- Last Synced: 2025-02-16T19:37:07.672Z (4 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Voice-assistant
This repository contains a Voice-Assistant built using Python. The assistant is named as 'Jarvis'. (Marvel/Iron Man) fans, you guys got it right, yes?
The name 'Jarvis' was the name of Tony Stark's assistant in Iron Man.
It is a very beginner-friendly assistant and does only a handful of tasks.
To find out the tasks it can do, have a look at the code once:
[jarvis-assistant.py](https://github.com/haardikdharma10/voice-assistant/blob/master/jarvis-assistant.py)# Libraries
Following additional libraries have been used in this repo:
[1. pyttsx3](https://pypi.org/project/pyttsx3/)
[2. SpeechRecognition](https://pypi.org/project/SpeechRecognition/)
[3. Wikipedia](https://pypi.org/project/wikipedia/)# Contributions
This is an open-source and a beginner-friendly repository. Beginners who would like to contribute to it, feel free to fork this repo and make useful changes to it.