From cbe748db7f6566889e5f8c502a6a3ae6d9255650 Mon Sep 17 00:00:00 2001 From: sayands Date: Sat, 21 Apr 2018 15:18:29 +0530 Subject: [PATCH 1/3] Added Captcha Break Tutorial with CNNs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 28f85b0..e01d9ef 100644 --- a/README.md +++ b/README.md @@ -262,6 +262,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Using Convolutional Neural Nets to Detect Facial Keypoints](http://danielnouri.org/notes/2014/12/17/using-convolutional-neural-nets-to-detect-facial-keypoints-tutorial/) * [Generate an Average Face using Python and OpenCV](https://www.learnopencv.com/average-face-opencv-c-python-tutorial/) +* [Break A Captcha System using CNNs](https://medium.com/@ageitgey/how-to-break-a-captcha-system-in-15-minutes-with-machine-learning-dbebb035a710) ### Miscellaneous: From f2e61642993347e34ba654b6bb5e374cf454ed07 Mon Sep 17 00:00:00 2001 From: sayands Date: Sat, 21 Apr 2018 15:20:31 +0530 Subject: [PATCH 2/3] Added Simple Medium Clone Tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e01d9ef..3095496 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * Build a Serverless MERN Story App with Webtask.io * [Part 1](https://scotch.io/tutorials/build-a-serverless-mern-story-app-with-webtask-io-zero-to-deploy-1) * [Part 2](https://scotch.io/tutorials/build-a-serverless-mern-story-app-with-webtask-io-zero-to-deploy-2) +* [Build A Simple Medium Clone using React.js and Node.js](https://codeburst.io/build-simple-medium-com-on-node-js-and-react-js-a278c5192f47) #### Angular: From 2e0c8ebb9d22511593de656a11b6c7fece41360a Mon Sep 17 00:00:00 2001 From: sayands Date: Sat, 21 Apr 2018 15:21:46 +0530 Subject: [PATCH 3/3] Added MailChimp Integration Tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3095496..e39b953 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Part 1](https://scotch.io/tutorials/build-a-serverless-mern-story-app-with-webtask-io-zero-to-deploy-1) * [Part 2](https://scotch.io/tutorials/build-a-serverless-mern-story-app-with-webtask-io-zero-to-deploy-2) * [Build A Simple Medium Clone using React.js and Node.js](https://codeburst.io/build-simple-medium-com-on-node-js-and-react-js-a278c5192f47) +* [Integrate MailChimp in JS](https://medium.freecodecamp.org/how-to-integrate-mailchimp-in-a-javascript-web-app-2a889fb43f6f) #### Angular: