|
|
|
@ -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)
|
|
|
|
|
|