Skip to content

millan-figueroa/kitchen-top

Repository files navigation

Kitchen Top 🍽️🍷🍝

An app that takes ingredients you have on hand and makes a recipe from it.

Table of Contents

Overview

Kitchen Top is a web application built with Next.js, designed to help you find recipes based on the ingredients you have at home. Simply enter your available ingredients, and Kitchen Top will suggest recipes you can make.

Features

  • Input ingredients you have on hand
  • Get recipe suggestions based on available ingredients
  • Fast, responsive interface
  • Built with TypeScript and Next.js
  • Leverages a machine learning model (mistralai/Mistral-7B-Instruct-v0.3) from Hugging Face to generate recipe suggestions
  • Easily extensible and deployable

Getting Started

To set up and run the project locally:

  1. Clone the repository:

    git clone https://github.com/millan-figueroa/kitchen-top.git
    cd kitchen-top
  2. Install dependencies:

    npm install
    # or
    yarn install
    # or
    pnpm install
    # or
    bun install
  3. Start the development server:

    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
    # or
    bun dev
  4. Open http://localhost:3000 in your browser.

Usage

  • Edit pages/index.tsx to customize the main page.
  • The app updates automatically as you save changes.

API Routes

Tech Stack

Learn More

Deployment

The easiest way to deploy your Next.js app is via Vercel.

For more deployment options, see the Next.js deployment documentation.

License

This project is licensed under the MIT License.

About

An app that takes ingredients you have on hand and makes a recipe from it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •