diff --git a/.gitignore b/.gitignore index b5ce745..43d2081 100644 --- a/.gitignore +++ b/.gitignore @@ -126,3 +126,5 @@ dmypy.json Data Preprocessing, Cleaning & Transformation/Stack Overflow survey analysis/data/survey_results_schema.csv Data Preprocessing, Cleaning & Transformation/Stack Overflow survey analysis/data/survey_results_public.csv + +**.DS_Store** \ No newline at end of file diff --git a/README.md b/README.md index b5b2f33..e528d31 100644 --- a/README.md +++ b/README.md @@ -5,50 +5,50 @@ - This is a compiled list of different project topics for learning purposes - The main purpose of this list is to get hands-on experience on different topics. -| Sr. No. | Project | Resource link | Completed | -| ------- | ---------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | -| | **BASIC** | | | -| 1 | Sentiment Analysis |
  1. [Amazon reviews dataset](https://www.kaggle.com/anshulrai/cudnnlstm-implementation-93-7-accuracy)
  2. [Amazon reviews dataset](https://www.kaggle.com/muonneutrino/sentiment-analysis-with-amazon-reviews)
  3. [Twitter Sentiment analysis - Medium](https://towardsdatascience.com/creating-the-twitter-sentiment-analysis-program-in-python-with-naive-bayes-classification-672e5589a7ed)
  4. [Twitter Sentiment analysis - analytics vidhya](https://www.analyticsvidhya.com/blog/2018/07/hands-on-sentiment-analysis-dataset-python/)
|
| -| 2 | Fake News detection | [Detecting Fake News](https://data-flair.training/blogs/advanced-python-project-detecting-fake-news/) | ☐ | -| 3 | Detecting Parkinsons's Disease |
  1. [Disease detection using XGBoost](https://data-flair.training/blogs/python-machine-learning-project-detecting-parkinson-disease/)
  2. [pyimagesearch - Detecting Parkinsons's Disease](https://www.pyimagesearch.com/2019/04/29/detecting-parkinsons-disease-with-opencv-computer-vision-and-the-spiral-wave-test/)
  3. |
    | -| 4 | Color Detection | [OpenCV Project](https://data-flair.training/blogs/project-in-python-colour-detection/) | ☐ | -| 5 | Iris Data Set - Predict the class of the flower | [many - analytics vidhya](https://repl.it/@LakshayArora1/Iris-Dataset-Logistic-Regression) | ☑ | -| 6 | Loan Prediction - Predict if a loan will get approved or not. | [many - analytics vidhya](https://repl.it/@LakshayArora1/Logistic-Regression-Loan-Dataset) | ☐ | -| 7 | BigMart Sales Dataset - Predict the sales of a store. | [many - analytics vidhya](https://repl.it/@LakshayArora1/Linear-Regression) | ☐ | -| 8 | House Price Regression | [kaggle](https://www.kaggle.com/c/house-prices-advanced-regression-techniques/notebooks) | ☑ | -| 9 | Wine quality - Predict the quality of the wine. | [Kaggle kernel](https://www.kaggle.com/uciml/red-wine-quality-cortez-et-al-2009/kernels) | ☐ | -| 10 | Heights and Weights Dataset - Predict the height or weight of a person | [Study of height versus weight](https://www3.nd.edu/~steve/computing_with_data/2_Motivation/motivate_ht_wt.html) | ☐ | -| 11 | Email Classification | [youtube](https://www.youtube.com/watch?v=exHwwy9kVcg) | ☐ | -| 12 | Titanic dataset |
    1. [Comprehensive data exploration with Python- Kaggle](https://www.kaggle.com/pmarcelino/comprehensive-data-exploration-with-python)
    2. [Titanic Data Science Solutions - Kaggle](https://www.kaggle.com/startupsci/titanic-data-science-solutions)
    3. [Data ScienceTutorial for Beginners - Kaggle](https://www.kaggle.com/kanncaa1/data-sciencetutorial-for-beginners)
    4. [Introduction to Ensembling/Stacking in Python - Kaggle](https://www.kaggle.com/arthurtok/introduction-to-ensembling-stacking-in-python)
    5. [A Data Science Framework: To Achieve 99% Accuracy - Kaggle](https://www.kaggle.com/ldfreeman3/a-data-science-framework-to-achieve-99-accuracy)
    6. [Stacked Regressions : Top 4% on LeaderBoard - Kaggle](https://www.kaggle.com/serigne/stacked-regressions-top-4-on-leaderboard)
    7. [An Interactive Data Science Tutorial - Kaggle](https://www.kaggle.com/helgejo/an-interactive-data-science-tutorial)
    8. [EDA To Prediction(DieTanic) - Kaggle](https://www.kaggle.com/ash316/eda-to-prediction-dietanic)
    9. [Titanic: Machine Learning from Disaster - Kaggle](https://www.kaggle.com/c/titanic)
    |
    | -| | **Intermediate** | | | -| 1 | Speech Emotion Recognition | [Speech Emotion Recognition with librosa](https://data-flair.training/blogs/python-mini-project-speech-emotion-recognition/) | ☐ | -| 2 | Gender and Age Detection |
    1. [pyimagesearch - Age Detection with deep learning](https://www.pyimagesearch.com/2020/04/13/opencv-age-detection-with-deep-learning/)
    2. [learnopencv - Gender & Age Classification using OpenCV Deep Learning](https://www.learnopencv.com/age-gender-classification-using-opencv-deep-learning-c-python/)
    3. [DataFlair - Gender and Age Detection with OpenCV](https://data-flair.training/blogs/python-project-gender-age-detection/)
    4. [analytics vidhya - Age Detection](https://www.analyticsvidhya.com/blog/2017/06/hands-on-with-deep-learning-solution-for-age-detection-practice-problem/)
    |
    | -| 3 | Driver Drowsiness detection |
    1. [Real-time facial landmark detection](https://www.pyimagesearch.com/2017/04/17/real-time-facial-landmark-detection-opencv-python-dlib/)
    2. [Eye blink detection](https://www.pyimagesearch.com/2017/04/24/eye-blink-detection-opencv-python-dlib/)
    3. [Drowsiness detection with OpenCV](https://www.pyimagesearch.com/2017/05/08/drowsiness-detection-opencv/)
    4. [DataFlair - System with OpenCV & Keras](https://data-flair.training/blogs/python-project-driver-drowsiness-detection-system/)
    |
    | -| 4 | Basic Chatbot | [chatbot using NLTK & Keras](https://data-flair.training/blogs/python-chatbot-project/) | ☐ | -| 5 | Handwritten Digit Recognition |
    1. [Handwritten Digit Recognition](https://data-flair.training/blogs/python-deep-learning-project-handwritten-digit-recognition/)
    2. [kaggle - Digit Recognition-Tutorial (CNN)](https://www.kaggle.com/tarunkr/digit-recognition-tutorial-cnn-99-67-accuracy)
    |
    | -| 6 | Black Friday Dataset - Predict purchase amount. | [github](https://github.com/rouseguy/BlackFridayDataHack) | ☐ | -| 7 | Trip History Dataset - Predict the class of user. | [analytics vidhya](https://www.analyticsvidhya.com/blog/2015/06/solution-kaggle-competition-bike-sharing-demand/) | ☐ | -| 8 | Song recommendation |
    1. [Medium - Simple song recommender system](https://towardsdatascience.com/how-to-build-a-simple-song-recommender-296fcbc8c85)
    2. [Medium - A Simple Song Recommender System in Python](https://towardsdatascience.com/a-simple-song-recommender-system-in-python-tutorial-3e4c111198d6)
    3. [analytics vidhya - Guide to song recommendation system](https://analyticsindiamag.com/beginners-guide-to-building-a-song-recommender-in-python/)
    4. [Youtube - Building Recommender Systems Using Python](https://www.youtube.com/watch?v=39vJRxIPSxw)
    5. [Youtube - Music Search and Recommendation from Millions of Songs](https://www.youtube.com/watch?v=RIW7jjurpPI)
    |
    | -| 9 | Handwritten Text Recognition | [Build a Handwritten Text Recognition System using TensorFlow](https://towardsdatascience.com/build-a-handwritten-text-recognition-system-using-tensorflow-2326a3487cd5) | ☐ | -| 10 | Sentiment analysis - IMDB movie review dataset | [tensorflow](https://www.tensorflow.org/tutorials/text/text_classification_rnn) | ☐ | -| 11 | Text generation - Shakespeare | [tensorflow](https://www.tensorflow.org/tutorials/text/text_generation) | ☐ | -| 12 | Sign language MNIST classification |
    1. [kaggle - Deep learning using sign langugage](https://www.kaggle.com/ranjeetjain3/deep-learning-using-sign-langugage#CNN-Model)
    2. [kaggle - CNN using Keras](https://www.kaggle.com/madz2000/cnn-using-keras-99-7-accuracy)
    |
    | -| | **Advanced** | | -| 1 | Image Captioning | [Image Captioning with visual Attention](https://www.tensorflow.org/tutorials/text/image_captioning) | ☑ | -| 2 | Credit Card Fraud Detection |
    1. [geeksforgeeks - Credit Card Fraud Detection](https://www.geeksforgeeks.org/ml-credit-card-fraud-detection/)
    2. [Kaggel kernels](https://www.kaggle.com/mlg-ulb/creditcardfraud/kernels)
    3. [Google search results](https://www.google.com/search?q=Credit+Card+Fraud+Detection&rlz=1C1CHBF_enIN820IN820&oq=Credit+Card+Fraud+Detection&aqs=chrome..69i57j69i60&sourceid=chrome&ie=UTF-8)
    |
    | -| 3 | Recommendation System |
    1. [Recommendation Systems](https://engmrk.com/module-18-machine-learning-based-recommendation-systems/?utm_campaign=News&utm_medium=Community&utm_source=DataCamp.com)
    2. [RECOMMENDATION SYSTEM](https://technotipsondatascience.wordpress.com/2018/10/22/recommendation-system/)
    3. [Medium - Movie recommendation](https://towardsdatascience.com/movie-recommender-system-part-1-7f126d2f90e2)
    4. [kaggel - Movies Recommender System](https://www.kaggle.com/rounakbanik/movie-recommender-systems)
    5. [Quick Guide to Build a Recommendation Engine in Python & R](https://www.analyticsvidhya.com/blog/2016/06/quick-guide-build-recommendation-engine-python/)
    |
    | -| 4 | Customer Segmentation |
    1. [Customer Segmentation by RFM clustering](https://towardsdatascience.com/data-driven-growth-with-python-part-2-customer-segmentation-5c019d150444)
    2. [kaggle - Customer Segmentation](https://www.kaggle.com/fabiendaniel/customer-segmentation)
    3. [Customer Segmentation by KMeans](https://towardsdatascience.com/customer-segmentation-with-machine-learning-a0ac8c3d4d84)
    4. [KDnuggets - Beginner’s Guide to Customer Segmentation](https://www.kdnuggets.com/2017/03/yhat-beginner-guide-customer-segmentation.html)
    5. [KDnuggets - Customer Segmentation Using K Means Clustering](https://www.kdnuggets.com/2019/11/customer-segmentation-using-k-means-clustering.html)
    6. [Customer Segmentation: A Technical Guide](https://www.mktr.ai/applications-and-methods-in-data-science-customer-segmentation/)
    |
    | -| 5 | Breast Cancer Classification |
    1. [pyimagesearch - Breast cancer classification with Keras and Deep Learning](https://www.pyimagesearch.com/2019/02/18/breast-cancer-classification-with-keras-and-deep-learning/)
    2. [Dataflair - Breast Cancer Classification](https://data-flair.training/blogs/project-in-python-breast-cancer-classification/)
    |
    | -| 6 | Traffic Signs Recognition | [pyimagesearch - Traffic Sign Classification with Keras and Deep Learning](https://www.pyimagesearch.com/2019/11/04/traffic-sign-classification-with-keras-and-deep-learning/) | ☑ | -| 7 | Urban Sound Classification | [Audio Data Analysis using Deep Learning](https://www.analyticsvidhya.com/blog/2017/08/audio-voice-processing-deep-learning/) | ☐ | -| 8 | Human Activity Recognition |
    1. [MLM - Deep Learning Models for Human Activity Recognition](https://machinelearningmastery.com/deep-learning-models-for-human-activity-recognition/)
    2. [Human Activity Recognition with OpenCV and Deep Learning](https://www.pyimagesearch.com/2019/11/25/human-activity-recognition-with-opencv-and-deep-learning/)
    |
    | -| 9 | Covid-19 |
    1. [pyimagesearch - Covid-19 in X-ray images](https://www.pyimagesearch.com/2020/03/16/detecting-covid-19-in-x-ray-images-with-keras-tensorflow-and-deep-learning/)
    2. [pyimagesearch - Mask detection](https://www.pyimagesearch.com/2020/05/04/covid-19-face-mask-detector-with-opencv-keras-tensorflow-and-deep-learning/)
    3. [rubiks-code Detection of COVID-19 in chest X-Rays with Deep Learning](https://rubikscode.net/2020/03/23/detection-of-covid-19-in-chest-x-rays-with-deep-learning/)
    |
    | -| 10 | Video classification | [pyimagesearch](https://www.pyimagesearch.com/2019/07/15/video-classification-with-keras-and-deep-learning/) | ☐ | -| 11 | Fire and smoke detection | [pyimagesearch](https://www.pyimagesearch.com/2019/11/18/fire-and-smoke-detection-with-keras-and-deep-learning/) | ☐ | -| 12 | Detecting Natural Disasters | [pyimagesearch](https://www.pyimagesearch.com/2019/11/11/detecting-natural-disasters-with-keras-and-deep-learning/) | ☐ | -| 13 | Anonymizing faces | [pyimagesearch](https://www.pyimagesearch.com/2020/04/06/blur-and-anonymize-faces-with-opencv-and-python/) | ☐ | -| 14 | Text Summarization | [list of links](https://www.one-tab.com/page/at7XZn6iRsKSgpgNAqK0dw) | ☐ | | | -| 15 | Deep Dream and Style Transfer | [list of links](https://www.one-tab.com/page/RYc4BqXSRWOE_A1GIUAPYA) | ☐ | +| Sr. No. | Project | Resource link | Completed | Repo Link | +| ------- | ------- | ------------- | --------- | --------- | +| | **BASIC** | | | | +| 1 | Sentiment Analysis |
    1. [Amazon reviews dataset](https://www.kaggle.com/anshulrai/cudnnlstm-implementation-93-7-accuracy)
    2. [Amazon reviews dataset](https://www.kaggle.com/muonneutrino/sentiment-analysis-with-amazon-reviews)
    3. [Twitter Sentiment analysis - Medium](https://towardsdatascience.com/creating-the-twitter-sentiment-analysis-program-in-python-with-naive-bayes-classification-672e5589a7ed)
    4. [Twitter Sentiment analysis - analytics vidhya](https://www.analyticsvidhya.com/blog/2018/07/hands-on-sentiment-analysis-dataset-python/)
    |
    1. [ ]
    2. [ ]
    3. [ ]
    4. [ ]
    | - | +| 2 | Fake News detection | [Detecting Fake News](https://data-flair.training/blogs/advanced-python-project-detecting-fake-news/) | [ ] | - | +| 3 | Detecting Parkinsons's Disease |
    1. [Disease detection using XGBoost](https://data-flair.training/blogs/python-machine-learning-project-detecting-parkinson-disease/)
    2. [pyimagesearch - Detecting Parkinsons's Disease](https://www.pyimagesearch.com/2019/04/29/detecting-parkinsons-disease-with-opencv-computer-vision-and-the-spiral-wave-test/)
    3. |
      1. [ ]
      2. [ ]
      | - | +| 4 | Color Detection | [OpenCV Project](https://data-flair.training/blogs/project-in-python-colour-detection/) | [ ] | - | +| 5 | Iris Data Set - Predict the class of the flower | [many - analytics vidhya](https://repl.it/@LakshayArora1/Iris-Dataset-Logistic-Regression) | [ ] | - | +| 6 | Loan Prediction - Predict if a loan will get approved or not. | [many - analytics vidhya](https://repl.it/@LakshayArora1/Logistic-Regression-Loan-Dataset) | [ ] | - | +| 7 | BigMart Sales Dataset - Predict the sales of a store. | [many - analytics vidhya](https://repl.it/@LakshayArora1/Linear-Regression) | [ ] | - | +| 8 | House Price Regression | [kaggle](https://www.kaggle.com/c/house-prices-advanced-regression-techniques/notebooks) | [ ] | - | +| 9 | Wine quality - Predict the quality of the wine. | [Kaggle kernel](https://www.kaggle.com/uciml/red-wine-quality-cortez-et-al-2009/kernels) | [ ] | - | +| 10 | Heights and Weights Dataset - Predict the height or weight of a person | [Study of height versus weight](https://www3.nd.edu/~steve/computing_with_data/2_Motivation/motivate_ht_wt.html) | [ ] | - | +| 11 | Email Classification | [youtube](https://www.youtube.com/watch?v=exHwwy9kVcg) | [ ] | - | +| 12 | Titanic dataset |
      1. [Comprehensive data exploration with Python- Kaggle](https://www.kaggle.com/pmarcelino/comprehensive-data-exploration-with-python)
      2. [Titanic Data Science Solutions - Kaggle](https://www.kaggle.com/startupsci/titanic-data-science-solutions)
      3. [Data ScienceTutorial for Beginners - Kaggle](https://www.kaggle.com/kanncaa1/data-sciencetutorial-for-beginners)
      4. [Introduction to Ensembling/Stacking in Python - Kaggle](https://www.kaggle.com/arthurtok/introduction-to-ensembling-stacking-in-python)
      5. [A Data Science Framework: To Achieve 99% Accuracy - Kaggle](https://www.kaggle.com/ldfreeman3/a-data-science-framework-to-achieve-99-accuracy)
      6. [Stacked Regressions : Top 4% on LeaderBoard - Kaggle](https://www.kaggle.com/serigne/stacked-regressions-top-4-on-leaderboard)
      7. [An Interactive Data Science Tutorial - Kaggle](https://www.kaggle.com/helgejo/an-interactive-data-science-tutorial)
      8. [EDA To Prediction(DieTanic) - Kaggle](https://www.kaggle.com/ash316/eda-to-prediction-dietanic)
      9. [Titanic: Machine Learning from Disaster - Kaggle](https://www.kaggle.com/c/titanic)
      |
      1. [ ]
      2. [ ]
      3. [ ]
      4. [ ]
      5. [ ]
      6. [ ]
      7. [ ]
      8. [ ]
      9. [ ]
      | - | +| | **Intermediate** | | | | +| 1 | Speech Emotion Recognition | [Speech Emotion Recognition with librosa](https://data-flair.training/blogs/python-mini-project-speech-emotion-recognition/) | [ ] | - | +| 2 | Gender and Age Detection |
      1. [pyimagesearch - Age Detection with deep learning](https://www.pyimagesearch.com/2020/04/13/opencv-age-detection-with-deep-learning/)
      2. [learnopencv - Gender & Age Classification using OpenCV Deep Learning](https://www.learnopencv.com/age-gender-classification-using-opencv-deep-learning-c-python/)
      3. [DataFlair - Gender and Age Detection with OpenCV](https://data-flair.training/blogs/python-project-gender-age-detection/)
      4. [analytics vidhya - Age Detection](https://www.analyticsvidhya.com/blog/2017/06/hands-on-with-deep-learning-solution-for-age-detection-practice-problem/)
      |
      1. [ ]
      2. [ ]
      3. [ ]
      | - | +| 3 | Driver Drowsiness detection |
      1. [Real-time facial landmark detection](https://www.pyimagesearch.com/2017/04/17/real-time-facial-landmark-detection-opencv-python-dlib/)
      2. [Eye blink detection](https://www.pyimagesearch.com/2017/04/24/eye-blink-detection-opencv-python-dlib/)
      3. [Drowsiness detection with OpenCV](https://www.pyimagesearch.com/2017/05/08/drowsiness-detection-opencv/)
      4. [DataFlair - System with OpenCV & Keras](https://data-flair.training/blogs/python-project-driver-drowsiness-detection-system/)
      |
      1. [ ]
      2. [ ]
      3. [ ]
      4. [ ]
      | - | +| 4 | Basic Chatbot | [chatbot using NLTK & Keras](https://data-flair.training/blogs/python-chatbot-project/) | [ ] | - | +| 5 | Handwritten Digit Recognition |
      1. [Handwritten Digit Recognition](https://data-flair.training/blogs/python-deep-learning-project-handwritten-digit-recognition/)
      2. [kaggle - Digit Recognition-Tutorial (CNN)](https://www.kaggle.com/tarunkr/digit-recognition-tutorial-cnn-99-67-accuracy)
      |
      1. [ ]
      2. [ ]
      | - | +| 6 | Black Friday Dataset - Predict purchase amount. | [github](https://github.com/rouseguy/BlackFridayDataHack) | [ ] | - | +| 7 | Trip History Dataset - Predict the class of user. | [analytics vidhya](https://www.analyticsvidhya.com/blog/2015/06/solution-kaggle-competition-bike-sharing-demand/) | [ ] | - | +| 8 | Song recommendation |
      1. [Medium - Simple song recommender system](https://towardsdatascience.com/how-to-build-a-simple-song-recommender-296fcbc8c85)
      2. [Medium - A Simple Song Recommender System in Python](https://towardsdatascience.com/a-simple-song-recommender-system-in-python-tutorial-3e4c111198d6)
      3. [analytics vidhya - Guide to song recommendation system](https://analyticsindiamag.com/beginners-guide-to-building-a-song-recommender-in-python/)
      4. [Youtube - Building Recommender Systems Using Python](https://www.youtube.com/watch?v=39vJRxIPSxw)
      5. [Youtube - Music Search and Recommendation from Millions of Songs](https://www.youtube.com/watch?v=RIW7jjurpPI)
      |
      1. [ ]
      2. [ ]
      3. [ ]
      4. [ ]
      5. [ ]
      | - | +| 9 | Handwritten Text Recognition | [Build a Handwritten Text Recognition System using TensorFlow](https://towardsdatascience.com/build-a-handwritten-text-recognition-system-using-tensorflow-2326a3487cd5) | [ ] | - | +| 10 | Sentiment analysis - IMDB movie review dataset | [tensorflow](https://www.tensorflow.org/tutorials/text/text_classification_rnn) | [ ] | - | +| 11 | Text generation - Shakespeare | [tensorflow](https://www.tensorflow.org/tutorials/text/text_generation) | [ ] | - | +| 12 | Sign language MNIST classification |
      1. [kaggle - Deep learning using sign langugage](https://www.kaggle.com/ranjeetjain3/deep-learning-using-sign-langugage#CNN-Model)
      2. [kaggle - CNN using Keras](https://www.kaggle.com/madz2000/cnn-using-keras-99-7-accuracy)
      |
      1. [ ]
      2. [ ]
      | - | +| | **Advanced** | | | | +| 1 | Image Captioning | [Image Captioning with visual Attention](https://www.tensorflow.org/tutorials/text/image_captioning) | [ ] | - | +| 2 | Credit Card Fraud Detection |
      1. [geeksforgeeks - Credit Card Fraud Detection](https://www.geeksforgeeks.org/ml-credit-card-fraud-detection/)
      2. [Kaggel kernels](https://www.kaggle.com/mlg-ulb/creditcardfraud/kernels)
      3. [Google search results](https://www.google.com/search?q=Credit+Card+Fraud+Detection&rlz=1C1CHBF_enIN820IN820&oq=Credit+Card+Fraud+Detection&aqs=chrome..69i57j69i60&sourceid=chrome&ie=UTF-8)
      |
      1. [ ]
      2. [ ]
      3. [ ]
      | - | +| 3 | Recommendation System |
      1. [Recommendation Systems](https://engmrk.com/module-18-machine-learning-based-recommendation-systems/?utm_campaign=News&utm_medium=Community&utm_source=DataCamp.com)
      2. [RECOMMENDATION SYSTEM](https://technotipsondatascience.wordpress.com/2018/10/22/recommendation-system/)
      3. [Medium - Movie recommendation](https://towardsdatascience.com/movie-recommender-system-part-1-7f126d2f90e2)
      4. [kaggel - Movies Recommender System](https://www.kaggle.com/rounakbanik/movie-recommender-systems)
      5. [Quick Guide to Build a Recommendation Engine in Python & R](https://www.analyticsvidhya.com/blog/2016/06/quick-guide-build-recommendation-engine-python/)
      |
      1. [ ]
      2. [ ]
      3. [ ]
      4. [ ]
      5. [ ]
      | - | +| 4 | Customer Segmentation |
      1. [Customer Segmentation by RFM clustering](https://towardsdatascience.com/data-driven-growth-with-python-part-2-customer-segmentation-5c019d150444)
      2. [kaggle - Customer Segmentation](https://www.kaggle.com/fabiendaniel/customer-segmentation)
      3. [Customer Segmentation by KMeans](https://towardsdatascience.com/customer-segmentation-with-machine-learning-a0ac8c3d4d84)
      4. [KDnuggets - Beginner’s Guide to Customer Segmentation](https://www.kdnuggets.com/2017/03/yhat-beginner-guide-customer-segmentation.html)
      5. [KDnuggets - Customer Segmentation Using K Means Clustering](https://www.kdnuggets.com/2019/11/customer-segmentation-using-k-means-clustering.html)
      6. [Customer Segmentation: A Technical Guide](https://www.mktr.ai/applications-and-methods-in-data-science-customer-segmentation/)
      |
      1. [ ]
      2. [ ]
      3. [ ]
      4. [ ]
      5. [ ]
      6. [ ]
      | - | +| 5 | Breast Cancer Classification |
      1. [pyimagesearch - Breast cancer classification with Keras and Deep Learning](https://www.pyimagesearch.com/2019/02/18/breast-cancer-classification-with-keras-and-deep-learning/)
      2. [Dataflair - Breast Cancer Classification](https://data-flair.training/blogs/project-in-python-breast-cancer-classification/)
      |
      1. [ ]
      2. [ ]
      | - | +| 6 | Traffic Signs Recognition | [pyimagesearch - Traffic Sign Classification with Keras and Deep Learning](https://www.pyimagesearch.com/2019/11/04/traffic-sign-classification-with-keras-and-deep-learning/) | [ ] | - | +| 7 | Urban Sound Classification | [Audio Data Analysis using Deep Learning](https://www.analyticsvidhya.com/blog/2017/08/audio-voice-processing-deep-learning/) | [ ] | - | +| 8 | Human Activity Recognition |
      1. [MLM - Deep Learning Models for Human Activity Recognition](https://machinelearningmastery.com/deep-learning-models-for-human-activity-recognition/)
      2. [Human Activity Recognition with OpenCV and Deep Learning](https://www.pyimagesearch.com/2019/11/25/human-activity-recognition-with-opencv-and-deep-learning/)
      |
      1. [ ]
      2. [ ]
      | - | +| 9 | Covid-19 |
      1. [pyimagesearch - Covid-19 in X-ray images](https://www.pyimagesearch.com/2020/03/16/detecting-covid-19-in-x-ray-images-with-keras-tensorflow-and-deep-learning/)
      2. [pyimagesearch - Mask detection](https://www.pyimagesearch.com/2020/05/04/covid-19-face-mask-detector-with-opencv-keras-tensorflow-and-deep-learning/)
      3. [rubiks-code Detection of COVID-19 in chest X-Rays with Deep Learning](https://rubikscode.net/2020/03/23/detection-of-covid-19-in-chest-x-rays-with-deep-learning/)
      |
      1. [ ]
      2. [ ]
      3. [ ]
      | - | +| 10 | Video classification | [pyimagesearch](https://www.pyimagesearch.com/2019/07/15/video-classification-with-keras-and-deep-learning/) | [ ] | - | +| 11 | Fire and smoke detection | [pyimagesearch](https://www.pyimagesearch.com/2019/11/18/fire-and-smoke-detection-with-keras-and-deep-learning/) | [ ] | - | +| 12 | Detecting Natural Disasters | [pyimagesearch](https://www.pyimagesearch.com/2019/11/11/detecting-natural-disasters-with-keras-and-deep-learning/) | [ ] | - | +| 13 | Anonymizing faces | [pyimagesearch](https://www.pyimagesearch.com/2020/04/06/blur-and-anonymize-faces-with-opencv-and-python/) | [ ] | - | +| 14 | Text Summarization | [list of links](https://www.one-tab.com/page/at7XZn6iRsKSgpgNAqK0dw) | [ ] | - | +| 15 | Deep Dream and Style Transfer | [list of links](https://www.one-tab.com/page/RYc4BqXSRWOE_A1GIUAPYA) | [ ] | - | ## Additional resources