Skip to content

Friday - A python based AI Personal Assistant based on the Movie "Iron Man"

Notifications You must be signed in to change notification settings

immo2n/Friday-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Friday-AI

Friday - A python based AI Personal Assistant based on the Movie "Iron Man"

To run, from terminal in the project folder type "python main.py"

It uses OpenAI's GPT-3 to answer questions and also caches the questions for later usage and enlargement of its memory. It also has some pre-loaded question answer sets of various general knowledge MCQ's and trick questions. To store the data, it uses SQLITE which also allows it to question the user about similar queries and sorts the most accepted prediction for next time. It takes input directly by voice also if internet is not available its can take text input from the user as currently available offline voice recognition libraries are not efficient.

Dont froget to change the API key of OpenAI in brain.py.

You can get your API from here https://openai.com/api/.

The API is almost free, I mean its a toy not a production level application so their free tier should be enough. Have fun!

About

Friday - A python based AI Personal Assistant based on the Movie "Iron Man"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages