To make a better version of starterdex by using fastai, transfer learning and with a better front-end
Uses densenet201 and knows about all 151 generation one pokemon + 15 mega evolutions
Python 3.8 or above with all requirements dependencies installed. To install run:
$ pip3 install -r requirements.txt
If, you run into a load_learner error, run this on the terminal:
$ pip3 install https://github.com/fastai/fastai1/archive/master.zip
$ streamlit run pokedex.py
I don't think I'll be deploying this, here's a lighter version that has been deployed: https://starterdex.herokuapp.com/
- [ ]