YouTube-like recipe explorer with semantic recommendations and powerful search.
- 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
- Node.js (>= 20.0.0)
- Pnpm (>= 8.0.0)
- Python (>= 3.10.0)
- PostgreSQL (>= 15.0.0)
- pgvector
- Clone the repository
git clone https://github.com/matteopolak/crave
- Install dependencies
pnpm install
pip install -r text_embedder/requirements.txt
- Copy the
.env.example
file to.env
and fill in the required values
- Build the project
pnpm build
- Start the server
node build
This project is licensed under the MIT License. See LICENSE for details.