Difference between revisions of "Character Recognition"
Line 13: | Line 13: | ||
*** [https://github.com/python-pillow/Pillow Pillow] file format support, an efficient internal representation, and fairly powerful image processing capabilities | *** [https://github.com/python-pillow/Pillow Pillow] file format support, an efficient internal representation, and fairly powerful image processing capabilities | ||
− | ** Datasets/Networks: | + | ** [[Datasets]]/Networks: |
*** [http://en.wikipedia.org/wiki/ImageNet ImageNet | Wikipedia] | *** [http://en.wikipedia.org/wiki/ImageNet ImageNet | Wikipedia] | ||
*** [http://wordnet.princeton.edu/ WordNet] | *** [http://wordnet.princeton.edu/ WordNet] | ||
*** [[ResNet-50]] | *** [[ResNet-50]] | ||
*** [http://www.robots.ox.ac.uk/~vgg/data/vgg_face/ VGG | Oxford] | *** [http://www.robots.ox.ac.uk/~vgg/data/vgg_face/ VGG | Oxford] | ||
+ | *** [http://www.forbes.com/sites/korihale/2019/06/25/microsoft-scraps-10-million-facial-recognition-photos-on-the-low/#6672d61949f2 Microsoft Scraps 10 Million Facial Recognition Photos On The Low | Kori Hale -Forbes] | ||
* [http://www.mediadistillery.com/technology/ Media Distillery] understanding video to engage customers | * [http://www.mediadistillery.com/technology/ Media Distillery] understanding video to engage customers | ||
* [http://cloud.google.com/vision/docs/ocr Detect text in images | Google] - Optical Character Recognition (OCR) | * [http://cloud.google.com/vision/docs/ocr Detect text in images | Google] - Optical Character Recognition (OCR) |
Revision as of 12:08, 29 June 2019
YouTube search... ...Google search
- Capabilities
- Multilingual Optical Character Recognition (OCR) in Unconstrained Image and Video | David Etter
- Tools:
- Pillow file format support, an efficient internal representation, and fairly powerful image processing capabilities
- Tools:
- Media Distillery understanding video to engage customers
- Detect text in images | Google - Optical Character Recognition (OCR)
- Amazon Textract service that automatically extracts text and data from scanned documents
- Recommends ingredients and recipes based on a photo of food
- A gentle introduction to OCR | Gidi Shperber - Toward Data Science