An open API service indexing awesome lists of open source software.

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

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.