| Phase | Duration | Focus Area |
|---|---|---|
| 1: Kickoff & Specifications | 01/01 - 15/01/2026 | Project Scope, Architecture Design, Workflow Definition |
| 2: Core Build | 16/01 - 15/03/2026 | API Development, UI/UX Implementation, AI Model Initialization |
| 3: Integration | 16/03 - 15/04/2026 | AI-Assisted Diagnosis Integration, End-to-End Testing |
| 4: Finalization | 16/04 - 30/04/2026 | Performance Audit, Documentation, Release Polishing |
AURA Eyes is a state-of-the-art retinal vascular screening platform designed to empower clinical reviews through AI. The system streamlines medical workflows, enabling teams to transition from image capture to diagnostic decisions with unprecedented efficiency.
The system is engineered to achieve three primary outcomes:
- Accelerate retinal screening through high-precision AI-assisted analysis.
- Optimize interactions between Patients, Clinics, and Ophthalmologists.
- Ensure medical workflows remain auditable, secure, and strictly role-based.
- Retinal Image Upload: Support for high-resolution medical imaging review.
- AI-Assisted Diagnostics: Generation of Heatmaps and explanatory results for rapid screening.
- Professional Validation: Final diagnosis confirmation and adjustment by certified Ophthalmologists.
- Secure Access: Authentication via OTP and Google OAuth 2.0.
- Seamless Booking: Direct appointment scheduling and consultation requests.
- Health Tracking: Real-time screening results tracking and post-diagnosis support.
- Credential Verification: Strict validation of Ophthalmologist medical licenses.
- Case Management: Efficient dashboard for availability control and clinical case review.
- Tele-Consultation: Secure real-time chat and collaboration tools for diagnostic flows.
- Institutional Management: Approval and activation of Clinic/Hospital accounts.
- Financial Oversight: Billing automation, revenue sharing, and operational reporting.
Backend Services (AuraEyes_BE)
The Core API manages business logic, Role-Based Access Control (RBAC), clinic integrations, and scheduling. Built with Clean Architecture for maximum scalability and security.
Frontend Portal (AuraEyes_FE)
The User Interface platform provides a specialized dashboard for Ophthalmologists and a responsive portal for Patients, featuring a high-performance Retinal Imaging Viewer.
Handles Machine Learning workloads, including Retinal Vessel Segmentation, anomaly detection, and diagnostic Heatmap generation to accelerate clinical review.
graph TD
Client[Client / Web Browser]
subgraph "AuraEyes FE (React/Vite)"
UI[User Interface]
Viewer[Retinal Image Viewer]
end
subgraph "AuraEyes BE (.NET 8)"
API[API Gateway & Controllers]
Auth[Authentication & Security]
Logic[Business Logic & Services]
DB[(PostgreSQL Database)]
end
subgraph "AURA AI (Python)"
AI_API[FastAPI Interface]
Model[PyTorch Segmentation Model]
end
Client <-->|HTTPS/WSS| UI
UI <-->|REST API| API
Viewer -->|DICOM / Images| API
API <--> Auth
API <--> Logic
Logic <--> DB
Logic <-->|HTTP / Request| AI_API
AI_API <--> Model
homepage.mp4
(Video Demo - Trải nghiệm các tính năng cốt lõi của AURA Eyes)
| Role | Name |
|---|---|
| Main Supervisor | Nguyễn Văn Chiến |
| Co-Supervisor | Trương Hoàng Vinh |
|
Hoàng Quốc An Leader anhqse181520@fpt.edu.vn |
Trần Đình Thịnh Member thinhtdse181531@fpt.edu.vn |
Đào Công An Phước Member phuocdcase180581@fpt.edu.vn |
Nguyễn Việt Member vietnse180672@fpt.edu.vn |
| Item | Value |
|---|---|
| Project Code | SP26SE025 |
| Full Name | System for Retinal Vascular Health Screening |
| Vietnamese Name | Hệ Thống Sàng Lọc Sức Khỏe Mạch Máu Võng Mạc |
| Abbreviation | AURA Eyes |
| Duration | 01/01/2026 - 30/04/2026 |
