Instructions to use MTomita/CSC_51073_EP-Computer-Vision-Final-Project with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MTomita/CSC_51073_EP-Computer-Vision-Final-Project with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("video-classification", model="MTomita/CSC_51073_EP-Computer-Vision-Final-Project")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("MTomita/CSC_51073_EP-Computer-Vision-Final-Project", dtype="auto") - Notebooks
- Google Colab
- Kaggle