Developed By: Aditya A
Languages, Framework, Environment
Image Classifier is a Face Identification Web App developed in Python. It uses OpenCV to detect and clean the images, & SVM to train the Machine Learning model. This is a Linear Regression Based Application
We utilize Flask Server API to Deploy the model into Web App, by using Jquery.
As of now model can accurately predict images of following -
- Lionel Messi
- Al Pacino
- Mr. Ratan Tata
- Richard Feynman
- Rahul Dravid
- Ben Affleck
- Roger Federer
- Jerry Seinfeld
Dropbox has been provided for easier upload and deletion.
Probability Score is also displayed for further analysis.
Deployment of the Project is in the works, I'll provide the reference once the Project is Online.
For local Implementation, Improvement or Usage -
- Simply Download
- Open PowerShell in your downloaded directory and run the following command.
pip download -r requirements.txt
- Once the Process is Complete, run the following Commands.
a.
cd server
python server.py
- Open the UI Folder and run index.html
Any Suggestions, Contribution and Forking is Highly Appreciated!!