Web Deployment project of Image classification using on model using flask
We can implement this on netlify.com to view and use the functions either we can use cloud services.
So this is Basically a Classifier which predicts the image is Cat, Dog, Horse or Human.
In this we have first implemented and save a model.h5 And we have used it with flask for deployment on Web through the Web User Interface and Easier way to classification.
We take the image from user and classifies it based on our model which is already created and saved.
Tensorflow
Keras
Flask
Python
-
For this you need to install Python & flask first '
PIP INSTALL FLASK
' -
Go to the folder where these all files are and then run cmd/terminal/git bash
-
Type Python app.py
-
It will start the server and will show the URL
-
Copy and paste in browser and hit Enter
-
Try all the Functions and Enjoy !!
~ Bhargav Joshi