Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 780 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 780 Bytes

MrAIChef

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.

Features

  • AI-powered Recipe Generation: Enter available ingredients and get recipe suggestions.
  • Clean UI: Displays recipes in a user-friendly format using ReactMarkdown.

Tech Stack

  • Frontend: React.js
  • AI Model: Hugging Face API
  • Styling: CSS

Setup Instructions

  1. Clone the repository:
    git clone <repository-url>
    cd MrAIChef
  2. Install Dependencies:
    npm install
  3. Configure your env
    REACT_APP_HUGGING_FACE_API_KEY=your-api-key
  4. Start the application
    npm start