An example of building a recommendation system for a social publishing platform like medium.com in a few lines of code using Embedbase.
Read the full blog post here.
This is the empty tutorial, the complete one can be found on the "complete" branch
First, install the dependencies:
npm i
Then, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
To learn more about Embedbase, take a look at the following resources:
- Embedbase Documentation - learn about Embedbase features and API.
- Embedbase Dashboard - an interactive Embedbase tutorial.
You can check out the Embedbase GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy this recommendation system example is to use the Vercel Platform