From d5360736a620df56f4ad5a251e703e93fa025527 Mon Sep 17 00:00:00 2001 From: tandrima16 <55499787+tandrima16@users.noreply.github.com> Date: Fri, 16 Oct 2020 21:05:19 +0530 Subject: [PATCH] Create Personalized-Ebook.md Search any book, scan any document, read them aloud, get recommendations, write a review --- Personalized-Ebook.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Personalized-Ebook.md diff --git a/Personalized-Ebook.md b/Personalized-Ebook.md new file mode 100644 index 00000000..a8cae514 --- /dev/null +++ b/Personalized-Ebook.md @@ -0,0 +1,36 @@ +# Personalized Ebook + +**Tier:** 3-Advanced + +Your next Ebook is just few lines of code away. + +In today’s busy life people doesn’t prefer to read documents or books but they love to +know the content of some amazing story books or any other document. Make an appthat has the unlimited sets of audio books and e- books from which the user can select +books according to his/her interest and can listen or read according to his/her choice. + +And in addition, add an extra feature in which user can drop any document they want which will be converted to audio. + +App is divied into two parts:- +1. The recommendation Engine +2. Conversion of text to speech + +## User Stories + +- [ ] Using the recommendation engine find what to read next. +- [ ] Get the most similiar top 10 books from the user's input. +- [ ] Get your Ebook and start listeling. + +## Bonus features + +- [ ] Get various information about the book such as about the author, release date, etc. +- [ ] Switch between dark and light modes. +- [ ] Rate the book, write a review. + +## Useful links and resources +- [Recommender systems](https://en.wikipedia.org/wiki/Recommender_system) +- [NLTK](https://www.nltk.org/) +- [Scikit learn](https://scikit-learn.org/stable/) + +## Example projects + [Content-based Recommender](https://www.kdnuggets.com/2019/11/content-based-recommender-using-natural-language-processing-nlp.html) +