mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
refine
This commit is contained in:
parent
af8b20cfa5
commit
3bf644ee75
1 changed files with 3 additions and 3 deletions
|
@ -299,13 +299,13 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
|
|
||||||
## Computer Vision
|
## Computer Vision
|
||||||
|
|
||||||
*Libraries for computer vision.*
|
*Libraries for Computer Vision.*
|
||||||
|
|
||||||
* [Kornia](https://github.com/kornia/kornia/) - Open Source Differentiable Computer Vision Library for PyTorch.
|
* [Kornia](https://github.com/kornia/kornia/) - Open Source Differentiable Computer Vision Library for PyTorch.
|
||||||
* [OpenCV](https://opencv.org/) - Open Source Computer Vision Library.
|
* [OpenCV](https://opencv.org/) - Open Source Computer Vision Library.
|
||||||
* [pytesseract](https://github.com/madmaze/pytesseract) - Another wrapper for [Google Tesseract OCR](https://github.com/tesseract-ocr).
|
* [pytesseract](https://github.com/madmaze/pytesseract) - Another wrapper for [Google Tesseract OCR](https://github.com/tesseract-ocr).
|
||||||
* [tesserocr](https://github.com/sirfz/tesserocr) - A simple, Pillow-friendly, wrapper around the tesseract-ocr API for Optical Character Recognition (OCR).
|
* [tesserocr](https://github.com/sirfz/tesserocr) - A simple, Pillow-friendly, wrapper around the `tesseract-ocr` API for OCR.
|
||||||
* [SimpleCV](http://simplecv.org/) - An open source framework for building computer vision applications.
|
* [SimpleCV](https://github.com/sightmachine/SimpleCV) - An open source framework for building computer vision applications.
|
||||||
|
|
||||||
## Concurrency and Parallelism
|
## Concurrency and Parallelism
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue