Skip to content
View Tusm11's full-sized avatar
😊
😊

Highlights

  • Pro

Block or report Tusm11

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

Hi, I'm Abhiram πŸ‘‹

I build things at the intersection of AI and the web β€” from fine-tuning large language models to shipping full-stack applications that make those models actually useful. Currently deep in the internals of LLMs: how they work, how to make them efficient, and how to make them explainable.

Third-year CS undergrad Geethanjali College of Engineering and Technology Β· AI & ML Β· 2027 Batch


πŸ”­ Currently Working On

  • ex-LRP-Turbo β€” a custom LLM merging algorithm built on Arcee AI's Mergekit that combines three ideas: explainability (understanding what a model has learned), AttnLRP (layer-wise relevance propagation for transformers, to score which layers matter most), and TurboQuant (Google's near-optimal vector quantization, for efficient merging). The core idea: take a base model (global) and a fine-tuned version (local), use LRP relevance scores to decide which layers to keep from each, and apply TurboQuant to compress without losing what matters.

Applications: Medical AI (merge a general clinical model with a specialist fine-tune while keeping only the layers that learned domain-specific reasoning), edge deployment (produce smaller merged models that retain task performance without full fine-tuning costs), federated learning (merge locally fine-tuned models from different clients into a global model intelligently rather than averaging weights blindly), and fake news / misinformation detection at scale (the original use case β€” lightweight models that can be deployed without GPU infrastructure). More details: PR #682

  • Building my project portfolio β€” AI/ML and web dev β€” for 2026 and 2027 campus placements and internship applications

🌱 Currently Learning

  • LLM fine-tuning β€” LoRA, QLoRA
  • MLOps & model deployment (getting my models out of Colab)
  • Full-stack development with AI-powered applications

πŸ‘― Looking to Collaborate On

  • Open source AI/ML projects β€” NLP, LLM tooling, model merging and fine-tuning
  • Full-stack web development projects, especially ones with an AI layer on top
  • Anything where the goal is understanding, not just benchmarking

🀝 Looking for Help With

  • Honest feedback on my projects β€” research rigor, problem solving-oriented and real-world applicability
  • Connections in the AI/ML and software industry

πŸ’¬ Ask Me About

  • Building a resume that gets noticed and preparing for campus placements as a CS undergrad

🌐 Socials

LinkedIn Email


πŸ’» Tech Stack

Python PyTorch scikit-learn NumPy Pandas Matplotlib OpenCV FastAPI Streamlit React NodeJS Express.js MySQL MongoDB JavaScript Java C Git Vercel


πŸ“Š GitHub Stats


Popular repositories Loading

  1. smart-doc-checker-1 smart-doc-checker-1 Public

    Forked from Gaganharikiranmarella/smart-doc-checker

    Python

  2. Solcial-Media-Post-Engagement-using-KMeans-CLustering Solcial-Media-Post-Engagement-using-KMeans-CLustering Public

    K-means clustering segments social media posts by engagement metrics (reactions, comments, shares, likes), revealing low, moderate, and high-performing groups. The project uses feature scaling, opt…

    Jupyter Notebook

  3. TV-Shows-Pattern-Mining TV-Shows-Pattern-Mining Public

    Association rule mining project on a TV shows dataset. Uses Apriori algorithm and mlxtend in Python to discover frequent itemsets, analyze viewing clusters, and interpret popular combinations of sh…

    Jupyter Notebook

  4. SkySense SkySense Public

    AI-powered celestial object identification using ML

    Python

  5. DeepFake-Detector DeepFake-Detector Public

    Binary Image Classification for Anti-Spoofing using a fine-tuned MobileNetV2 architecture. Features CPU-optimized training pipeline and an interactive real-time inference app built with Streamlit.

    Jupyter Notebook

  6. Finger-Counter Finger-Counter Public

    AI-powered real-time finger detection and counting system using Computer Vision.

    Python