An open API service indexing awesome lists of open source software.

https://github.com/jaketae/image-classifier

Image classifier web application based on MobileNet, built using Flask, TensorFlow, and Matplotlib
https://github.com/jaketae/image-classifier

flask image-classifier matplotlib serving tensorflow

Last synced: about 2 months ago
JSON representation

Image classifier web application based on MobileNet, built using Flask, TensorFlow, and Matplotlib

Awesome Lists containing this project

README

        

# Image Classifier

This repository conntains source code for the image classifier web application built using the [Flask web framework](https://www.palletsprojects.com/p/flask/) and [TensorFlow](https://www.tensorflow.org).

## Screenshots

Below are screenshots taken from the website.

![ScreenShot](/screenshots/default_home.png)

![ScreenShot](/screenshots/image_upload.png)

![ScreenShot](/screenshots/prediction.png)

More documentation to come.