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.
- Language: JavaScript, HTML, CSS
- Libraries: React, Vite, Tailwind CSS
- APIs: Huggingface AI Inference API
- Deployment: Netlify, Serverless Functions
You will need to have Node.js and NPM installed before carrying out these steps.
- Clone the repository
git clone "https://github.com/Syntrice/chef-bot.git"
- Navigate to repository root
cd "./chef-bot"
- Restore dependencies
npm install
- Run dev server or build project
npm run dev
npm run build