Commit
·
224c7b3
1
Parent(s):
f354972
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,9 @@ tags:
|
|
| 6 |
- beit
|
| 7 |
- vit
|
| 8 |
- transformer
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
# 🚗 Car Damage Prediction Model 🛠️
|
| 11 |
|
|
@@ -69,4 +72,4 @@ print(f"Predicted class: {predicted_class_name} (probability: {predicted_proba:.
|
|
| 69 |
from transformers import pipeline
|
| 70 |
#Create a classification pipeline
|
| 71 |
pipe = pipeline("image-classification", model="beingamit99/car_damage_detection")
|
| 72 |
-
pipe(IMAGE)
|
|
|
|
| 6 |
- beit
|
| 7 |
- vit
|
| 8 |
- transformer
|
| 9 |
+
metrics:
|
| 10 |
+
- accuracy
|
| 11 |
+
- code_eval
|
| 12 |
---
|
| 13 |
# 🚗 Car Damage Prediction Model 🛠️
|
| 14 |
|
|
|
|
| 72 |
from transformers import pipeline
|
| 73 |
#Create a classification pipeline
|
| 74 |
pipe = pipeline("image-classification", model="beingamit99/car_damage_detection")
|
| 75 |
+
pipe(IMAGE)
|