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
- Host: GitHub
- URL: https://github.com/mukeshmithrakumar/intro-to-flask
- Owner: mukeshmithrakumar
- Created: 2020-12-19T06:44:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-22T21:26:42.000Z (over 5 years ago)
- Last Synced: 2025-06-11T03:37:31.318Z (about 1 year ago)
- Language: HTML
- Size: 3 MB
- Stars: 0
- Watchers: 1
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:

- And if you wrote the inference function right and render the result template correctly, the output should look as below:

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