Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 312 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 312 Bytes

FunnelFoods Recommendation

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