Skip to content

Syntrice/chef-bot

Repository files navigation

Chef Bot

image

About

A personal AI chef assistant to generate recipies from cooking ingredients. Completed as part of a Scrimba course. It is deployed on Netlify, and for recipie generation it utilizes Serverless Functions to call the Hugginface Inference API. You can view the live demo deployment here.

Technologies

  • Language: JavaScript, HTML, CSS
  • Libraries: React, Vite, Tailwind CSS
  • APIs: Huggingface AI Inference API
  • Deployment: Netlify, Serverless Functions

Setup

You will need to have Node.js and NPM installed before carrying out these steps.

  1. Clone the repository
git clone "https://github.com/Syntrice/chef-bot.git"
  1. Navigate to repository root
cd "./chef-bot"
  1. Restore dependencies
npm install
  1. Run dev server or build project
npm run dev
npm run build

About

A personal AI chef assistant to generate recipies from cooking ingredients.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published