A curated collection of data science projects, exploratory data analysis (EDA), statistical modeling, and machine learning implementations.
| Project | Description | Tech Stack | Status |
|---|---|---|---|
| Project 1 | Short description of project objective and outcome | Python, Pandas, Scikit-learn | Completed |
| Project 2 | Short description of project objective and outcome | PyTorch, Computer Vision | In Progress |
├── data/ # Datasets (or links to raw data)
├── notebooks/ # Categorized Jupyter/Colab notebooks
│ ├── eda/ # Exploratory Data Analysis
│ ├── modeling/ # Model training & evaluations
├── scripts/ # Python scripts (.py) for helper functions
└── README.md