Skip to content

Fabchirajoul/model_with_flask

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published