Turn Your Ingredients into Culinary Magic!
Chef Synth is your AI-powered kitchen assistant that transforms your available ingredients into delicious recipes. Simply input what you have, and let Chef Synth inspire your next meal.
Check out the live demo to see Chef Synth in action:
- 📝 Ingredient Input: Enter the ingredients you have on hand.
- 🤖 AI-Generated Recipes: Receive recipe suggestions powered by advanced AI.
- 📱 Responsive Design: Enjoy a seamless experience on any device.
- ⚡ Fast & Intuitive Interface: Navigate effortlessly with a user-friendly UI.
- Frontend: React
- Build Tool: Vite
- AI Integration: HuggingFace Inference API
Follow these steps to set up the project locally:
-
Clone the repository:
git clone https://github.com/avinashchoran/Chef-Synth.git cd Chef-Synth -
Install dependencies:
npm install # or yarn install -
Set up environment variables:
Create a
.envfile in the root directory and add your HuggingFace API key:VITE_HUGGINGFACE_API_KEY=your_api_key_here
-
Start the development server:
npm run dev # or yarn devOpen your browser and navigate to
http://localhost:5173to view the application.
Chef-Synth/
├── public/ # Static assets
├── src/ # Source code
│ ├── components/ # React components
│ ├── assets/ # Images and icons
│ ├── App.jsx # Main application component
│ └── main.jsx # Entry point
├── .gitignore
├── index.html
├── package.json
├── vite.config.js
└── README.md
This project is licensed under the MIT License.
For questions or suggestions, feel free to reach out: choranavinash@gmail.com