Skip to content
View DnN04's full-sized avatar
๐Ÿ’ญ
โœจ
๐Ÿ’ญ
โœจ

Block or report DnN04

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

Hello World!

I'm a 3rd-year B.Tech Computer Science student (AI & ML specialization) at SRM Institute of Science and Technology, Chennai . I build end-to-end AI systems, from training the model to shipping the dashboard.

current_focus:   Building LeetSync Pro & Exploring my AI-ML domain 
learning:        Advanced MLOps, System Design, Explainable AI
collaborating_on: Open-source projects via GirlScript Summer of Code
ask_me_about:    Computer Vision, NLP, Full-Stack ML Deployment
fun_fact:        I optimize models until they fit under 20MB, then brag about it

๐Ÿš€ Featured Projects

๐Ÿฉบ Derma AI

Clinical Skin Lesion Detection

Two-stage deep learning pipeline โ€” ResUNet segmentation (DSC 0.90) + EfficientNet-B0 classification (AUC-ROC 0.956) on 33K+ ISIC 2018 images. Optimized to INT8 ONNX (18.8MB, <2s CPU inference) with a full React + TypeScript clinical dashboard.

PyTorch FastAPI React ONNX

๐Ÿ“ฐ Veritas AI

Fake News Detection

Dual-model classifier combining TF-IDF + PassiveAggressiveClassifier with fine-tuned BERT, trained on 44K+ news articles. Deployed as an interactive Streamlit app with Git LFS optimization.

BERT TF-IDF Streamlit Git LFS

๐ŸŒพ AgriTech

Smart Crop Disease Detection

A farmer-facing solution to detect crop disease and surface actionable recommendations, powered by Flask + Firebase with a responsive frontend.

Python Flask Firebase

๐Ÿ›ฐ๏ธ LeetSync

Leetcode tracker automation

Automatically tracks LeetCode progress and generates GitHub reports.

Python Explainable AI REST API


๐Ÿ› ๏ธ Tech Stack

Languages
Python Java JavaScript C++ SQL

AI / ML
PyTorch TensorFlow scikit-learn NumPy Pandas

Web & Backend
React FastAPI Flask Firebase Streamlit

Tools
Git GitHub VS Code

๐Ÿ“Š GitHub Analytics

GitHub Streak

๐Ÿ“ซ Connect With Me

Email LinkedIn Portfolio GitHub


Pinned Loading

  1. LeetSync LeetSync Public

    Automate LeetCode to GitHub synchronization with smart repository organization, documentation generation, and developer workflow automation.

    Python

  2. DermaAI-Skin-Lesion-Detection DermaAI-Skin-Lesion-Detection Public

    AI-powered skin lesion detection system using U-Net + EfficientNet for segmentation and malignancy classification with FastAPI + React deployment.

    TypeScript

  3. VeritasAI-FAKE-NEWS-DETECTOR VeritasAI-FAKE-NEWS-DETECTOR Public

    A machine learning model to detect fake news using NLP and TF-ID

    Python