Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# ALSATIX ResNet50 Model
|
2 |
|
3 |
This model is trained to classify images into 5 categories:
|
@@ -24,4 +40,4 @@ processor = AutoImageProcessor.from_pretrained("iammbrn/alsatix_image_control_mo
|
|
24 |
|
25 |
# Preprocess your image
|
26 |
image = processor(image, return_tensors="pt")
|
27 |
-
predictions = model(**image)
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- tr
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
base_model:
|
9 |
+
- microsoft/resnet-50
|
10 |
+
pipeline_tag: image-classification
|
11 |
+
library_name: keras
|
12 |
+
tags:
|
13 |
+
- image-classification
|
14 |
+
- resnet50
|
15 |
+
- transfer-learning
|
16 |
+
---
|
17 |
# ALSATIX ResNet50 Model
|
18 |
|
19 |
This model is trained to classify images into 5 categories:
|
|
|
40 |
|
41 |
# Preprocess your image
|
42 |
image = processor(image, return_tensors="pt")
|
43 |
+
predictions = model(**image)
|