Instructions to use Kaludi/csgo-weapon-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Kaludi/csgo-weapon-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Kaludi/csgo-weapon-classification") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("Kaludi/csgo-weapon-classification") model = AutoModelForImageClassification.from_pretrained("Kaludi/csgo-weapon-classification") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ widget:
|
|
| 13 |
- src: https://community.akamai.steamstatic.com/economy/image/-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZLQHTxDZ7I56KU0Zwwo4NUX4oFJZEHLbXH5ApeO4YmlhxYQknCRvCo04DEVlxkKgpopuP1FAR17PDJZS5J-dC6h7-bzqfLP7LWnn9u5MRjjeyPpYrz2lfhqEZvMm_6JdOXelJrYVqDrlbsxe66hp-56JjKnXowvCgg42GdwUIaw99WQg/360fx360f
|
| 14 |
example_title: P90
|
| 15 |
- src: https://www.talkesport.com/wp-content/uploads/csgo-new-update.jpg
|
| 16 |
-
example_title: M4A1
|
| 17 |
- src: https://mir-s3-cdn-cf.behance.net/project_modules/fs/c6040519785195.562e039771066.png
|
| 18 |
example_title: USP
|
| 19 |
co2_eq_emissions:
|
|
|
|
| 13 |
- src: https://community.akamai.steamstatic.com/economy/image/-9a81dlWLwJ2UUGcVs_nsVtzdOEdtWwKGZZLQHTxDZ7I56KU0Zwwo4NUX4oFJZEHLbXH5ApeO4YmlhxYQknCRvCo04DEVlxkKgpopuP1FAR17PDJZS5J-dC6h7-bzqfLP7LWnn9u5MRjjeyPpYrz2lfhqEZvMm_6JdOXelJrYVqDrlbsxe66hp-56JjKnXowvCgg42GdwUIaw99WQg/360fx360f
|
| 14 |
example_title: P90
|
| 15 |
- src: https://www.talkesport.com/wp-content/uploads/csgo-new-update.jpg
|
| 16 |
+
example_title: M4A1
|
| 17 |
- src: https://mir-s3-cdn-cf.behance.net/project_modules/fs/c6040519785195.562e039771066.png
|
| 18 |
example_title: USP
|
| 19 |
co2_eq_emissions:
|