Skip to content

mycoder-in/AI-Virtual_Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

AI-Personal Assiatant

Hello Coders👋,

JarvisAi Personal Assistant using Python Programming If you want to know about JarvisAi more link this →https://pypi.org/project/JarvisAI/

In this Modern AI world,we made an AI model in older days that’s called JarvisA.If you are into movies you may have heard of Jarvis, an A.I. based character in the Iron Man films.

In this tutorial you get started with coding your own Jarvis, the voice activated assistant in Iron Man. Jarvis is a voice assistant, similar to Apple’s Siri or Google Now. In this tutorial we use the power of the Python programming language and a text-to-speech service.

Imagine ,How cool its to send mail without typing,and open browser without using your hands,etc,..

What can this A.I. assistant do for you â­•It can send emails on your behalf. â­•It can play music for you. â­•It can do Wikipedia searches for you. â­•It is capable of opening websites like Google, Youtube, etc., in a web browser. â­•It is capable of opening your code editor or IDE with a single voice command.

Without Delay! Let’s start building our own J.A.R.V.I.S. AI Chatbot,

Before that if you want this you need this,

Python +Microphone🎙+Internet

Starting VS Code,

I am going to use the VS Code IDE . For python, Pycharm also better option .Feel free to use any other IDE you are comfortable with. Start a new project and make a file called jarvis ai real.py.

Setup Tools:

pip install wikipedia — ->Wikipedia is a Python library that makes it easy to access and parse data from Wikipedia.

pip install SpeechRecognition — ->Used to recognize your voice

pip install pyttsx3 — ->pyttsx3 is a text-to-speech conversion library in Python. Unlike alternative libraries, it works offline, and is compatible with both Python 2 and 3.

— ->Included TTS engines:(voices name)

â—»sapi5

â—»nsss

â—»espeak

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages