Simpsons Face Recognision web app can predict 43 different kind of Simpsons Faces with 93% overall validation accuracy.
- Multilebel classification system for images
- Multiple classification system for vedios
- More pleasant looking UI and many more...
Check out the live demo: Comming Soon(After Project Completion)
Use this URL - Click Me - in case if you are faccing any problem with th WebApp or source code.
Source Code: github link
- Clone or download this repository to your local machine.
- Install all the libraries mentioned in the requirements.txt file with the command
pip3 install -r requirements.txt
- Download the Pre-Trainned Model from the Given Link Below. And paste it in the modelfolder in the project home directory.
- Open your terminal/command prompt from your project directory and run the file
app.py
by executing the commandstreamlit run app.py
. - You will be automatically redirected the your localhost in brower where you can see you WebApp in live.