A simple Pokémon image classifier made using Keras and FastAPI.
- Install python and the required pypi packages.
- Scrape your Pokémon images in two folders named
dataset/training
anddataset/validation
, sort the subfolders labeled by dex numbers. - Use the
trainer.py
file to create a keras model. - Use the
main.py
file to test your keras model.
Additional themes and templates for the website can be found here