Skip to content
View anshhh1101's full-sized avatar

Block or report anshhh1101

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

Typing SVG

   

   

   


◈ About

I am a Computer Science undergraduate at KIIT University (Batch 2023–2027, CGPA 8.40) with a focus on building production-grade AI/ML systems and full-stack web applications. My engineering work spans end-to-end pipelines — from 3D medical image segmentation using SegResNet and MONAI to RAG-based knowledge retrieval systems deployed on cloud infrastructure.

I approach software with a product engineering mindset: I care about the system working correctly in production, not just in notebooks. My projects are deployed, documented, and designed to solve real problems — whether that is intelligent travel planning with curated offbeat location datasets, AI-assisted optic disc detection for clinical support, or RAG-powered student learning tools.

I actively participate in competitive programming, with 400+ problems solved on LeetCode (handle: anshhh1101), primarily in Java and Python. I build in public, ship to production, and target roles where engineering depth matters.

Open To:

  • AI/ML Engineering Internships
  • Full Stack Development Internships
  • Data Science & MLOps Roles
  • Pre-Placement Offers (PPO)
  • Open Source Collaboration

◈ Tech Stack

Languages

Frontend

Backend & Databases

Cloud, DevOps & Tooling

AI / ML & LLM Tooling


◈ AI / ML Expertise

Domain Proficiency Details
Computer Vision ████████░░ Advanced U-Net, CNN, Morphological Processing, CBCT 3D Segmentation
Medical AI ███████░░░ Intermediate SegResNet, MONAI, Optic Disc Detection, Dental Imaging
NLP & LLMs ████████░░ Advanced RAG Pipelines, Vector Search, Groq LLM, HuggingFace Transformers
Clustering & ML ███████░░░ Intermediate K-Means, DBSCAN, SentenceTransformers, Recommendation Systems
MLOps & Deployment ██████░░░░ Intermediate Vercel, Render, Flask APIs, MongoDB Atlas Vector Search
Data Science ████████░░ Advanced Power BI, DAX, Python ETL, Sentiment Analysis, SQLite

◈ Featured Projects

TRAVELMAiT V2 — Intelligent Travel Planning Platform

An AI-powered travel recommendation system built around a curated dataset of 100 offbeat Odisha locations unavailable on mainstream travel platforms. The system combines semantic vector search with LLM-driven itinerary generation and live flight/hotel data retrieval via the Amadeus API. Reached Top 50 nationally at Smart India Hackathon 2025.

Attribute Detail
Stack React, Tailwind CSS, Flask, MongoDB Atlas Vector Search, SentenceTransformers, Groq (llama-3.3-70b-versatile), Amadeus API
Scale 100+ curated offbeat locations, semantic vector embeddings, live travel API integration
Performance Lightweight JSON search replacing sentence-transformers/ChromaDB to resolve Render free-tier memory limits
Security MongoDB credentials purged via git filter-branch after exposure incident; environment variable hardening
Impact Top 50 nationally — SIH 2025; deployed live on Vercel with production-grade routing
Repository github.com/anshhh1101/TravelMAiT-V2 · Live

Architected end-to-end from data curation to cloud deployment, resolving real infrastructure constraints and shipping a working product under competitive conditions. The offbeat Odisha dataset is the core differentiator — no equivalent exists in commercial travel APIs.


Optic Disc Detection — Clinical-Grade Retinal Image Analysis Pipeline

A multi-method medical image analysis pipeline comparing traditional and deep learning approaches for optic disc segmentation in retinal fundus images. Implemented and benchmarked morphological thresholding, K-Means clustering, DBSCAN, and a CNN U-Net architecture — achieving a best Dice score of 92.17% and IoU of 86.63%.

Attribute Detail
Stack Python, TensorFlow, PyTorch, OpenCV, scikit-learn, Matplotlib
Scale Multi-method benchmark — 4 approaches compared on identical datasets
Performance U-Net: 92.17% Dice Score · 86.63% IoU
Security Reproducible pipeline; no patient-identifiable data; modular inference architecture
Impact Clinical-support potential for early glaucoma screening; robust multi-method comparison
Repository github.com/anshhh1101/optic-disc-detection

