Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple semantic search demo to list books based on user query.
A simple semantic search demo to list books based on user query.
This project is a book recommendation service that suggests books based on a user's inputted genre and book titles. It's built upon a database of 7000 books retrieved from Kaggle. Using Ada v2 as the large language model, vector embeddings were created with the Kaggle dataset to allow for quick vector search to find semantically similar books through natural language input. The frontend is built using Next.js and styled with TailwindCSS.