mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
Deploy vinta/awesome-python to github.com/vinta/awesome-python.git:gh-pages
This commit is contained in:
parent
c6d01240f7
commit
f86c9b7bc5
4 changed files with 6 additions and 5 deletions
|
@ -1925,10 +1925,11 @@
|
|||
<h2 id="computer-vision">Computer Vision</h2>
|
||||
<p><em>Libraries for Computer Vision.</em></p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/kornia/kornia/">Kornia</a> - Open Source Differentiable Computer Vision Library for PyTorch.</li>
|
||||
<li><a href="https://opencv.org/">OpenCV</a> - Open Source Computer Vision Library.</li>
|
||||
<li><a href="https://github.com/madmaze/pytesseract">pytesseract</a> - Another wrapper for <a href="https://github.com/tesseract-ocr">Google Tesseract OCR</a>.</li>
|
||||
<li><a href="https://github.com/sirfz/tesserocr">tesserocr</a> - A simple, Pillow-friendly, wrapper around the <code>tesseract-ocr</code> API for OCR.</li>
|
||||
<li><a href="https://github.com/JaidedAI/EasyOCR">EasyOCR</a> - Ready-to-use OCR with 40+ languages supported.</li>
|
||||
<li><a href="https://github.com/kornia/kornia/">Kornia</a> - Open Source Differentiable Computer Vision Library for PyTorch.</li>
|
||||
<li><a href="https://github.com/madmaze/pytesseract">pytesseract</a> - A wrapper for <a href="https://github.com/tesseract-ocr">Google Tesseract OCR</a>.</li>
|
||||
<li><a href="https://github.com/sirfz/tesserocr">tesserocr</a> - Another simple, Pillow-friendly, wrapper around the <code>tesseract-ocr</code> API for OCR.</li>
|
||||
<li><a href="https://github.com/sightmachine/SimpleCV">SimpleCV</a> - An open source framework for building computer vision applications.</li>
|
||||
</ul>
|
||||
<h2 id="concurrency-and-parallelism">Concurrency and Parallelism</h2>
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -2,7 +2,7 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://awesome-python.com/</loc>
|
||||
<lastmod>2020-07-07</lastmod>
|
||||
<lastmod>2020-07-08</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
</url>
|
||||
</urlset>
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in a new issue