Instructions to use namelessai/accidentai with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use namelessai/accidentai with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("namelessai/accidentai") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,4 +6,6 @@ tags:
|
|
| 6 |
- imageclassificatione
|
| 7 |
- experimental
|
| 8 |
library_name: tf-keras
|
| 9 |
-
---
|
|
|
|
|
|
|
|
|
| 6 |
- imageclassificatione
|
| 7 |
- experimental
|
| 8 |
library_name: tf-keras
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
An extremely simple image classifcation model for detecting car accidents using minimum resolution traffic cams. Will be made bigger in the future.
|