Instructions to use jatinmehra/Accident-Detection-using-Dashcam with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jatinmehra/Accident-Detection-using-Dashcam with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("video-classification", model="jatinmehra/Accident-Detection-using-Dashcam")# Load model directly from transformers import AutoImageProcessor, AutoModelForVideoClassification processor = AutoImageProcessor.from_pretrained("jatinmehra/Accident-Detection-using-Dashcam") model = AutoModelForVideoClassification.from_pretrained("jatinmehra/Accident-Detection-using-Dashcam") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
c7c7e27 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ba259f81ccc3fd310d3a88512444d90361f3fbe143c55251b4476ff2b7f6d546
size 5304
|