As you know, The Simpsons has been on TV for more than 25 years, and a lot of video material has accumulated during this time. The characters have changed along with changing graphics technologies, and Homer Simpson 2018 is not very similar to Homer Simpson 1989. This application is designed to classify the characters living in Springfield. Link to the website - web application
The journey-springfield dataset was taken from the Journey to Springfield competition on Kaggle - dataset
- You must have python 3 installed in any version.
- Clone this repository to yourself
$ git clone https://github.com/MakhmudovMels/simpsons-classification.git
- Use the cd command to navigate to the created folder
$ cd simpsons-classification
- Install the requirements
$ pip install -r requirements.txt
- Run the app
$ streamlit run streamlit_app.py