Flask

Discover how to create web applications using Flask with our comprehensive Flask blog. Learn Flask through our tutorials and try out our Flask projects today.

Flask fruit clasifier Flask basic app

How to build a Fruit Classifier app using Flask

In this tutorial, we will build a flask app that places a certain fruit according to its biological classification. We will be using a few modules such as flask, a microframework web development library, and requests to make HTTP requests. To begin let’s install these libraries. Now let’s begin by creating a folder to store […]

How to build a Fruit Classifier app using Flask Read More »