Skip to content

In this project we have design a minimalist Virtual Assistant Named Jarvis with the help of Python. To start with this project, instruction are given to REAMDE.md file.

Notifications You must be signed in to change notification settings

Apparky/Jarvis-VA-using-Python-APPARKY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jarvis-VA-using-Python-APPARKY

Python is a suitable language for scriptwriters and developers. This is a script for Personal Voice Assistant using Python, and we named it Jarvis. The query for the assistant is manipulated as per the user’s need.The implemented assistant can open up the application (if it’s installed in the system), open Google, Wikipedia and YouTube and many other things as per the queries given, or you give by just giving the voice command.

We process the data as per the need or add the functionality, depends upon how we code things. We are using Google speech recognition API and google text to speech for voice input and output respectively.

To start Jarvis you are going to require few Libraries. The list of Librarys are given billow

  • Pyttsx3
  • SpeechRecognition
  • Wikipedia
  • Requests
  • PyAudio

To install these Libraries the following commands are given billow

pip install pytts3
pip install SpeechRecognition
pip install wikipedia
pip install requests
pip install PyAudio

We also attach requirement.txt file with this project. You can also install these Libraries with this file by following this Command

pip install -r requirement.txt


To get more interesting projects follow our GitHub page at Here

To get more interesting projects follow our Bitbucket page at Here

To know more about APPARKY Click Here

About

In this project we have design a minimalist Virtual Assistant Named Jarvis with the help of Python. To start with this project, instruction are given to REAMDE.md file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages