Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# 🦴 Knee Osteoarthritis X-ray Classifier
|
2 |
|
3 |
This model classifies grayscale knee X-ray images into 5 severity classes:
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
metrics:
|
6 |
+
- f1
|
7 |
+
pipeline_tag: image-classification
|
8 |
+
library_name: keras
|
9 |
+
tags:
|
10 |
+
- biology
|
11 |
+
- medical
|
12 |
+
---
|
13 |
# 🦴 Knee Osteoarthritis X-ray Classifier
|
14 |
|
15 |
This model classifies grayscale knee X-ray images into 5 severity classes:
|