Skip to content

Book Search and Recommendation using Latent Semantic Indexing (library gensim)

Notifications You must be signed in to change notification settings

aayush26/bookSearchEngine

Repository files navigation

bookSearchEngine

Book Search and Recommendation using Latent Semantic Indexing (library gensim)

The problem statement is stated as : The traditional method for searching a book usually requires author or title and genre. Consider cases where these fields for the book are unknown to the user but have an idea about the overview of the book.

Implementation : In such cases, this overview can be used as a query of relevant keywords to search a book. The result will be based on the semantic relationship between the search query and the short description of the book.

Based on Flask framework

Language: Python

Demo: http://bearch.herokuapp.com/

References:
https://radimrehurek.com/gensim/
https://www.python.org/doc/
http://flask.pocoo.org/
https://www.youtube.com/watch?v=L9uD74nHvFY

About

Book Search and Recommendation using Latent Semantic Indexing (library gensim)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published