| license: mit | |
| tags: | |
| - pytorch | |
| - custom-model | |
| # tank-classifier | |
| This is a PyTorch model uploaded for use in a web application. | |
| ## Usage | |
| ```python | |
| 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 | |