This repository contains my independent data science projects focusing on solving real-world business problems using data-driven solutions.
- Python 3.x
- AWS Cloud Services
- Data Processing: Pandas, NumPy
- Machine Learning: Scikit-learn
- Data Visualization: Matplotlib, Seaborn
- AWS S3
- AWS SageMaker
- AWS Lambda
├── notebooks/ # Jupyter notebooks
│ ├── 01_exploratory_analysis/ # Exploratory data analysis
│ ├── 02_modeling/ # Model building and training
│ └── 03_evaluation/ # Model evaluation
├── src/ # Source code
│ ├── data/ # Data processing
│ ├── models/ # ML models
│ └── utils/ # Utility functions
├── tests/ # Unit tests
└── docs/ # Documentation
Active development – Setting up infrastructure
- Python environment setup [Coming soon]
- AWS configuration [Coming soon]