se-project-recipe-recommender

This project aims at creating a Recipe Recommendation System which allows users to select any dietary restrictions they have, for example gluten-free, dairy-free, etc. and suggests recipes based on those restrictions.

https://github.com/kaksha/se-project-recipe-recommender

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.7%) to scientific vocabulary
Last synced: 8 months ago · JSON representation ·

Repository

This project aims at creating a Recipe Recommendation System which allows users to select any dietary restrictions they have, for example gluten-free, dairy-free, etc. and suggests recipes based on those restrictions.

Basic Info
  • Host: GitHub
  • Owner: Kaksha
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 44 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 12
  • Open Issues: 1
  • Releases: 2
Created over 3 years ago · Last pushed over 2 years ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

SE-Project-Recipe-Recommender

DOI GitHub contributors License Code Size Issues Issues Closed JS Python HTML CSS Repo Size Tweet

Recipe Recommendation System helps users to select their favorite food category and recommends recipes based on it. The users are then able to view the recipe and the ingredients required, and place an order for those ingredients.

This is the Home Page of the website. image

Project Set up

  • Clone this repository or download the zip file.
  • Run the npm install command inside the backend folder
  • Also run the npm install command inside the frontend folder
  • Create a .env folder and add credentials to the folder provided in .env.sample
  • Now, run npm run dev inside the backend folder and this will get the database and backend running
  • Lastly run npm start inside the frontend folder and the Website will running on http://localhost:3000/

Owner

  • Name: Kaksha
  • Login: Kaksha
  • Kind: user
  • Location: India

Citation (Citation.cff)

cff-version: 1.2.0
message: CSC 510 - SE-Project-Recipe-Recommender
authors:
- family-names: Kaksha 
  given-names: Mhatre
  email: kpmhatre@ncsu.edu
- family-names: Praneya
  given-names: Lal
  email: plal@ncsu.edu
- family-names: Mitanshu
  given-names: Reshamwala
  email: mresham@ncsu.edu
- family-names: Janvi 
  given-names: Phadtare
  email: jphadta@ncsu.edu
- family-names: Mitul 
  given-names: Patel
  email: mpatel27@ncsu.edu
identifiers:
  - type: url
    value: 'https://doi.org/10.5281/zenodo.7144850'
title: "CSC 510 - SE-Project-Recipe-Recommender"
version: v3.1.3
date-released: 2022-10-04
url: "https://github.com/Kaksha/SE-Project-Recipe-Recommender"

GitHub Events

Total
  • Fork event: 1
Last Year
  • Fork event: 1

Dependencies

backend/package-lock.json npm
  • 140 dependencies
backend/package.json npm
  • nodemon ^2.0.20 development
  • cors ^2.8.5
  • crypto ^1.0.1
  • dotenv ^16.0.3
  • express ^4.18.1
  • express-jwt ^6.1.0
  • jsonwebtoken ^8.5.1
  • mongoose ^6.6.5
  • nodemailer ^6.8.0
  • uuid ^9.0.0
  • validator ^13.7.0
frontend/package-lock.json npm
  • 1210 dependencies
frontend/package.json npm
  • @emotion/react ^11.10.4
  • @emotion/styled ^11.10.4
  • @mui/icons-material ^5.10.6
  • @mui/material ^5.10.8
  • @testing-library/jest-dom ^5.16.5
  • @testing-library/react ^13.4.0
  • @testing-library/user-event ^13.5.0
  • react ^18.2.0
  • react-dom ^18.2.0
  • react-router-dom ^6.4.2
  • react-scripts 5.0.1
  • web-vitals ^2.1.4
.github/workflows/sonarcloud.yml actions
  • SonarSource/sonarcloud-github-action de2e56b42aa84d0b1c5b622644ac17e505c9a049 composite
AI/requirements.txt pypi