Build Sentiment Analysis Flask App
Here in this post, I tried to give you a starting point to build and deploy sentiment analysis Flask app. You can then modify it to develop your own project, where you may want to build Twitter sentiment analysis web app or you can use a different model to do sentiment analysis.
Upload and display image in Flask Python
To develop any Computer Vision web application image is required. In this post, I will show you how to upload and display images in Flask. If you are new to Flask, I have written some basic tutorials for Flask with Python, you can definitely read those.
Upload and Display CSV file in html table Flask Python
To develop any Machine Learning web application data is required. in this post, I will show you how to upload and display CSV files in HTML table Flask.
Add HTML and CSS in Flask Web Application
In this post I will show you how to use css in python flask to make your web page realistic. To make a stylish web page you must add HTML and CSS into your web page. Flask allows us to integrate HTML and CSS files as template for your web page. So let’s see how we can do this.
Beginners guide to Flask Python Web App framework
Flask is a very important web framework in python to create web applications, APIs, Machine Learning applications, etc. In my last few post, I discussed web application development using Django. Flask framework is more explicit and easier to learn than the Django framework. Flask is built on top of the WSGI(Web Server Gateway Interface) toolkit and Jinja2 template engine.
Basics of python programming in 30 days
Complete python roadmap: In this tutorial, I will share 4 steps on how one can start as a beginner and become an expert in python coding.
Social distancing detector using OpenCV and Python
In this tutorial, I will show you how to implement a COVID-19 social distancing detector using OpenCV, Computer Vision and Deep Learning.
Shape detection using OpenCV and Python
How to detect shape in image using OpenCV. In this tutorial I will use contour detection technique for shape detection using OpenCV and python.
Find and Draw Contours with OpenCV in Python
Let’s learn how to find and draw contours with OpenCV in Python. I will also show you how to draw a bounding box around these detected objects (using contours).