imgClassify
Its a Web App for classifying Images .
Upload your Image and We will tell you the class and probability
Deployment
Deployed on Azure : https://clasifyimg.azurewebsites.net/
Tech Used
1 . Tensorflow , Tensorflow js , Pre-Trained Models
2 . JavaScript
3 . HTML , CSS
4 . NodeJs , Express
Model Used : MobileNet
Checkout more about mobilenet here : https://github.com/tensorflow/tfjs-models/tree/master/mobilenet
How to use ?
Using LocalHost
1 . clone this project
2 . npm install
3 . npm start
4 . Just upload a photo by using the upload button and that's it !! You are good to go.
Using Virtual Machine
1 . Create a VM on Google cloud / Azure (No cloud war : Peace)
2 . Open the SSH terminal ( you may have to use an external client like PuTTy for SSH)
3 . Install Nodejs
4 . clone this project and * cd imgClassify *
5 . npm start
Note Now tested on Azure , Google Cloud and AWS
Note you have to change the src for the image accordingly
Built With
- html
- javascript
- tensorflow
- tensorflow-js
Log in or sign up for Devpost to join the conversation.