An open API service indexing awesome lists of open source software.

https://github.com/minte9/book-highlights

Book highlights archive from books screenshots
https://github.com/minte9/book-highlights

Last synced: 3 months ago
JSON representation

Book highlights archive from books screenshots

Awesome Lists containing this project

README

          

# Book Highlights

Highlights archive from books [screenshots](https://github.com/minte9/book-highlights/tree/main/files_archive/my_books/book1/author1) using Computer Vision.

## Browser Usage

~~~sh
git clone https://github.com/minte9/book-highlights.git
cd book-highlights/

python startweb.py
# http://localhost:8000/public_html
~~~

[![Browser](https://www.minte9.com/lib/images/github/book-highlights/m9_08.png)](https://bh.minte9.com/?catg=programming&id=5)

See it in action [BH.minte9.com](https://bh.minte9.com)

## Console Usage

~~~sh
git clone https://github.com/minte9/book-highlights.git
cd book-highlights/

# dependencies
npm install boxen

# run from directory
node .

# run from anywhere (bin in package.json)
npm install -g .
book-hightlights
~~~

[![Terminal](https://www.minte9.com/lib/images/github/book-highlights/highlight_02.png)](https://www.minte9.com)

##

## Your Highlights

Follow the instructions in [update.py](https://github.com/minte9/book-highlights/blob/main/update.py)

~~~sh
cd book-highlights/
python update.py
~~~