Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- google/vit-base-patch16-224
|
7 |
+
pipeline_tag: image-classification
|
8 |
+
tags:
|
9 |
+
- medical
|
10 |
+
---
|
11 |
+
Created for HackGT '24. Repository: https://github.com/shayaf84/clarity
|