- CNN model to classify crests of English Premier League (EPL) clubs
- Using TensorFlow 2.0
- Using VGG16 model
- The data was scraped from The Football Crest Index using Selenium
- classifier.py - For running trained model
- get_data.py - For gathering data to build datasets
- model.py - For model definitions
- parameters.py - For model and training parameters
- train.py - For data preprocessing and model training
python train.py
python classify.py