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

https://github.com/mukeshmithrakumar/intro-to-flask

Introduction to Flask
https://github.com/mukeshmithrakumar/intro-to-flask

Last synced: 11 months ago
JSON representation

Introduction to Flask

Awesome Lists containing this project

README

          

# Intro to Flask with Tensorflow Lite

- In this assignment, you will use the tflite file you created in the TF Lite assignment and use Flask to build a simple
app that predicts what the input image is

- The frontend should look as below if you deploy the app correctly:
![initial](static/images/initial.png)

- And if you wrote the inference function right and render the result template correctly, the output should look as below:
![prediction](static/images/prediction.png)

- _Make sure you use an image from the test_images folder to test your app_.