Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.26 KB

README.md

File metadata and controls

62 lines (42 loc) · 1.26 KB

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.