Clone this repository https://github.com/Fabchirajoul/MUS_ML_API.git
Go to the project directory cd CAPSTONE_WITH_FLASK
Install alpine dependencies
npm install
Create a project folder and a .venv folder within: macOS/Linux
python3 -m venv .venv
Windows py -3 -m venv .venv
macOS/Linux . .venv/bin/activate
Windows .venv\Scripts\activate
Within the activated environment, use the following command to install all the required packages:
pip install -r requirements.txt
Create an account on render.com
Create a web service
configure the web service as a Python 3