From 209202a626fa5ebd936e621a4525f87cde5ddff3 Mon Sep 17 00:00:00 2001 From: sayands Date: Sun, 29 Jul 2018 12:07:10 +0530 Subject: [PATCH 1/6] Added Keras tutorial to generate colors --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e34b50..4d22ba8 100644 --- a/README.md +++ b/README.md @@ -369,6 +369,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Use Transfer Learning for custom image classification](https://becominghuman.ai/transfer-learning-retraining-inception-v3-for-custom-image-classification-2820f653c557) * [Learn to Code a simple Neural Network in 11 lines of Python](https://iamtrask.github.io/2015/07/12/basic-python-network/) * [Build a Neural Network using Gradient Descent Approach](https://iamtrask.github.io/2015/07/27/python-network-part2/) +* [Train a Keras Model To Generate Colors](https://heartbeat.fritz.ai/how-to-train-a-keras-model-to-generate-colors-3bc79e54971b) ### Miscellaneous: From a634edb33591fa550b305baccbff8507d5634aec Mon Sep 17 00:00:00 2001 From: sayands Date: Sun, 29 Jul 2018 12:10:05 +0530 Subject: [PATCH 2/6] Added Django API tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d22ba8..9ea7216 100644 --- a/README.md +++ b/README.md @@ -305,6 +305,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Microservices with Docker, Flask, and React](https://testdriven.io/) * [Build A Simple Web App With Flask](https://pythonspot.com/flask-web-app-with-python/) * [Build a RESTful API with Flask – The TDD Way](https://scotch.io/tutorials/build-a-restful-api-with-flask-the-tdd-way) +* [Create A Django API in under 20 minutes](https://codeburst.io/create-a-django-api-in-under-20-minutes-2a082a60f6f3) ### Bots: From 056e9baf18f50af6ae3a15e65ed253eb2bf954db Mon Sep 17 00:00:00 2001 From: sayands Date: Sun, 29 Jul 2018 12:12:19 +0530 Subject: [PATCH 3/6] Added Linear Regression without sklearn tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ea7216..ddd3faa 100644 --- a/README.md +++ b/README.md @@ -336,6 +336,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Solving A Fruits Classification Problem](https://towardsdatascience.com/solving-a-simple-classification-problem-with-python-fruits-lovers-edition-d20ab6b071d2) * [Learn Unsupervised Learning with Python](https://towardsdatascience.com/unsupervised-learning-with-python-173c51dc7f03) * [Build Your Own Neural Net from Scratch in Python](https://towardsdatascience.com/how-to-build-your-own-neural-network-from-scratch-in-python-68998a08e4f6) +* [Linear Regression in Python without sklearn](https://medium.com/we-are-orb/linear-regression-in-python-without-scikit-learn-50aef4b8d122) ### OpenCV: * [Build A Document Scanner](https://www.pyimagesearch.com/2014/09/01/build-kick-ass-mobile-document-scanner-just-5-minutes/) From a79cf465eed8bdc15d0a3bc62fd788cbf2817155 Mon Sep 17 00:00:00 2001 From: sayands Date: Sun, 29 Jul 2018 12:14:23 +0530 Subject: [PATCH 4/6] Added Barcode Scanner tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ddd3faa..dc996e9 100644 --- a/README.md +++ b/README.md @@ -343,6 +343,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Build A Face Detector using OpenCV and Deep Learning](https://www.pyimagesearch.com/2018/02/26/face-detection-with-opencv-and-deep-learning/) * [Build a Face Recognition System using OpenCV, Python and Deep Learning](https://www.pyimagesearch.com/2018/06/18/face-recognition-with-opencv-python-and-deep-learning/) * [Detect The Salient Features in an Image](https://www.pyimagesearch.com/2018/07/16/opencv-saliency-detection/) +* [Build A Barcode Scanner](https://www.pyimagesearch.com/2018/05/21/an-opencv-barcode-and-qr-code-scanner-with-zbar/) ### Deep Learning: From fb77cd2e055037f265792abd313a9e958950b8ef Mon Sep 17 00:00:00 2001 From: sayands Date: Sun, 29 Jul 2018 12:16:15 +0530 Subject: [PATCH 5/6] Added Face Clustering tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc996e9..69fa5a0 100644 --- a/README.md +++ b/README.md @@ -344,6 +344,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Build a Face Recognition System using OpenCV, Python and Deep Learning](https://www.pyimagesearch.com/2018/06/18/face-recognition-with-opencv-python-and-deep-learning/) * [Detect The Salient Features in an Image](https://www.pyimagesearch.com/2018/07/16/opencv-saliency-detection/) * [Build A Barcode Scanner](https://www.pyimagesearch.com/2018/05/21/an-opencv-barcode-and-qr-code-scanner-with-zbar/) +* [Learn Face Clustering with Python](https://www.pyimagesearch.com/2018/07/09/face-clustering-with-python/) ### Deep Learning: From 15630b7d658dc5344be3723fa86dc2ee75a389c4 Mon Sep 17 00:00:00 2001 From: sayands Date: Sun, 29 Jul 2018 12:19:32 +0530 Subject: [PATCH 6/6] Added Camshift Object Tracking Algorithm --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 69fa5a0..75bf4ef 100644 --- a/README.md +++ b/README.md @@ -345,6 +345,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Detect The Salient Features in an Image](https://www.pyimagesearch.com/2018/07/16/opencv-saliency-detection/) * [Build A Barcode Scanner](https://www.pyimagesearch.com/2018/05/21/an-opencv-barcode-and-qr-code-scanner-with-zbar/) * [Learn Face Clustering with Python](https://www.pyimagesearch.com/2018/07/09/face-clustering-with-python/) +* [Object Tracking with Camshift](https://www.pyimagesearch.com/wp-content/uploads/2014/11/opencv_crash_course_camshift.pdf) ### Deep Learning: