Explore Projects

Network Security - Malicious URL Detection using MLOps

Network Security - Malicious URL Detection using MLOps

Developed an end-to-end MLOps project to detect malicious URLs using XGBoost. Integrated robust pipelines for data ingestion, model training, deployment, and monitoring.

Streamlit
FastAPI
XGBoost
MongoDB
Apache Airflow
MLflow
GitHub Actions
Docker
AWS S3
AWS EC2 Instance
US Visa Approval Prediction using MLOps

US Visa Approval Prediction using MLOps

Built an end-to-end MLOps pipeline to predict the approval status of US visa applications. Implemented machine learning models, deep learning techniques, and automated deployment pipelines.

FastAPI
Docker
AWS Cloud Services
GitHub Actions
XGBoost
Custom ANN
MongoDB
Evidently AI
Streamlit
MLflow
Python
Pandas
Scikit-Learn
Customer Satisfaction Prediction using ZenML

Customer Satisfaction Prediction using ZenML

Predicted customer satisfaction scores for future orders using historical e-commerce data from the Brazilian E-Commerce Public Dataset by Olist. This project leverages multiple machine learning models like CatBoost, XGBoost, and LightGBM, built within a ZenML pipeline to create a production-ready solution.

XGboost
Optuna
ZenML
Streamlit
MLFlow
Interactive ML Algorithm Visualizer

Interactive ML Algorithm Visualizer

An interactive web application designed to help users understand and experiment with machine learning algorithms visually. It offers dynamic visualizations for concepts like linear regression, allowing users to adjust parameters such as slope and intercept interactively. The platform aims to simplify ML concepts for learners through intuitive design and engaging tools.

TypeScript
D3.js
SVG
Next.js
Neural Network From Scratch

Neural Network From Scratch

Implemented a neural network from scratch using Python and Numpy. This project explores neural networks at a fundamental level, focusing on core concepts like backpropagation, gradient descent, and activation functions without relying on frameworks like TensorFlow or PyTorch.

Python
Numpy
Backpropagation
Gradient Descent
Activation Functions