Giter Site home page Giter Site logo

bennerlukas / cooky Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 26.03 MB

Cooky - Automatic Recipe Suggestion

License: GNU General Public License v3.0

Python 50.38% Jupyter Notebook 29.21% JavaScript 1.39% HTML 0.69% Vue 18.33%
app recipes recomender-system

cooky's Introduction

Logo_Cooky2
# Automatic Recipe Suggestion

The main aim of the project is to build a user-friendly application that allows users to synchronise their personal pantry and receive tailored recipe suggestions.

  • online recipes
  • user rating
  • custom recommendations
  • virtual pantry for enhanced functionalities

For more information see docs folder

Usage

Database

docker container run -p 5432:5432 --name cooky -e POSTGRES_PASSWORD=1234 postgres:12.2 

Server

python3 ./src/Cooky/api.py development

Client

cd ./app/cooky
npm install
npm run serve

Development:

Postgres DB with docker

docker container run -p 5432:5432 --name cooky -e POSTGRES_PASSWORD=1234 postgres:12.2 

docker container run -p 5432:5432 --name cooky -e POSTGRES_PASSWORD=1234 -v C:/Projects/Cooky/data/part_dataset.csv:/tmp/full_dataset.csv postgres:12.2

Dataset download here and unzip it into '/data'.

Remarks

Food_extractor is part of FoodBert and not developed by this group. Original can be found here and here.

Documentation

The PDF with the project report is in the folder docs. It includes the One-Pager which documents the contribution of each team member.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.