Skip to content

sam-astro/Jarvis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jarvis

An AI using GPT-2 and tensorflow

Version 1.1

Added hotword detection (only works if 'Jarvis' is in the sentence) to ignore background noise.

This project took a year of work. Spread it around!

Installation

git clone https://github.com/hezyhax/jarvis.git
cd jarvis
python3 -m pip install -r deps.txt

Model Size

If your computer cannot handle huge loads, run:

python3 download_model.py 345M

If it is more equiped, run:

python3 download_model.py 774M

Then, you're ready to run Jarvis.

Run Jarvis

python3 main.py

For support

Please look online for support first, the internet will solve most problems. If you're still experiencing difficulty, please kindly email: Hezycb@gmail.com

About

A chatbot AI using GPT-2 and tensorflow

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%