tank-classifier
This is a PyTorch model uploaded for use in a web application.
Usage
from huggingface_hub import hf_hub_download
import torch
# Download and load the model
model_path = hf_hub_download(repo_id="fuzerius/tank-classifier", filename="model.pt")
model = torch.load(model_path, map_location='cpu')
Model Details
- Framework: PyTorch
- File: model.pt
- Size: 6.0 MB
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support