My Projects

Chest X-ray Classification

Multi-Agent Travel Planner

  • Designed a multi-agent orchestration system using CrewAI and FastAPI, implementing a directed workflow that coordinates specialized GPT-4o-mini agents for real-time travel preference extraction and itinerary generation
  • Engineered deterministic data handoffs using Pydantic validation and custom Python tools for budget allocation, producing consistent financial calculations through structured context filtering and validation.
  • View on GitHub
    Melanoma Prediction

    Melanoma Prediction

  • Developed a PyTorch-based CNN for binary melanoma classification using 10K dermoscopic skin-lesion images, applying image preprocessing, normalization, and data augmentation techniques including random flips and rotations to improve model generalization.
  • Trained and evaluated the model on separate training and test datasets, achieving strong test accuracy and validating performance using precision, recall, F1-score, confusion matrix.
  • View on GitHub
    Customer Churn Prediction

    Wellness Trainer Chatbot

  • Designed an AI Wellness chatbot leveraging the Meta Llama 2 model in Pytorch, Integrating RAG architecture with ChromaDB for knowledge retrieval.
  • Accelerated model performance through PEFT and LoRA techniques, achieving efficient deployment via 4-bit quantization.
  • View on GitHub