jina-ai / good-first-issues

Issues that don't fit under Jina's other repos!
Apache License 2.0
8 stars 4 forks source link

Books Recommendation System #46

Open ray-anuska opened 2 years ago

ray-anuska commented 2 years ago

Idea : A web application that would recommend books based on the movies that a person likes. First the application would ask the user to select a few movies that they like and then the application would search for books that have the same genre as the movies and display a list of books as recommendation.

What is the techstack ? Python, TensorFlow, Streamlit and Jina AI The application would use neural networks to get the results.

Motivation behind this idea ? I love to read but not everyone does so. For most people it is because they have not found the book that is right for them. Something they can enjoy. They pick up a book that does not match their interest, feel bored and give up. They may not know which books they like but most people do have movies they like. Having book recommendations based on movies can help. Also sometimes one can just want to read a book with the same vibe or similar theme as the movie one just watched. Hence the idea for the application.