mukeshmithrakumar / intro-to-flask

Introduction to Flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

  • Make sure you use an image from the test_images folder to test your app.

About

Introduction to Flask


Languages

Language:HTML 54.3%Language:Python 45.7%