Delete README.md
Browse files
README.md
DELETED
@@ -1,24 +0,0 @@
|
|
1 |
-
---
|
2 |
-
license: agpl-3.0
|
3 |
-
language:
|
4 |
-
- en
|
5 |
-
metrics:
|
6 |
-
- accuracy
|
7 |
-
library_name: transformers
|
8 |
-
tags:
|
9 |
-
- medical
|
10 |
-
pipeline_tag: image-classification
|
11 |
-
---
|
12 |
-
|
13 |
-
This model is part of a school project.
|
14 |
-
Utilizing the google/vit-base-patch16-224 vision transformer for image classification,
|
15 |
-
this pre-trained model is further tuned utilizing images of pills and tablets.
|
16 |
-
As pills and tablets have three main features, color, shape, and imprint,
|
17 |
-
the model aims to identify images of pill and tablets by automatically extracting features.
|
18 |
-
The dataset utilized is from the U.S. Department of Health's Computational Photography Project for Pill Identification (C3PI).
|
19 |
-
|
20 |
-
DISCLAIMER: The accuracy of this model is currently low (<20%). Further training is currently ongoing to improve the accuracy.
|
21 |
-
|
22 |
-
Version 2: This version tries to train the pretrained model with only 20 of the most common pills.
|
23 |
-
Unfortunately, the accuract of the model is still currently low (<30%).
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|