Designed to be methodology-honest — the comparative benchmark between classical CV methods and deep learning provides interpretability data clinicians can reason about, not just a black-box prediction.


StudyMind — RAG-Based AI Teaching Assistant

A retrieval-augmented generation system that transforms uploaded study materials into an interactive AI tutor. Students upload course documents; the system builds a vector index and answers questions with source-grounded responses. Survived a full stack migration mid-development from Gemini Embeddings to HuggingFace all-MiniLM-L6-v2 after regional API access restrictions.

Attribute Detail
Stack React, Flask, HuggingFace (all-MiniLM-L6-v2), Groq (llama-3.3-70b-versatile), ChromaDB, Vercel
Scale Dynamic document ingestion; real-time vector retrieval; multi-session support
Performance Sub-second retrieval; LLM-augmented grounded responses with source citations
Security No document persistence beyond session; API key isolation via environment config
Impact Deployed live; used by peers for exam preparation; full RAG architecture from scratch
Repository github.com/anshhh1101/studymind · Live

Built a complete RAG stack without relying on LangChain abstractions for the core retrieval logic — chunking, embedding, and similarity search are transparent and tunable.


3D CBCT Dental Image Segmentation — Medical AI Pipeline

End-to-end 3D dental image segmentation pipeline built as a take-home ML engineering assessment for Dobbe AI. Processes volumetric Cone Beam CT data through a SegResNet architecture using the MONAI framework, with interactive 3D visualization of segmentation outputs using Plotly.

Attribute Detail
Stack Python, MONAI, SegResNet, PyTorch, Plotly, NiBabel
Scale Volumetric 3D CBCT data; full training and inference pipeline
Performance SegResNet architecture tuned for medical volumetric segmentation tasks
Security Anonymized clinical data handling; no PHI in pipeline artifacts
Impact Delivered as professional ML take-home; demonstrates production AI/ML engineering capability
Repository Private — available upon request

Demonstrates the ability to rapidly onboard to an unfamiliar medical imaging domain, implement a state-of-the-art 3D segmentation architecture, and ship a complete, evaluated pipeline under time constraints.


Deep Packet Inspection Engine — Network Security Tool (Java)

A from-scratch Deep Packet Inspection engine built in Java over a structured 7-day development plan, targeting networking company recruitment. Implements packet capture, protocol dissection, and pattern-matching logic without relying on high-level DPI libraries.

Attribute Detail
Stack Java, Raw Socket APIs, Regex Pattern Matching, Protocol Parsers
Scale Multi-protocol support; real-time packet stream analysis
Performance Stateless inspection model optimized for throughput
Security Built for network security tooling context; threat pattern detection
Impact Demonstrates low-level systems engineering capability for networking roles
Repository github.com/anshhh1101/dpi-engine

Engineered with networking recruitment in mind — every architectural decision was made to demonstrate command of TCP/IP stack internals and Java systems programming.


Customer Feedback Sentiment Analysis — NLP + BI Dashboard

An end-to-end sentiment analysis pipeline coupled with a production Power BI dashboard. Processes raw customer feedback through NLP preprocessing and classification, then surfaces insights via interactive DAX-powered visualizations optimized for business stakeholder consumption.

Attribute Detail
Stack Python, NLP (NLTK/sklearn), Power BI, DAX, SQL, SQLite
Scale Multi-source feedback aggregation; cross-dimensional BI reporting
Performance Automated ETL pipeline from raw text to classified metrics
Security No PII retention; aggregated analytics layer only
Impact Business-ready dashboard; demonstrates data engineering + product analytics depth
Repository github.com/anshhh1101/Customer-Feedback-Sentiment-Analysis

Bridges the gap between data science and business intelligence — a signal that engineering output should ultimately be readable by non-technical stakeholders.


◈ Experience


January 2026 – June 2026

