Skip to content

Update README.md #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
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
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ 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.

### Image processing
* [scikit-image](http://scikit-image.org/) - A collection of algorithms for image processing

#### Chinese Word Segmentation
* [jieba](https://github.com/fxsjy/jieba) - Chinese Words Segmentation Utilities.

Expand Down Expand Up @@ -42,12 +45,15 @@ We don't need [a lot of libraries](https://github.com/vinta/awesome-python). We

* [Django](https://www.djangoproject.com/) - The most popular full featured web framework in Python.
* [djangopackages](https://www.djangopackages.com/) - Excellent 3rd party django package collections.
* [Flask](http://flask.pocoo.org/) - A microframework for Python.

-----
## Utilities

#### Interactive Interpreter
* [IPython](https://github.com/ipython/ipython) - A rich toolkit to help you make the most out of using Python interactively.
* [jupyter notebook] (http://jupyter.org/) - A web application that allows you to create and share documents that contain live code.
* [bpython] (http://www.bpython-interpreter.org) - A fancy interface to the Python interpreter for Linux, BSD, OS X and Windows.

#### Environment
* [virtualenv](https://pypi.python.org/pypi/virtualenv) - A tool to create isolated Python environments.
Expand Down