Turning raw data into insights, predictions, and intelligent solutions.
A practical collection of my Data Science, Data Analysis, Machine Learning, and AI projects built with Python.
This repository documents my journey from data preprocessing and EDA → machine learning → deep learning → model evaluation → deployment.
Python · Pandas · NumPy · EDA · Data Cleaning · Visualization
Feature Engineering · Regression · Classification · ANN / Deep Learning
Model Evaluation · Predictive Modeling · FastAPI · Streamlit
Data → Insight → Model → Prediction → Application
- Linear Regression
- Regression-based prediction
- House Price Prediction
- Student Performance Prediction
- MAE, MSE, RMSE
- R² Score
- Logistic Regression
- Decision Tree
- Random Forest
- KNN, SVM
- Gradient Boosting
- XGBoost / LightGBM
- Artificial Neural Networks
- K-Means
- Customer Segmentation
- Missing-value handling
- Encoding
- Feature scaling
- Feature selection / transformation
- Train/Test split
I don't rely on a single metric.
MAE ───── RMSE ───── MSE ───── R²
Accuracy ─ Precision ─ Recall ─ F1
│
▼
ROC-AUC / PR-AUC
For problems such as fraud detection, precision, recall, ROC-AUC and especially PR-AUC can provide more useful information than accuracy alone.
DATA SCIENCE JOURNEY
┌──────────────────────┐
│ Python │
└──────────┬───────────┘
↓
┌──────────────────────┐
│ Data Analysis │
│ Pandas + NumPy │
└──────────┬───────────┘
↓
┌──────────────────────┐
│ EDA & Visualization │
│ Matplotlib + Seaborn │
└──────────┬───────────┘
↓
┌──────────────────────┐
│ Machine Learning │
│ Regression + Class. │
└──────────┬───────────┘
↓
┌──────────────────────┐
│ Deep Learning │
│ TensorFlow / ANN │
└──────────┬───────────┘
↓
┌──────────────────────┐
│ Model Deployment │
│ FastAPI / Streamlit │
└──────────┬───────────┘
↓
🚀 AI SYSTEMS
| Area | Technologies |
|---|---|
| Language | Python |
| Data Analysis | Pandas, NumPy |
| Visualization | Matplotlib, Seaborn |
| Machine Learning | Scikit-learn, XGBoost, LightGBM |
| Deep Learning | TensorFlow, PyTorch |
| Deployment | FastAPI, Streamlit |
| Development | Jupyter Notebook, Colab, Kaggle |
| Version Control | Git, GitHub |
My next step is moving from individual ML notebooks toward production-ready AI applications.
Machine Learning
→ Deep Learning
→ NLP
→ Computer Vision
→ LLMs
→ FastAPI
→ AI Applications
→ MLOps
| Area | Progress |
|---|---|
| 🐍 Python | ██████████ |
| 📊 Data Analysis | █████████░ |
| 🤖 Machine Learning | ████████░░ |
| 🧠 Deep Learning | ████████░░ |
| 🚀 Deployment | ███████░░░ |
| 🤖 AI / LLM | ██████░░░░ |
The goal isn't just to train models — it's to build useful systems around them.
I'm building practical experience across Data Science, Machine Learning, Deep Learning, and AI, with a focus on turning datasets into real-world predictive solutions.
I use this repository to document projects, experiments, lessons learned, and my progress toward becoming a stronger Machine Learning / AI Engineer.
GitHub: Code-Creater1
Data → Intelligence → Impact 🚀