Skip to content

Latest commit

 

History

History
69 lines (44 loc) · 4.11 KB

File metadata and controls

69 lines (44 loc) · 4.11 KB

Datacamp_Projects

This repository contains a curated collection of data science projects completed on DataCamp, each exploring different domains, techniques, and datasets using Python and related technologies.

Projects Overview

Below is a list of the projects included in this repository, each located in its own directory:

Builds and trains deep learning models to recognize American Sign Language gestures from image data.

Performs data analysis on crime datasets from Los Angeles to uncover patterns and trends.

Examines survey data to understand factors affecting students' mental health.

Demonstrates ETL and pipeline engineering for retail transaction datasets.

Uses audio features and machine learning to classify music tracks by genre.

Applies clustering algorithms to biological data to distinguish penguin species.

Analyzes and visualizes public transport data for London, including journeys and network structure.

Investigates the development history and community aspects of the Linux operating system.

Performs exploratory data analysis on Netflix movie offerings and characteristics.

Showcases code review practices and automated quality checks on a sample project.

Develops machine learning models to predict agricultural outcomes from environmental data.


How to Use

  1. Clone the repository:

    git clone https://github.com/alyalsayed/Datacamp_Projects.git
  2. Explore each project folder: Each directory contains code, datasets, and (where available) notebooks or documentation for running the analyses.

  3. Dependencies: Most projects use Python (Jupyter notebooks), and may require libraries like pandas, numpy, matplotlib, scikit-learn, etc. Refer to any requirements.txt or notebook instructions per project.

License

This repository is released under the MIT License.

Author

Created by alyalsayed.


Explore, learn, and build your data science skills with real projects!