Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dustinmichels/book-report
Analysis & data visualization of ePub files [work-in-progress]
https://github.com/dustinmichels/book-report
Last synced: 10 days ago
JSON representation
Analysis & data visualization of ePub files [work-in-progress]
- Host: GitHub
- URL: https://github.com/dustinmichels/book-report
- Owner: dustinmichels
- Created: 2019-06-25T17:38:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-20T19:41:11.000Z (about 2 years ago)
- Last Synced: 2023-04-24T20:56:23.466Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 1.95 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :orange_book: book-report
Analysis & data visualization of ePub files _[work-in-progress]_
## Setup
```bash
brew install pipenv
pipenv installpython -m nltk.downloader all
brew cask install chromedriver
```