In [1]: portfolio.get_projects()
Out[1]: Found 16 projects across repositories. Filtered by active workspace.
No matching files found
Try widening your search terms or selecting another repository folder in the workspace explorer.
Length of Stay Regression
Predict patient hospital length of stay to optimize medical staffing, bed availability, and hospital resource management.
NYC Taxi Trip Duration Regression
Predict New York City taxi trip durations using coordinates, weather, and traffic data to optimize taxi routing and dispatch.
Retail Store Inventory Forecasting
Forecast retail store inventory requirements to prevent out-of-stock situations and minimize overhead storage costs.
Car Price Prediction App
Interactive Streamlit web application to estimate second-hand car resale values instantly based on vehicle characteristics.
Credit Card Fraud Detection
Machine learning fraud detection system dealing with extreme class imbalance using SMOTE and ensemble models.
Customer Churn Classification
Predict customer churn probability and identify key risk factors to drive proactive subscriber retention strategies.
KNN Digit Prediction
Handwritten digit recognition model built and evaluated using the K-Nearest Neighbors (KNN) algorithm.
Online Shoppers Purchase Intention
Classify online shopper purchase intention using real-time browsing behavior, session metadata, and page metrics.
Customer Churn Analytics
In-depth customer churn analytics and predictive classification using logistic regression and robust exploratory analysis.
Telco Churn Prediction App
Interactive Gradio application to predict telecom subscriber churn and explore model feature importances dynamically.
Beauty Recommendation (KNN with Mean)
Collaborative filtering recommendation system built with Surprise KNNWithMean to suggest tailored beauty products.
Customer Segmentation using KMeans
Retail customer segmentation and profiling using K-Means clustering and the Elbow Method for targeted marketing.
Retail Store Demand Forecasting (LightGBM)
High-performance time-series demand forecasting using LightGBM and robust rolling-window feature engineering.
Brain Tumor Classification
Medical image classification of brain tumors from MRI scans using PyTorch CNN and transfer learning for diagnosis support.
Skin Diseases Classification
Deep learning classification model using TensorFlow ResNet to assist in pre-screening dermatological conditions from images.
NLP Disaster Tweets Classification
Fine-tune a BERT transformer model to classify whether real-time Twitter social media feeds report actual disaster events.
Multi-Agent Orchestration with CrewAI
Orchestrate collaborative multi-agent systems using CrewAI, assigning tailored personas to solve complex tasks.
Advanced RAG Pipeline with LangChain
Build production-grade Retrieval-Augmented Generation (RAG) pipelines using LangChain, VectorDB, and LLMs.
Stateful Agent Workflows with LangGraph
Develop robust cyclic stateful agentic workflows using LangGraph to enable complex reasoning loops.