This repository contains a collection of Data Science Projects in Python, Jupyter, ML, and DL.
Each folder is an independent project with its own code, datasets, and documentation.
- Tech stack: Python, Jupyter Notebook, Pandas, NumPy, Scikit-learn, Matplotlib, Seaborn
- Description: A machine learning project that predicts whether a passenger survived the Titanic disaster using classification models.
- Highlights: Data cleaning, feature engineering, exploratory data analysis (EDA), and multiple ML models (Logistic Regression, Decision Tree, Random Forest, etc.)
- Tech stack: Python, OpenCV, TensorFlow/Keras, Pre-trained Models (MobileNet/YOLO)
- Description: A deep learning project that detects and classifies objects in real-time using a webcam feed.
- Highlights:
- Uses transfer learning with pre-trained models for faster training
- Real-time object detection using OpenCV
- Supports multiple object categories
- Practical deployment-oriented workflow
- Clone this repository:
git clone https://github.com/gabhaleshashank/Data-Science-Projects.git cd Data-Science-Projects