Love reading books, Have problem remembers main points from book like me? this is a fun project to store learning from each book.
- Easy to use GUI
- Chapter-wise bifurcation
- Generate summary from whatever your learning from each chapter are
- Get basic statistics about the books you read
- Get inspirational quotes on your homepage
- Download or clone this repository
- Change directory to the recently cloned repository folder or unziped folder
- Run the following command to install dependencies:
$pip install -r requirements.txt
- For summarization Python
nltk
is used. To download required files, execute:python prerequisites.py
- Then create a file named
.env
insidedjango_bookworm/
and add following details with your detailsSECRET_KEY=<your_secret_key>
- Now, you can start the django server by executing following commands:
python manage.py migrate python manage.py runserver
- Special thanks to @reallinfo for the beautiful and thoughtful logo 😄