You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
โ๏ธ From scan upload โ MobileNetV2 AI inference โ 4-role clinical review โ encrypted PDF report delivery โ fully automated in one platform.
Medical Disclaimer: CSSS is an AI-assisted screening tool designed to support qualified medical professionals. All AI predictions require review by a licensed physician before any clinical decision is made.
Auto PDF Reports WeasyPrint + Jinja2 professional diagnostic reports emailed automatically
Enterprise Security JWT + bcrypt + OTP 2FA with full role-based access control
๐ Project Overview
Clinical Scan Support System (CSSS) is a production-grade, full-stack AI medical imaging platform built as a Final Year Project at Saveetha Engineering College. It automates the complete diagnostic pipeline โ from patient scan upload through real-time MobileNetV2 inference, structured multi-role clinical review, to professional PDF diagnostic report generation and encrypted email delivery.
๐ Academic Supervisor: Ms. V. Swedha & Dr. Selvakumar R, Saveetha Engineering College
๐ Academic Year: 2024โ2025
๐ฐ Research: Published in IEEE Conference & Journal
๐๏ธ Institution: Saveetha Engineering College, Chennai
๐ฏ Problem Statement
Traditional diagnostic workflows are manual, siloed, and slow โ patients wait days for reports that require multiple sign-offs across departments with no unified tracking. CSSS replaces this with a single platform where every stakeholder โ patient, doctor, pharmacist, and admin โ has a purpose-built dashboard, enforced RBAC, and a clearly defined role in an automated pipeline that ends with an encrypted PDF report in the patient's inbox.
โจ Feature Highlights
๐ง AI Inference Engine โ MobileNetV2
Trained on 217,875 medical images across 6 disease classes
89.51% test accuracy with sub-second inference speed
Confidence scoring โ below 75% threshold flags as "Uncertain"
Per-class probability output for all 6 disease categories
Transfer learning from ImageNet with custom classification head
Grad-CAM visualization โ heatmap overlays on misclassified images
Incremental retraining supported via train_lung_model.py
๐ 4-Role Clinical Workflow Pipeline
Patient โ Drag-and-drop scan upload, real-time status tracking, PDF download
Doctor โ AI analysis trigger, clinical note entry, verification workflow
Pharmacist โ Prescription management with quick-fill templates
Admin โ Final approval, PDF generation, encrypted email delivery to patient
Every role has an isolated dashboard โ no cross-role data leakage
๐ Auto PDF Report Generation
WeasyPrint + Jinja2 HTML template rendering
Includes: scan image, AI prediction, confidence %, risk level, doctor findings, prescription, 3-party signatures, AI disclaimer watermark
Automatically emailed as attachment on Admin approval
Also available for direct download from Patient Dashboard
โ ๏ธImportant: This project is under a restrictive proprietary license. Contributions are welcome strictly for educational improvement purposes only. By submitting a pull request, you agree that your contribution becomes part of this project under the same license terms. No contributor may independently use, redistribute, or commercialize any part of this code.
How to Contribute
Open an Issue first โ discuss your idea before writing any code
Fork the repository
Create a branch โ git checkout -b feature/YourFeature
Write tests for all changes
Run checks โ pytest && black backend/ && flake8 backend/
Commit โ git commit -m 'feat: Add YourFeature'
Push & open a Pull Request with a detailed description
If CSSS helped your research, institution, or medical project โ consider supporting continued development!
Your support helps maintain this project, publish more IEEE research, and build better AI healthcare tools for the community.
๐ License
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ PROPRIETARY SOFTWARE LICENSE โ
โ Copyright (c) 2024โ2025 Sriram V & CSSS Development Team โ
โ All Rights Reserved โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
This software and all associated source code, documentation, trained ML models, research papers, datasets, configurations, UI designs, screenshots, and assets are the exclusive intellectual property of the authors and are fully protected under applicable copyright law and the Indian Copyright Act, 1957.
โ You MAY NOT:
Copy, reproduce, or redistribute this code in whole or in part
Use this project or any portion of it in commercial medical products or services
Modify, adapt, translate, or create derivative works based on this project
Sublicense, sell, rent, lease, or transfer rights to any third party
Use this project's name, branding, ML models, or research in your own publications without explicit written permission
Deploy this system in any clinical, production, or commercial environment without written authorization from the authors
Reverse engineer any trained model weights, binaries, or compiled components
Present this work as your own in academic, medical, or professional contexts
โ You MAY:
View and study the source code for personal educational purposes only
Fork the repository on GitHub solely to submit pull requests
Reference this project in academic citations with proper attribution
Use general concepts and ideas (not code or models) as inspiration for entirely original work
โ๏ธ Legal Notice
Any unauthorized use, reproduction, distribution, or clinical deployment of this software โ in whole or in part โ is strictly prohibited and may result in civil and criminal penalties under applicable intellectual property and medical device regulation law. The authors reserve all rights and will pursue all available legal remedies for any violations.
For licensing inquiries, clinical deployment requests, or research collaboration:
๐ง Contact: sriramnvks@gmail.com ยท @Darkwebnew via GitHub Issues
Academic References: Howard et al. (MobileNets 2017) ยท Sandler et al. (MobileNetV2 2018) ยท Selvaraju et al. (Grad-CAM 2017) ยท Wang et al. (ChestX-ray8 2017) ยท Chowdhury et al. (IEEE Access 2020)