Skip to content

Latest commit

 

History

History
35 lines (13 loc) · 599 Bytes

README.md

File metadata and controls

35 lines (13 loc) · 599 Bytes

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

Web User Interface

app_prediction_page

app_history_page

app_model_page