Superhero Character classifier
- This is a binary image classifier model deployed on streamlit as a web application
- The Superheroes I have used are Spider-Man and Batman who are the two most popular characters from the Marvel-DC lore
- The Dataset I have used is a custom set of Images for each character extracted from Google Images
- The model architecture is saved in the
model.json
file - the model weights are saved in a
model.hd5
file - The
SHClassiier.py
is the main python to run to view the web application on the Streamlit server - The Data Directory has the Custom Image set for both characters
- The App is available at ~ https://charclassifier-5gv4v66zpisfeuqv8jceqw.streamlit.app/