Serverless Framework (Windows) – How to Deploy Python REST API to AWS

In this walk-through, we will: Install Serverless Framework (Windows) Deploy a Python REST API endpoint Getting Started To get started, you’ll need the Serverless Framework installed. You’ll also need your environment configured with AWS credentials. Install as a standalone binary Serverless Framework (Windows) Install with Chocolatey: choco install serverless For other operating systems , please visit the link. Create […]

Developing a Web Application for a Machine Learning Model

This post describes developing a web application for a machine learning model and deploying it so that it can be accessed by anyone. The web application is available at: https://arrear-model.herokuapp.com/ The process of deployment consists of transferring all flask application files from a local computer to the web server. Once completed the web application can […]