Update README.md
Browse files
README.md
CHANGED
|
@@ -3,4 +3,20 @@ license: apache-2.0
|
|
| 3 |
metrics:
|
| 4 |
- bleu
|
| 5 |
pipeline_tag: image-to-text
|
| 6 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
metrics:
|
| 4 |
- bleu
|
| 5 |
pipeline_tag: image-to-text
|
| 6 |
+
---
|
| 7 |
+
title: Automatic Chest X-Ray Report Generation
|
| 8 |
+
date: 2024-01-15
|
| 9 |
+
categories:
|
| 10 |
+
- AI
|
| 11 |
+
- Healthcare
|
| 12 |
+
tags:
|
| 13 |
+
- Computer Vision
|
| 14 |
+
- NLP
|
| 15 |
+
- PyTorch
|
| 16 |
+
- Transformers
|
| 17 |
+
- Encoder-Decoder Architecture
|
| 18 |
+
- Generative AI
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
## Project Overview
|
| 22 |
+
I developed an **Automatic Chest X-Ray Report Generation System** that combines **computer vision** and **natural language processing (NLP)** to generate detailed medical reports from chest X-ray images. This project demonstrates the potential of AI in healthcare by automating routine tasks and assisting medical professionals in diagnosing and reporting.
|