- Clone the repo into local machine
git clone https://github.com/Capstone-Experimental/ml-prompt-recommendation.git- Move to the folder that you cloned
cd ml-prompt-recommendation- Install virtual environment
python -m venv venv- Activate the environment
venv\Scripts\activate- Install the piplist form requirements.txt
pip install -r requirements.txt- Run the service
flask run