How to deploy Machine Learning Models using Flask

In this post, we will build an application using flask which will predict the house price based on the parameters influencing the house price. Later you can customize it for any model GUI designing. We will be using Flask which is widely used web framework for Machine Learning model deployment. There are other frameworks as well coming in the market like FastAPI but till today, flask is still the widely used and trusted framework over the machine learning community for model deployment.

Continue reading

How To Install VSCODE IDE On Windows | Visual Studio Code

Visual Studio Code or vscode is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (such as C++, C#, Java, Python, PHP, Go) and runtimes (such as .NET and Unity). In this post, I will explain step by step guide on how to install vscode ide on windows. We will install vscode and setup python environment to execute python programs.