Skip to content
View sarveshmokal's full-sized avatar

Block or report sarveshmokal

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
sarveshmokal/README.md

Hi, I'm Sarvesh

MSc Data Science student at SRH University Heidelberg. I build production-grade AI systems, not just notebooks.

What I've built

SAS2Py - AI-powered SAS-to-Python translator built as a POC for Deutsche Bank. Fine-tuned 3 LLMs (Qwen 1.5B, DeepSeek 6.7B, Llama 8B) with LoRA and QLoRA. Hybrid RAG pipeline with pgvector. 100% syntax validity on the smallest model. FastAPI + Streamlit + Docker + 75 automated tests.

Ethical Credit Scoring System - GDPR/EU AI Act/German AGG-compliant credit scoring with Random Forest, 3-stage fairness mitigation, SHAP explainability, Llama 3.3 70B AI briefings, and a live Gradio dashboard for credit officers.

Multi-Agent RAG Pipeline - 15-agent system using LangGraph for cross-document Q&A over OECD/IMF/UN policy PDFs. Hybrid retrieval (BM25 + Pinecone), debate agents, NLI-based fact checking.

Tech I use most

Python, PyTorch, Hugging Face, LangChain, LangGraph, LoRA/QLoRA, RAG, FastAPI, PostgreSQL, pgvector, Docker, SHAP, scikit-learn, spaCy

Currently

  • Looking for an internship or Werkstudent in GenAI, ML, NLP, or Data Science in Germany
  • Based in Heidelberg, available immediately
  • sarveshmmokal@gmail.com | LinkedIn

Pinned Loading

  1. Ethical-Credit-Scoring-System Ethical-Credit-Scoring-System Public

    GDPR/EU AI Act/German AGG-compliant credit scoring with fairness mitigation, SHAP explainability, and AI briefings

    Jupyter Notebook

  2. SAS2Py SAS2Py Public

    AI-powered SAS-to-Python translator built as a POC for Deutsche Bank. Fine-tuned LLMs with LoRA/QLoRA + hybrid RAG pipeline.

    Jupyter Notebook

  3. PolicyLens PolicyLens Public

    Multi-Agent RAG system for policy document analysis which has 15 pluggable agents, hybrid retrieval, LLM auto-failover and React dashboard.

    Python