Repository: Hack4IMPACTTrack2-P.cpp
Building high-impact, transparent Artificial Intelligence for real-world application.
We are a collective of developers focused on building systems that matter.
| Name | Role | Roll Number | Institutional Email |
|---|---|---|---|
| Prithanjan Acharyya 👑 | Team Lead | 25051032@kiit.ac.in | |
| Piyush Ranjan Jha | Lead System Architect | 25051029@kiit.ac.in | |
| Prarabdh Mishra | ML Engineer (XAI) | 25051369@kiit.ac.in | |
| Pramesh Srivastava | Backend & Reporting | 25051368@kiit.ac.in |
For Track 2, we focused on solving a critical bottleneck in the deployment of deep learning models in high-stakes environments (like healthcare): The Black Box Problem.
High-accuracy models exist, but they lack interpretability. A user cannot trust a prediction model outputting
We employ a state-of-the-art Convolutional Neural Network (CNN) backbone. The model processes a tensor
To solve the transparency issue, we implemented Gradient-weighted Class Activation Mapping (Grad-CAM). The importance weights
- ⚡ Sub-Second Inference: Optimized for rapid triage and high-pressure environments.
- 🗺️ Visual Localization: Dynamic heatmaps overlay over the original input to prove the AI's "thought process."
- 📊 Confidence Analytics: Multi-class probability distributions rendered via clean UI charts.
- 📄 Automated PDF Reporting: Instantly compiles the raw image, Grad-CAM heatmap, confidence scores, and user notes into a downloadable, professional report.
- Frontend:
React 19,Tailwind CSS 4,Recharts(for probability visualization),jsPDF(for report generation). - Backend:
Python 3.11,Flask,CORS. - Machine Learning:
PyTorch,Torchvision(ResNet50/DenseNet),pytorch-grad-cam,OpenCV(for tensor-to-image heatmap overlays).
git clone [https://github.com/Prithanjan/Hack4IMPACTTrack2-P.cpp.git](https://github.com/Prithanjan/Hack4IMPACTTrack2-P.cpp.git)
cd Hack4IMPACTTrack2-P.cpp