notable12 commited on
Commit
22fef39
1 Parent(s): 0e950a0

Create README.md

Browse files

This AI model classifies skin conditions from melanoma to eczema. It has a training accuracy of ~85%, comparable to the accuracy of doctors. This model was trained and developed at AI-Camp in 2023. View our training dataset here: https://huggingface.co/youngp5/tumors.

Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - youngp5/tumors
5
+ language:
6
+ - en
7
+ metrics:
8
+ - accuracy
9
+ library_name: transformers
10
+ tags:
11
+ - medical
12
+ ---