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

https://github.com/flokapi/image-classification-app

Image classification using TensorFlow, FastAPI, htmx, Docker, pytest & GitHub Actions
https://github.com/flokapi/image-classification-app

Last synced: 11 months ago
JSON representation

Image classification using TensorFlow, FastAPI, htmx, Docker, pytest & GitHub Actions

Awesome Lists containing this project

README

          

# About

This is an image classification app using a convolutional neural network to predict whether the image qualifies as *happy* or *sad*.

The workflow:

- builds, trains and tests the model
- produces and publishes a docker container
- updates the app on a production server

This app provides both an API and a web UI.

### API

![app_prediction_api](./doc/assets/app_prediction_api.png)

### Web User Interface

![app_prediction_page](./doc/assets/app_prediction_page.png)

![app_history_page](./doc/assets/app_history_page.png)

![app_model_page](./doc/assets/app_model_page.png)