Kaludi commited on
Commit
ad07cac
1 Parent(s): a93ae3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -12
README.md CHANGED
@@ -1,26 +1,34 @@
1
  ---
2
  tags:
3
- - autotrain
4
  - vision
5
  - image-classification
 
6
  datasets:
7
- - Kaludi/autotrain-data-csgo-weapon-classification2
8
  widget:
9
- - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/tiger.jpg
10
- example_title: Tiger
11
- - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/teapot.jpg
12
- example_title: Teapot
13
- - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/palace.jpg
14
- example_title: Palace
 
 
 
 
15
  co2_eq_emissions:
16
  emissions: 0.0421564161796381
17
  ---
18
 
19
- # Model Trained Using AutoTrain
 
 
 
 
 
 
 
20
 
21
- - Problem type: Multi-class Classification
22
- - Model ID: 3235290487
23
- - CO2 Emissions (in grams): 0.0422
24
 
25
  ## Validation Metrics
26
 
 
1
  ---
2
  tags:
 
3
  - vision
4
  - image-classification
5
+ - CSGO
6
  datasets:
7
+ - Kaludi/csgo-weapon-classification2
8
  widget:
9
+ - src: https://media.moddb.com/images/downloads/1/219/218947/render.png
10
+ example_title: AK47
11
+ - src: https://cdn.cloudflare.steamstatic.com/apps/csgo/images/workshop/finishes/rarity_4.png
12
+ example_title: AK47
13
+ - src: https://fpschampion.com/wp-content/uploads/2022/08/best-awp-skins.jpg
14
+ example_title: AWP
15
+ - src: https://prod.assets.earlygamecdn.com/images/csgo_weapons_machine_gun.jpg?x=0.5&y=0.5
16
+ example_title: Negev
17
+ - src: https://mir-s3-cdn-cf.behance.net/project_modules/fs/c6040519785195.562e039771066.png
18
+ example_title: USP-S
19
  co2_eq_emissions:
20
  emissions: 0.0421564161796381
21
  ---
22
 
23
+ # CSGO Weapon Classification
24
+
25
+ This is a CSGO Weapon Classifier Model that has been trained by [Kaludi](https://huggingface.co/Kaludi) to recognize **33** different types of Counter-Strike: Global Offensive (CSGO) Weapons, which include **AK-47,AWP,Aug,CZ-75,Famas,Five_Seven,G3SG1,Galil-AR,Glock,M249,M4A1,M4A4,MAC-10,MP-5,MP-7,MP-9,Mag-7,Negev,Nova,P-2000,P-90,P250,Revolver,SG-553,Sawed-Off,Scar-20,Scout,Tec-9,UMP,USP,XM-1014,dual_pistol,pp**. The model is capable of accurately classifying the weapon name present in an image. With its deep understanding of the characteristics of each weapon in the game, the model is a valuable tool for players and fans of CSGO.
26
+
27
+ ### Gradio
28
+
29
+ Tis model supports a [Gradio](https://github.com/gradio-app/gradio) Web UI to run the csgo-weapon-classification model:
30
+ [![Open In HF Spaces](https://camo.githubusercontent.com/00380c35e60d6b04be65d3d94a58332be5cc93779f630bcdfc18ab9a3a7d3388/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f25463025394625413425393725323048756767696e67253230466163652d5370616365732d626c7565)](https://huggingface.co/spaces/Kaludi/CSGO-Weapon-Classification_App)
31
 
 
 
 
32
 
33
  ## Validation Metrics
34