Skip to content
View Atharva01's full-sized avatar
馃幆
Focusing
馃幆
Focusing
  • FAU Erlangen-N眉rnberg
  • Erlangen

Block or report Atharva01

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don鈥檛 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鈥檚 behavior. Learn more about reporting abuse.

Report abuse
Atharva01/README.md

馃敩 Projects

Lightweight retrieval refinement for RAG systems

  • Retriever-agnostic refinement library for RAG and agentic AI workflows
  • Implemented neural, lexical, and pattern-based ranking with deterministic RRF, duplicate suppression, and Top-K/token budget context selection, giving agents smaller, higher-signal context with auditable traces.
  • Built reproducible BEIR/Ragas evaluation

Visual explanations for CNN predictions using Grad-CAM

  • FastAPI + PyTorch + ResNet18
  • Grad-CAM heatmap visualization
  • Explainable AI

Voxel-wise segmentation of the tumor mapping distinct tumor subregions including whole tumor, tumor core, and enhancing tumor regions.

  • Build a 3D-UNET architecture to perform brain tumor segmentation on multi-modal MRI scans (BraTS dataset), processing T1ce, T2, and FLAIR imaging modalities.
  • Fully modularized pipeline with separate, reusable components for preprocessing, dataset handling, model definition, training, evaluation, and visualization.

Implementation from transformer architecture using Pytorch

  • Built transformer architecture from scratch using PyTorch with complete encoder-decoder implementation.
  • Trained and validated sequence-to-sequence translation model

馃洜 Tech Stack

ML/AI: PyTorch 路 Hugging Face 路 LangChain
Backend: FastAPI 路 Flask 路 Streamlit
DevOps: Docker 路 CI/CD 路 Azure
Data: SQL 路 Vector Databases (Pinecone, ChromaDB)


馃悕 Contribution Snake

github-snake

Connect

LinkedIn GitHub

Pinned Loading

  1. gradcam-explainability-system gradcam-explainability-system Public

    Grad-CAMs based explainable AI System

    Python

  2. ragrefine ragrefine Public

    Lightweight retrieval refinement for RAG systems, combining neural reranking, lexical relevance, structured constraint matching, and reproducible evaluation over frozen candidate pools.

    Python