Instructions to use Blueberry2018/SOCAL-cls with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Blueberry2018/SOCAL-cls with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("video-classification", model="Blueberry2018/SOCAL-cls")# Load model directly from transformers import AutoImageProcessor, AutoModelForVideoClassification processor = AutoImageProcessor.from_pretrained("Blueberry2018/SOCAL-cls") model = AutoModelForVideoClassification.from_pretrained("Blueberry2018/SOCAL-cls") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Dec03_04-18-21_6800b6643627
- Dec03_04-21-29_6800b6643627
- Dec03_04-22-11_6800b6643627
- Dec03_04-46-19_6800b6643627
- Dec04_00-33-49_10ed521c7a0b
- Dec04_01-03-48_10ed521c7a0b
- Dec04_01-19-11_10ed521c7a0b
- Dec04_01-27-02_10ed521c7a0b
- Dec04_01-28-20_10ed521c7a0b
- Dec04_01-31-03_10ed521c7a0b
- Dec04_01-34-46_10ed521c7a0b
- Dec04_01-51-54_10ed521c7a0b
- Dec04_01-59-43_10ed521c7a0b