Receipt parsing and recipe recommendation algorithms wrapped in Python Flask.
Build the project with Docker:
docker build . -t funnelfoods-recommendation
Then run the container created:
docker run -d -p 127.0.0.1:5000:5000/tcp funnelfoods-recommendation