Cooknow is a web-based application that looks for the best recipe for the ingredients that you provide. It cointains a database of more than 45000 recipes and 800 ingredients. It is also possible to scan the ingredients with your camera.
Requirements for Python are found under the requirements.txt file.
pip install -r requirements.txtBuild the necessary files:
yarn install
yarn devLaunch the server with the following command:
python app.py