A comprehensive repository of end-to-end Machine Learning projects covering multiple real-world use cases, including healthcare, real estate, NLP, and finance.
This repository demonstrates strong expertise in:
- Data preprocessing
- Feature engineering
- Model training & evaluation
- Deployment using Streamlit
- Building reusable ML pipelines
ML_Project_Deployment/
│
├── 000_Learning_Center/ # Learning resources & practice
├── 001_Kidney_Data/ # Kidney Disease Prediction
├── 002_House_Price_Prediction/ # House Price Prediction
├── 003_Patient_Survival_Prediction/ # Patient Survival Prediction
├── 004_Sentiment_Analysis/ # NLP Sentiment Analysis
├── 005_Company_Bankruptcy_Prediction/ # Financial Risk Prediction
│
├── main.py # Entry script (if applicable)
├── requirements.txt # Global dependencies
├── LICENSE
└── README.md
- Classification using Random Forest
- Preprocessing: Imputation, Encoding, Scaling
- Streamlit deployment
- Regression model for real estate pricing
- Outlier handling + scaling
- Real-time predictions via UI
- Logistic Regression-based classification
- Full preprocessing pipeline
- Healthcare dataset application
- NLP-based sentiment classification
- Excel-based batch prediction
- Streamlit interface
- Financial risk prediction model
- Classification approach
- Business-focused use case
- Python
- Pandas, NumPy
- Scikit-learn
- Streamlit
- Jupyter Notebook
- ✅ Multiple ML problem types (Regression, Classification, NLP)
- ✅ End-to-end pipelines
- ✅ Real-world datasets
- ✅ Deployment-ready apps
- ✅ Modular and reusable code
These projects demonstrate:
- Translating data into actionable insights
- Building scalable ML pipelines
- Handling real-world noisy datasets
- Deploying models for real users
git clone https://github.com/VikramVadhirajan/ML_Project_Deployment.git
cd ML_Project_Deployment/<project_folder>
pip install -r requirements.txt
streamlit run app.pyVikram Vadhirajan
Data Analyst | Machine Learning | Python | Power BI
GitHub: https://github.com/VikramVadhirajan
If you found this useful, consider giving this repository a ⭐