Flask

Deploy ML models using Flask

In this article, we discuss how we can deploy ML models using Flask. This article assumes no prior knowledge of the Flask library. What is Deployment? Deployment in very simplified terms means making your code available for use of end-users. Let us take an example here. You design an app that you believe can be …

Deploy ML models using Flask Read More »

Deploy Flask App on VPS

In this article, we will deploy Flask Application onto a Virtual Private Server (VPS) using Apache Webserver Software and mod_wsgi WSGI. What is VPS? VPS, which stands for Virtual Private Server, is a virtual machine sold as a service by various hosting companies. You can think of it similar to laptop CPU hardware but in …

Deploy Flask App on VPS Read More »

Flask User Authentication – How to Setup User Login in Flask?

In this article, we will code Flask user authentication using the Flask-Login Library and SQLAlchemy. So let’s get started! Nowadays, almost all the websites have user authentication systems coded into them. We can set-up an account with user authentication either directly or via a third-party like Google, Facebook. Apple etc. A typical user login page …

Flask User Authentication – How to Setup User Login in Flask? Read More »