Completed a structured six-month virtual internship program through Cisco Networking Academy, building practical competency across enterprise networking concepts, security protocols, and infrastructure design.

  • Completed hands-on labs covering routing, switching, subnetting, and network security architecture
  • Earned six Cisco NetAcad certificates spanning CCNA-level concepts
  • Applied networking fundamentals directly to the DPI engine project (Java), targeting roles in the network infrastructure domain
  • Developed systematic understanding of TCP/IP stack internals, packet-level analysis, and protocol behavior


◈ Achievements

Recognition Details
🏆 SIH 2025 — Top 50 Nationally TRAVELMAiT selected among Top 50 teams at Smart India Hackathon 2025 across all submissions
💻 LeetCode 400+ 400+ problems solved; handle: anshhh1101; primarily Java and Python
🤖 Dobbe AI ML Assessment Delivered end-to-end 3D CBCT dental segmentation pipeline (SegResNet + MONAI) as take-home engineering test
🎓 CGPA 8.40 Maintained 8.40/10 CGPA across B.Tech CSE at KIIT University (Batch 2023–2027)
📡 Cisco 6x Certified Six Cisco Networking Academy certificates (January–June 2026 virtual internship)
📊 Power BI Dashboards Shipped two production Power BI dashboards: Customer Feedback Sentiment & Sales Performance

◈ Certifications

Google

Cisco

   

   

HackerRank

Coursera / Online

   


◈ Coding Profiles

        


◈ GitHub Analytics

  


◈ Contribution Activity


◈ Contribution Snake


◈ Current Focus

current_focus:
  learning:
    - Advanced RAG architectures and LLM fine-tuning techniques
    - System design for distributed AI inference pipelines
    - Competitive programming — dynamic programming and graph theory
    - Functional programming paradigms (targeting Juspay, Haskell/PureScript ecosystem)

  building:
    - LipSync2Voice: assistive lip-reading tool using video-to-speech AI
    - Expanding TRAVELMAiT with multimodal input and agentic planning
    - Production-grade ML pipelines with proper experiment tracking

  exploring:
    - MLOps tooling — MLflow, DVC, model registries
    - Vector database architectures at scale (Qdrant, Weaviate, Pinecone)
    - Edge AI deployment and model quantization

  open_to:
    - AI/ML Engineering Internships
    - Full Stack Development Internships
    - Data Science and MLOps Roles
    - Pre-Placement Offers (PPO)
    - Open Source Collaboration in AI/ML and Developer Tooling

◈ Connect

        


The best systems are not the ones that impress in demos — they are the ones that hold in production.

Pinned Loading

  1. TravelMAiT-V2 TravelMAiT-V2 Public

    AI-powered travel planner for Odisha | Mood-based itineraries, RAG + Groq LLM, Foursquare API | Top 50 Smart India Hackathon 2025

    JavaScript 1

  2. optic-disc-detection optic-disc-detection Public

    Optic disc segmentation in retinal fundus images | U-Net CNN (92% Dice), K-Means, DBSCAN, traditional CV | Comparative study for glaucoma & diabetic retinopathy detection

    Python

  3. studymind studymind Public

    RAG-based AI teaching assistant | FastAPI, PostgreSQL, Groq (LLaMA), HuggingFace embeddings, React + Tailwind | Ask questions, get explanations from your own study material

    JavaScript

  4. Deep-Packet-Inspection Deep-Packet-Inspection Public

    Deep Packet Inspection engine in Java | TLS SNI extraction, pcap parsing, connection tracking | Built for networking placement prep

    Java

  5. Customer-Feedback-Sentiment-Analysis Customer-Feedback-Sentiment-Analysis Public

    NLP-based customer feedback sentiment analysis | Pandas, NLTK, Scikit-learn, SQL | Interactive Power BI dashboard for business insight visualization

  6. Ocular-Health-Analytics-Dashboard Ocular-Health-Analytics-Dashboard Public

    An end-to-end clinical data engineering and Power BI dashboard solution that automates glaucoma risk detection, achieving a 40% efficiency gain in patient triage.

    Python