Skip to content
View Snehlata826's full-sized avatar

Block or report Snehlata826

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Snehlata826/README.md

Hi πŸ‘‹, I'm Snehlata Kumari

AI/ML Engineer Β |Β  Computer Vision Β |Β  LLMs Β |Β  Generative AI Β |Β  RAG Β |Β  MLOps

Building scalable AI systems with real-world impact.


πŸ‘©β€πŸ’» About Me

AI Developer

πŸŽ“ 3rd-Year B.Tech – Computer Science (AI & ML Specialization)
πŸ… Herbalife Scholar '25 Β |Β  EcoHack Runner-Up '26 Β |Β  SheFi Scholar (Season 16)
πŸ”¬ Research Intern – NIT Bhopal (2025)

  • Building production-grade AI systems across Computer Vision and LLMs
  • Developed a Vision Transformer (ViT) foundation model on Indian satellite imagery (Sentinel-2) achieving 93.6% accuracy
  • Engineered RAG pipelines with hybrid retrieval, reranking, and hallucination detection for reliable AI systems
  • Solved 300+ DSA problems, strengthening core problem-solving and system thinking
  • Interested in scalable ML, LLMs, GenAI, Geospatial and real-world AI deployment (MLOps)

πŸ“« kumarisnehlata2005@gmail.com


πŸ›  Technical Skills


πŸš€ Featured Projects


AI-powered legal document intelligence with ML risk classification, SHAP explainability & RAG Q&A

  • Built a full-stack application (FastAPI + React) to analyze legal PDFs β€” extracting clauses using spaCy NLP + regex and classifying each clause as HIGH / MEDIUM / LOW risk
  • Trained a Logistic Regression + Random Forest ensemble classifier achieving 89.6% accuracy and a +30.9% F1 improvement over keyword baseline
  • Integrated SHAP word-level feature attribution to explain which terms drive each risk prediction, making legal AI decisions transparent and auditable
  • Powered a RAG-based Q&A pipeline (Groq LLaMA3 + FAISS) enabling users to query documents with grounded answers and source citations
  • Ships with rate limiting, input validation, PDF report export, and Docker-based deployment

Python FastAPI React spaCy Scikit-Learn SHAP Groq LLaMA3 FAISS Docker


Production-grade RAG system for academic document Q&A with grounded answers, confidence scoring & hallucination detection

  • Architected a hybrid retrieval pipeline combining FAISS semantic search (BAAI/bge-small-en-v1.5) and BM25 keyword search, reranked with a cross-encoder (ms-marco-MiniLM-L-6-v2)
  • Integrated Mistral-7B-Instruct for answer generation with built-in hallucination risk assessment, confidence labels (HIGH / MEDIUM / LOW), and per-answer source citations
  • Supports multi-document comparison queries; exposes evaluation metrics (groundedness, retrieval F1, context utilization) in debug mode
  • Deployed on HuggingFace Spaces via Docker; exposes a clean REST API (FastAPI) paired with a Streamlit UI

Python FastAPI Streamlit FAISS BM25 Mistral-7B HuggingFace Cross-Encoder Reranking Docker


End-to-end MLOps pipeline for real-time stock price prediction and trading signal generation

  • Built a full production ML pipeline: data ingestion β†’ feature engineering β†’ model training β†’ deployment with experiment tracking via MLflow
  • Engineered real-time trading signal generation from live market feeds with automated retraining workflows
  • Implemented model versioning, drift detection, and performance monitoring for sustained reliability in production
  • Containerized with Docker and structured for CI/CD-ready pipeline deployment

Python MLflow Scikit-Learn Pandas FastAPI Docker


πŸ“Š GitHub Stats


πŸ“ˆ Contribution Activity


🌐 Connect With Me


Thank you for visiting my profile.
⭐ Open to AI internships, research collaborations, and innovative ML projects.

Pinned Loading

  1. Foundation-model-satellite-images Foundation-model-satellite-images Public

    A foundation model for satellite imagery analysis using Indian satellite data (e.g., HRSAT, Cartosat). Supports multi-task learning for land cover, object detection, etc.

  2. legal-ai-analyzer legal-ai-analyzer Public

    Python

  3. stock-mlops-system stock-mlops-system Public

    Python

  4. Explainable-RAGAI Explainable-RAGAI Public

    Python