- This is the Example script of how to use Python's Library JarvisAI (https://pypi.org/project/JarvisAI)
- This script is always uses the latest version of JarvisAI with latest example.
- Clone the repo.
pip install -r requirements.txt
to install all requirements, some of the things you may need to install manually so check requirements.txt file. If anything is failing (or giving error) then skip that package or try to install that manually by searching on Google about that package. It's not a big deal.- Run
main.py
file.python main.py
- Installation may take time because it uses heavy libraries like Tensorflow and Pytorch with some of the deep learning models. So, if you are limited by data (bandwidth) then this is not for you. The first time installation will take some time and lots of data.