varshithkumar commited on
Commit
d427cf9
·
verified ·
1 Parent(s): a14d040

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -7
README.md CHANGED
@@ -1,13 +1,9 @@
1
  ---
2
- ---
3
  pipeline_tag: image-classification
4
  tags:
5
- - keras
6
- - tensorflow
7
  - image-classification
8
- license: apache-2.0
9
  ---
10
 
11
- # WBC ResNet50
12
-
13
- This is a ResNet50 model trained on WBC dataset using Keras.
 
1
  ---
2
+ library_name: tensorflow
3
  pipeline_tag: image-classification
4
  tags:
 
 
5
  - image-classification
6
+ - resnet50
7
  ---
8
 
9
+ This is a TensorFlow SavedModel for white blood cell classification using the ResNet50 architecture.