Update README.md
Browse files
README.md
CHANGED
@@ -6,6 +6,8 @@ pipeline_tag: image-classification
|
|
6 |
tags:
|
7 |
- MobileNetV2
|
8 |
- accident-detection
|
|
|
|
|
9 |
---
|
10 |
|
11 |
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 |
+
base_model:
|
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.
|