Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ We don't need [a lot of libraries](https://github.com/vinta/awesome-python). We
#### Optical Character Recognition (OCR)
* [pytesseract](https://github.com/madmaze/pytesseract) - A wrapper for Google Tesseract OCR.

#### Chinese Word Segmentation
* [jieba](https://github.com/fxsjy/jieba) - Chinese Words Segmentation Utilities.
#### Generate CLIs
* [fire](https://github.com/google/python-fire) - Fire is a powerful library that can derive CLIs from python objects. It is used by Google as well to create a command line and different experiment management tools as well.

#### Concurrency and Networking
* [gevent](http://www.gevent.org/) - A coroutine-based Python networking library that uses [greenlet](https://github.com/python-greenlet/greenlet).
Expand Down