This is the repository for the hep-recommender web application, currently hosted in Heroku.
To test the application locally place the file 'embeddings.txt' in the folder 'model_artifact'.
Create a new virtual environment and install the required dependencies via
pip install -r requirements.txt
Then in order to start the web application in your local machine run
python app.py