School project to recognize an animal from an image and give information about it.
It's currently trained to recognize:
- Capybaras
- Cats
- Dogs
- Frogs
- Pigs
- Rabbits
- Snakes
- Python
- An API key from Machine Learning for Kids
- A GitHub personal access token with the
repo
scope
-
Create a file named
.env
and write in itAPI_KEY = <your api key> GITHUB_TOKEN = <your personal access token>
-
Install required packages with
pip install -r requirements.txt
-
Run the program with
python animalinfo.py