Flask

FLASK IN PYTHON

Flask is a popular micro web framework for Python. It is a lightweight framework that allows you to build web applications quickly and easily. Flask is easy to get started with and has a simple, easy-to-use API. It is often used for building simple, single-page web applications or for building the back-end of more complex …

FLASK IN PYTHON Read More »

Diagnosis for prediction of knee osteoarthritis using deep learning

In this blog, we learn how to diagnosis the prediction of X-rays knee classification using Convolutional neural network and then deploy the model using Web-based Flask application. Diagnosis for the prediction of knee osteoarthritis using deep learning techniques. The dataset consists of 1650 digital X-ray images of knee joint which are collected from well reputed …

Diagnosis for prediction of knee osteoarthritis using deep learning Read More »

Fake News detection using machine learning with flask web application

The advent of the World Wide Web and the rapid adoption of social media platforms (such as Facebook and Twitter) paved the way for information dissemination that has never been witnessed in the human history before.Consumers are creating and sharing more information than ever before thanks to social media platforms, some of it is inaccurate …

Fake News detection using machine learning with flask web application Read More »

Uber Rides Prediction using machine learning

As ride-hailing services become more popular, being able to reliably estimate demand can help operators allocate drivers to clients more efficiently, reducing idle time, improving traffic congestion, and improving the passenger experience. In this Blog, we are making a Flask based web application that will predict the Number of Weekly Rides using machine learning model. …

Uber Rides Prediction using machine learning Read More »

Multi-Class Image Classification Flask App | Complete Project

As we know artificial intelligence is transforming many fields. Deep learning is one of the starts of the art model from a few decades. Convolutional neural network si one of the well know deep learning model. most of the time we train the model but we all think about that how we test the model …

Multi-Class Image Classification Flask App | Complete Project Read More »

How To Make Flask App

What is Flask? Flask is web Framework that provides libraries to build lightweight web applications in python.It is develpped by ARMIN Ronacher who leads an international group of python enthusiasts(POCCO). It is based on WSGI toolkit and jinja2 template engine.Flask is considered as a micro framework. Features of Flask Built-in development server and fast debugger. …

How To Make Flask App Read More »