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 Search System #43

Open ray-anuska opened 2 years ago

ray-anuska commented 2 years ago

Idea : A web application that allows users to search for books based on certain keywords or phrases or even short descriptions. The user can input the text and the application would display the names of books that seem to match the search the most.

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

Motivation behind this idea ? I am an avid reader. I read a lot but often times I forget the title of the books I have read. Mostly its that one important phrase, or name of a character that I had loved that I remember. Sometimes its the plot that I remember vaguely but not what the book was called. It can be hard to search for the book if I remember neither name nor author. While there are some applications out there that somewhat do this, I wanted to build an application of my own.