Web Scraping

Master the valuable skill of web scraping with our blog, featuring tutorials and projects that teach you how to extract data from websites using Python.

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 »