Update README.md
Browse files
README.md
CHANGED
@@ -6,8 +6,7 @@ pipeline_tag: image-classification
|
|
6 |
tags:
|
7 |
- MobileNetV2
|
8 |
- accident-detection
|
9 |
-
|
10 |
-
- google/mobilenet_v2_1.0_224
|
11 |
---
|
12 |
|
13 |
An image classification model for detecting car crashes from traffic cams. An easier to run version of Crashly is currently in development. To run this model, use the following code snippet.
|
|
|
6 |
tags:
|
7 |
- MobileNetV2
|
8 |
- accident-detection
|
9 |
+
library_name: transformers
|
|
|
10 |
---
|
11 |
|
12 |
An image classification model for detecting car crashes from traffic cams. An easier to run version of Crashly is currently in development. To run this model, use the following code snippet.
|