Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.1 KB

The-Web-Application.md

File metadata and controls

32 lines (22 loc) · 1.1 KB

The Web Application

Author: Pradyumna Krishna
UPDATED: 24/12/2020


The web application hosted at https://facial-ai.appspot.com has simple UI. Contain two buttons as shown in image below:

Web App

First button Browse browses the file need to be uploaded and Upload your image button uploads it. It's a Simple Form where Browse button picks the file and Upload your image submit the form.

Error handling is used to maintain the web application running and display the error message. These error messages are:

  • No image selected
  • Please upload supported formats, e.g. png, jpg or jpeg
  • Sorry, No face detected

An Error

If there is no error and image get uploaded successfully, web application predicts the emotion and draw the rectangle on the face(s) as shown in the image.

Prediction

Back: API Refernce
Next: Continuous Integration and Continuous Delivery