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/traininganddataset/validation, sort the subfolders labeled by dex numbers. - Use the
trainer.pyfile to create a keras model. - Use the
main.pyfile to test your keras model.
Additional themes and templates for the website can be found here