/ml-prompt-recommendation

flask server for prompt recommendation

Primary LanguageJupyter Notebook

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