Skip to content
View abhilashpanda04's full-sized avatar

Block or report abhilashpanda04

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

Hey ๐Ÿ‘‹ I'm Abhilash

I work with LLMs and production ML systems. Mostly tinkering with RAG, fine-tuning models, and trying to make AI actually work in the real world instead of just in Jupyter notebooks.

Currently at building GenAI stuff for financial data.


What I work with

LLMs: LangChain, fine-tuned LLaMA, GPT-4, Claude, Gemini
ML/Data: PyTorch, TensorFlow, transformers, scikit-learn
MLOps: ZenML, DVC, MLflow - trying to make ML reproducible
Cloud: Azure, GCP
Languages: Python mostly, some SQL and bash


Projects I've built

Finetuning-Llama-3.1-Unsloth
Fine-tuned LLaMA 3.1 using Unsloth. It's basically 60% faster than standard PEFT, which is pretty cool. Useful if you're doing domain-specific LLM stuff.

PDF-ChatBot-Langchain
RAG system for PDF Q&A. Proper source attribution (important for actual use). Has conversation memory too.

Chainlit-langchain-app
LLM chatbot interface. Built this to understand how to go from prototype to something you can actually deploy.

Mlops-project-zenml
ML pipeline orchestration with ZenML. Focused on making the whole thing reproducible and automated.

Mlops-DVC-StackOverflow
Data versioning + experiment tracking + CI/CD pipeline. Kind of a complete MLOps workflow.

BERT-Pretraining-finetuning
BERT from scratch with MLM pre-training, then fine-tuned on sentiment. Learned a lot about how transformers actually work by doing this.

Design-Patterns
Implemented Gang of Four patterns in Python. Useful to have this reference around.


Some stuff I've done

Worked on financial data extraction with LLMs - took manual processes from weeks down to minutes. Built RAG systems that actually work in production. Spent time optimizing inference, dealing with vector databases, all that jazz.

Before all this, I was in financial operations (State Street) doing portfolio reconciliation, which is where I got interested in automation and data systems.


Learning stuff right now

  • Better RAG patterns (retrieval is still messy)
  • Agentic workflows (LangGraph is interesting)
  • LLM optimization (quantization, distillation, caching)
  • Evaluating GenAI systems properly

If you want to chat

๐Ÿ“ง abhilashk.isme1517@gmail.com
๐Ÿ”— linkedin
๐ŸŒ portfolio

Open to talking about GenAI, MLOps, building production systems. Always up for discussing weird ML problems too.

Pinned Loading

  1. BERT-Pretraining-finetuning BERT-Pretraining-finetuning Public

    Pretrain and fine-tune BERT from scratch on WikiText and SST2 datasets for sentiment analysis

    Jupyter Notebook

  2. important-Papers important-Papers Public

    Curated collection of important research papers in machine learning and AI with summaries and implementation notes

  3. Mlops-DVC-StackOverflow Mlops-DVC-StackOverflow Public

    NLP project using DVC for data and model versioning. Demonstrates MLOps best practices with Stack Overflow dataset

    Python

  4. Mlops-project-zenml Mlops-project-zenml Public

    End-to-end ML pipeline using ZenML orchestration framework demonstrating reproducible workflows with experiment tracking

    Python