A React.js app that uses a Hugging Face AI model to suggest recipes based on the ingredients you have at hand. Input your ingredients, and the app generates a recipe with a detailed, easy-to-read format.
- AI-powered Recipe Generation: Enter available ingredients and get recipe suggestions.
- Clean UI: Displays recipes in a user-friendly format using ReactMarkdown.
- Frontend: React.js
- AI Model: Hugging Face API
- Styling: CSS
- Clone the repository:
git clone <repository-url> cd MrAIChef
- Install Dependencies:
npm install
- Configure your env
REACT_APP_HUGGING_FACE_API_KEY=your-api-key
- Start the application
npm start