๐ง Projects
Exploring secure, privacy-conscious, and trustworthy AI systems โ from conversational agents to secure inference pipelines.
๐ค AI HealthBot โ Conversational Medical Assistant
Overview:
AI HealthBot is a conversational AI system designed to help users describe symptoms, assess potential conditions, and receive precautionary guidance. Built with LLMs, NLP, and multi-agent coordination, it demonstrates secure deployment and privacy-conscious interaction design.
Core Features:
- ๐ฉบ Symptom analysis and probable disease matching
- โ๏ธ Precaution and risk-level assessment
- ๐ฌ FAQ-style health information responses
- ๐งฉ Vector-based retrieval using FAISS and LangChain
- ๐ง Contextual multi-turn dialogue with memory retention
Tech Stack: Python, Transformers, LangChain, FAISS, Gradio, Hugging Face Spaces
๐ Live Demo
Security & Privacy Focus: Incorporates differential privacy principles and input sanitization to prevent data leakage and ensure ethical AI interaction.
โ๏ธ Secure Model Inference Pipeline โ From Model to Production, Safely
Overview:
A full-lifecycle MLOps pipeline that integrates security validation, adversarial testing, and automated model promotion. The system ensures only verified and robust models progress through CI/CD using Jenkins and MLflow.
Pipeline Workflow:
- ๐งฐ Model Scanning: AV and modelscan validation for embedded threats
- ๐งช Adversarial Testing: Stress-tested with Adversarial Robustness Toolkit (ART)
- ๐งพ Integrity Verification: SHA-256 hashing and MLflow registration
- ๐ฆ Secure Promotion: Auto-promotes passing models to Staging
Tech Stack: Python, Jenkins, MLflow, Docker, Bash, ClamAV, ART, Flask, AWS S3
Security Highlights:
โ
Model provenance tracking via MLflow
โ
Containerized isolation for test environments
โ
Secure secrets handling in CI/CD
โ
Integration-ready with Secure Model Context Protocol (SMCP)
Impact:
This pipeline enforces defensive MLOps โ embedding security gates, provenance, and compliance directly into the ML lifecycle.