File size: 1,738 Bytes
0a16076 ae95b7f 0a16076 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | ---
title: LuminaCXR
emoji: 🩺
colorFrom: purple
colorTo: blue
sdk: docker
pinned: false
---
# 🩺 LuminaCXR — AI-Powered Chest X-Ray Analysis
**LuminaCXR** is an advanced AI-driven healthcare solution designed to analyze **Chest X-Ray images** for early detection of respiratory diseases such as **Pneumonia, Tuberculosis, and COVID-19**.
It leverages **Deep Learning (CNN)** models for high-accuracy predictions and offers an intuitive **web-based interface** for medical professionals.
---
## 🚀 Features
✅ Real-time chest X-ray image analysis
✅ Disease detection using Convolutional Neural Networks (CNN)
✅ Intuitive and responsive user interface
✅ Secure image handling
✅ Deployable via Hugging Face using Docker SDK
---
## 🧠 Model Overview
The model is trained on publicly available **Chest X-Ray datasets** and optimized using **TensorFlow/Keras** for fast and accurate inference.
It classifies X-rays into multiple categories such as:
- **Normal**
- **Pneumonia**
- **Tuberculosis**
- **COVID-19**
---
## 💻 Tech Stack
- **Frontend:** HTML, CSS, JavaScript
- **Backend:** Python (Flask/FastAPI)
- **ML Framework:** TensorFlow / Keras
- **Deployment:** Hugging Face (Docker SDK)
---
## 🧩 How to Use
1. Upload a **Chest X-Ray image** from your device.
2. The AI model analyzes it and displays the **predicted disease**.
3. View confidence scores and visual heatmaps (if enabled).
---
## 🛠️ Installation (Local Development)
```bash
# Clone the repository
git clone https://huggingface.co/spaces/your-username/LuminaCXR
# Navigate into the project folder
cd LuminaCXR-main
# Install dependencies
pip install -r requirements.txt
# Run locally
python app.py
|