https://github.com/different-ai/embedbase-recommendation-engine-example
https://github.com/different-ai/embedbase-recommendation-engine-example
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/different-ai/embedbase-recommendation-engine-example
- Owner: different-ai
- Created: 2023-04-14T16:25:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-15T21:55:07.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T07:03:04.325Z (8 months ago)
- Language: CSS
- Homepage: https://embedbase-recommendation-engine-example.vercel.app
- Size: 94.7 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - different-ai/embedbase-recommendation-engine-example - (CSS)
README
# Embedbase recommendation engine example
An example of building a recommendation system for a social publishing platform like medium.com
in a few lines of code using [Embedbase](https://github.com/different-ai/embedbase).Read the full blog post [here](https://betterprogramming.pub/using-openai-to-increase-time-spent-on-your-blog-3f138d5ae6aa).
This is the empty tutorial, the complete one can be found on the ["complete" branch](https://github.com/different-ai/embedbase-recommendation-engine-example/tree/complete)
## Getting Started
First, install the dependencies:
```bash
npm i
```Then, run the development server:
```bash
npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Learn More
To learn more about Embedbase, take a look at the following resources:
- [Embedbase Documentation](https://docs.embedbase.xyz) - learn about Embedbase features and API.
- [Embedbase Dashboard](https://app.embedbase.xyz/signup) - an interactive Embedbase tutorial.You can check out [the Embedbase GitHub repository](https://github.com/different-ai/embedbase) - your feedback and contributions are welcome!
## Deploy on Vercel
The easiest way to deploy this recommendation system example is to use the Vercel Platform
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fdifferent-ai%2Fembedbase-recommendation-engine-example%2Ftree%2Fcomplete&env=EMBEDBASE_API_KEY&envDescription=Embedbase%20API%20key%20is%20necessary%20to%20use%20Embedbase%20Cloud%2C%20you%20can%20also%20self-host%20it!&envLink=https%3A%2F%2Fapp.embedbase.xyz%2Fsignup)