Skip to content

Latest commit

 

History

History
55 lines (27 loc) · 811 Bytes

README.md

File metadata and controls

55 lines (27 loc) · 811 Bytes

deploying_pickle_models using flask in the backend and alpine in the frontend.

Installation

Clone this repository https://github.com/Fabchirajoul/MUS_ML_API.git

Go to the project directory cd CAPSTONE_WITH_FLASK

RUN

Install alpine dependencies

npm install

CREATE ENVIRONMENT

Create a project folder and a .venv folder within: macOS/Linux

python3 -m venv .venv

Windows py -3 -m venv .venv

Activate the environment

macOS/Linux . .venv/bin/activate

Windows .venv\Scripts\activate

Install Python Packages

Within the activated environment, use the following command to install all the required packages:

pip install -r requirements.txt

Render the application

Create an account on render.com

Create a web service

configure the web service as a Python 3