Skip to content

Latest commit

 

History

History
62 lines (28 loc) · 1.11 KB

File metadata and controls

62 lines (28 loc) · 1.11 KB

The voice assitant
JARVIS

JARVIS - THE VOICE ASSISTANT

It is a simple Voice Assitant Developed using Python modules and could perform many tasks.

It also comes with a GUI developed using Tkinter module. Which is a Inbuilt Module in Python.

Libraries required to be installed using Pip Command:

1.Json

2.request

3.Speech recognition

4.Pyttsx3

5.Wikipedia

6.Ecapture

7.time

8.Wolfram Alpha

In-Built libraries required to be imported:

1.os

2.datetime

3.web browser

4.subprocess

Jarvis uses Third party API's to predict weather in different cities and to ask computational and geographical questions. Free API keys can be generated by creating an account in the following applications.

Open Weather Map - To forecast weather

WolframAlpha - To answer questions

The Code file in the repository will give you the clear Idea of Jarvis.