Skip to content

zirea3l/AI-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

AI-in-Python

A project to build an AI voice assistant using python. The virtual assistant helps you to perform basic tasks.

About Geralt

"Geralt" is an AI personal voice assistant service built using python. It can understand human speech and perform basic task designed by the client.

When the user specify the appropriate trigger words , The G-One gets activated and executes the user commands.

Geralt AI Voice assistant:"Loading your personal Assistant Geralt.... Hello, Good Morning" (Greets the user according to time)

The implemented Voice assistant can perform the following tasks:

  1. Opens a wepage : Youtube , G-Mail , Google Chrome , StackOverflow

     User : Hey Geralt, Open Youtube
    
  2. Predicts time

     User : Hey Geralt , What is the time
    

3.Fetch Top headlines from Times of India

	User : Hey Geralt , what's the latest news?
  1. Searches data from web

     User : Hey Geralt, Search Butterfly images from web
    
  2. Ask geographical and computational questions

     User : Hey Geralt What is the capital of India? / Hey Geralt what is Cos 90?
    
  3. Predict Weather of different Cities

     User : Hey Geralt, What is the weather likely now in Shimla?
    
  4. Abstarct necessary information from wikipedia

     User : Hey Geralt, Who is Bill Gates according to Wikipedia
    

    The voice assistant abstarcts first 3 lines of wikipedia and gives the information to the user.

  5. Ask Geralt about what task it can perform and who created it

     User : Hey Geralt, Who created you? / Hey Geralt , What can you do
    

9.Turn off your pc when required

	 User : Hey Geralt , Please turn off my PC

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages