From 6c78811362f6f56ec36c840a5f9caf6649f045b0 Mon Sep 17 00:00:00 2001 From: sayands Date: Sun, 29 Apr 2018 11:06:13 +0530 Subject: [PATCH 1/4] Added Chat Application Tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c263de1..65894f1 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Integrate MailChimp in JS](https://medium.freecodecamp.org/how-to-integrate-mailchimp-in-a-javascript-web-app-2a889fb43f6f) * [Build A Chrome Extension with React + Parcel](https://medium.freecodecamp.org/building-chrome-extensions-in-react-parcel-79d0240dd58f) * [Build A ToDo App With React Native](https://blog.hasura.io/tutorial-fullstack-react-native-with-graphql-and-authentication-18183d13373a) +* [Make a Chat Application](https://medium.freecodecamp.org/how-to-build-a-chat-application-using-react-redux-redux-saga-and-web-sockets-47423e4bc21a) #### Angular: From f3a41d5b1884a5841129b4d5b1e28af365d5e9e3 Mon Sep 17 00:00:00 2001 From: sayands Date: Sun, 29 Apr 2018 11:08:29 +0530 Subject: [PATCH 2/4] Added Scraping Selenium Tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 65894f1..3a43104 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Mining Twitter Data with Python](https://marcobonzanini.com/2015/03/02/mining-twitter-data-with-python-part-1/) * [Scrape a Website with Scrapy and MongoDB](https://realpython.com/blog/python/web-scraping-with-scrapy-and-mongodb/) +* [How To Scrape With Python and Selenium WebDriver](http://www.byperth.com/2018/04/25/guide-web-scraping-101-what-you-need-to-know-and-how-to-scrape-with-python-selenium-webdriver/) ### Web Applications: From d94d8e49e257d74eccf26863d6c63df64e06be36 Mon Sep 17 00:00:00 2001 From: sayands Date: Sun, 29 Apr 2018 11:11:27 +0530 Subject: [PATCH 3/4] Added Language Detection AI tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a43104..ed2df0c 100644 --- a/README.md +++ b/README.md @@ -284,6 +284,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Build A Facial Recognition Pipeline](https://hackernoon.com/building-a-facial-recognition-pipeline-with-deep-learning-in-tensorflow-66e7645015b8) * [Build An Image Caption Generator](https://medium.freecodecamp.org/building-an-image-caption-generator-with-deep-learning-in-tensorflow-a142722e9b1f) * [Make your Own Face Recognition System](https://medium.freecodecamp.org/making-your-own-face-recognition-system-29a8e728107c) +* [Train a Language Detection AI in 20 minutes](https://towardsdatascience.com/how-i-trained-a-language-detection-ai-in-20-minutes-with-a-97-accuracy-fdeca0fb7724) ### Miscellaneous: From e8ea025457dfe2c79d12ff8c3c29a8c407419ddd Mon Sep 17 00:00:00 2001 From: sayands Date: Sun, 29 Apr 2018 11:14:45 +0530 Subject: [PATCH 4/4] Added Twitter Sentiment Analysis Tutorial --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ed2df0c..3bdcf98 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Build An Image Caption Generator](https://medium.freecodecamp.org/building-an-image-caption-generator-with-deep-learning-in-tensorflow-a142722e9b1f) * [Make your Own Face Recognition System](https://medium.freecodecamp.org/making-your-own-face-recognition-system-29a8e728107c) * [Train a Language Detection AI in 20 minutes](https://towardsdatascience.com/how-i-trained-a-language-detection-ai-in-20-minutes-with-a-97-accuracy-fdeca0fb7724) +* Learn Twitter Sentiment Analysis - + * [Part I](https://towardsdatascience.com/another-twitter-sentiment-analysis-bb5b01ebad90) + * [Part II](https://towardsdatascience.com/another-twitter-sentiment-analysis-with-python-part-2-333514854913) ### Miscellaneous: