From eaee02bd9cdb93c1f6d612b65df131b3b133c780 Mon Sep 17 00:00:00 2001 From: sayands Date: Thu, 20 Sep 2018 23:32:59 +0530 Subject: [PATCH 1/4] Added Text Recognition Tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9282a5..2d8aaf7 100644 --- a/README.md +++ b/README.md @@ -356,6 +356,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [People Counter using OpenCV](https://www.pyimagesearch.com/2018/08/13/opencv-people-counter/) * [Tracking Multiple Objects with OpenCV](https://www.pyimagesearch.com/2018/08/06/tracking-multiple-objects-with-opencv/) * [Neural Style Transfer with OpenCV](https://www.pyimagesearch.com/2018/08/27/neural-style-transfer-with-opencv/) +* [OpenCV OCR and Text Recognition](https://www.pyimagesearch.com/2018/09/17/opencv-ocr-and-text-recognition-with-tesseract/) ### Deep Learning: From 455d6316bfaf8dd9edf19cbcedd2eabb1f25ce1b Mon Sep 17 00:00:00 2001 From: sayands Date: Thu, 20 Sep 2018 23:34:16 +0530 Subject: [PATCH 2/4] Added Text Skew Correction Tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2d8aaf7..1d0ea55 100644 --- a/README.md +++ b/README.md @@ -357,6 +357,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Tracking Multiple Objects with OpenCV](https://www.pyimagesearch.com/2018/08/06/tracking-multiple-objects-with-opencv/) * [Neural Style Transfer with OpenCV](https://www.pyimagesearch.com/2018/08/27/neural-style-transfer-with-opencv/) * [OpenCV OCR and Text Recognition](https://www.pyimagesearch.com/2018/09/17/opencv-ocr-and-text-recognition-with-tesseract/) +* [Text Skew Correction Tutorial](https://www.pyimagesearch.com/2017/02/20/text-skew-correction-opencv-python/) ### Deep Learning: From 337f1b50c66b9e5ecc586f6d56fdd301f3e08c11 Mon Sep 17 00:00:00 2001 From: sayands Date: Thu, 20 Sep 2018 23:35:23 +0530 Subject: [PATCH 3/4] Added MNIST competition tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d0ea55..6355005 100644 --- a/README.md +++ b/README.md @@ -389,6 +389,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Train a Keras Model To Generate Colors](https://heartbeat.fritz.ai/how-to-train-a-keras-model-to-generate-colors-3bc79e54971b) * [Get Started with Keras on a Custom Dataset](https://www.pyimagesearch.com/2018/09/10/keras-tutorial-how-to-get-started-with-keras-deep-learning-and-python/) * [Use EigenFaces and FisherFaces on Faces94 dataset](https://nicholastsmith.wordpress.com/2016/02/18/eigenfaces-versus-fisherfaces-on-the-faces94-database-with-scikit-learn/) +* [Kaggle MNIST Digit Recognizer Tutorial](https://medium.com/@lvarruda/how-to-get-top-2-position-on-kaggles-mnist-digit-recognizer-48185d80a2d4) ### Miscellaneous: From f85aecb88cf00ae840cad0b66077fefe9044590c Mon Sep 17 00:00:00 2001 From: sayands Date: Thu, 20 Sep 2018 23:36:50 +0530 Subject: [PATCH 4/4] Added Facial Landmark Detection Tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6355005..8e5f3dc 100644 --- a/README.md +++ b/README.md @@ -358,6 +358,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Neural Style Transfer with OpenCV](https://www.pyimagesearch.com/2018/08/27/neural-style-transfer-with-opencv/) * [OpenCV OCR and Text Recognition](https://www.pyimagesearch.com/2018/09/17/opencv-ocr-and-text-recognition-with-tesseract/) * [Text Skew Correction Tutorial](https://www.pyimagesearch.com/2017/02/20/text-skew-correction-opencv-python/) +* [Facial Landmark Detection Tutorial](https://www.pyimagesearch.com/2017/04/03/facial-landmarks-dlib-opencv-python/) ### Deep Learning: