Search Engine about Recipes with Query Expansion using Pseudo Relevance Feedback
- Flask (
pip install flask
) is required - Flask-WTF (
pip install flask-wtf
) is required.
clone
the projectscd
into the projects folder and run the main script.
For example (Windows) :
$ set FLASK_APP=app.py
$ flask run
For example (MacOs) :
$ export FLASK_APP=app.py
$ flask run