Skip to content

YouTube-like recipe explorer with semantic recommendations and powerful search.

License

Notifications You must be signed in to change notification settings

matteopolak/crave

Repository files navigation

Crave

build status license

YouTube-like recipe explorer with semantic recommendations and powerful search.

Features

  • Related recipe recommendations
  • Semantic search
  • Create your own recipes
  • Like functionality
  • Recently viewed recipes
  • Recently liked recipes
  • Localization support with automatic language detection
  • Dark mode

Installation

Prerequisites

Setup

  1. Clone the repository
git clone https://github.com/matteopolak/crave
  1. Install dependencies
pnpm install
pip install -r text_embedder/requirements.txt
  1. Copy the .env.example file to .env and fill in the required values

Usage

  1. Build the project
pnpm build
  1. Start the server
node build

License

This project is licensed under the MIT License. See LICENSE for details.