CodeRookieUtkarsh commited on
Commit
b7ad49f
1 Parent(s): afaa5f3

Renaming, and quick fixes

Browse files
Files changed (3) hide show
  1. README.md +2 -4
  2. app.py +3 -1
  3. breeds.txt +35 -0
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Basic Snake Classification
3
  emoji: 🔥
4
  colorFrom: dark-blue
5
  colorTo: light-pink
@@ -14,6 +14,4 @@ This is a basic snake classification model.
14
 
15
  Built by fine-tuning the Levit 256 and using the "Identifying the different breeds of Snakes" (https://www.kaggle.com/datasets/duttadebadri/identifying-different-breeds-of-snakes) dataset on Kaggle.
16
 
17
- The notebook used for training the model can be found at: https://www.kaggle.com/code/utkmal/snake-breeds-classifier-using-fast-ai
18
-
19
- (Built by following the lessons 1 and 2 tutorial of FastAI)
 
1
  ---
2
+ title: Classifying snake breeds
3
  emoji: 🔥
4
  colorFrom: dark-blue
5
  colorTo: light-pink
 
14
 
15
  Built by fine-tuning the Levit 256 and using the "Identifying the different breeds of Snakes" (https://www.kaggle.com/datasets/duttadebadri/identifying-different-breeds-of-snakes) dataset on Kaggle.
16
 
17
+ The notebook used for training the model can be found at: https://www.kaggle.com/code/utkmal/snake-breeds-classifier-using-fast-ai
 
 
app.py CHANGED
@@ -25,5 +25,7 @@ gr.Interface(
25
  'examples/storeria-occipitomaculata.jpg'
26
  ],
27
  title='Classifying Different Breeds of snakes',
28
- description='This is a multi-classification model that identifies different breeds of snakes.\nPlease note that is model is only `74%` accurate.'
 
 
29
  ).launch()
 
25
  'examples/storeria-occipitomaculata.jpg'
26
  ],
27
  title='Classifying Different Breeds of snakes',
28
+ description='''
29
+ This is a multi-classification model that identifies different breeds of snakes.
30
+ This model is `74%` accurate, and can identify the breeds of snakes present in this file: https://huggingface.co/spaces/UtkMal/Classifying-snake-breeds/blob/main/app.py'''
31
  ).launch()
breeds.txt ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ agkistrodon-contortrix
2
+ agkistrodon-piscivorus
3
+ coluber-constrictor
4
+ crotalus-atrox
5
+ crotalus-horridus
6
+ crotalus-ruber
7
+ crotalus-scutulatus
8
+ crotalus-viridis
9
+ diadophis-punctatus
10
+ haldea-striatula
11
+ heterodon-platirhinos
12
+ lampropeltis-californiae
13
+ lampropeltis-triangulum
14
+ masticophis-flagellum
15
+ natrix-natrix
16
+ nerodia-erythrogaster
17
+ nerodia-fasciata
18
+ nerodia-rhombifer
19
+ nerodia-sipedon
20
+ opheodrys-aestivus
21
+ pantherophis-alleghaniensis
22
+ pantherophis-emoryi
23
+ pantherophis-guttatus
24
+ pantherophis-obsoletus
25
+ pantherophis-spiloides
26
+ pantherophis-vulpinus
27
+ pituophis-catenifer
28
+ rhinocheilus-lecontei
29
+ storeria-dekayi
30
+ storeria-occipitomaculata
31
+ thamnophis-elegans
32
+ thamnophis-marcianus
33
+ thamnophis-proximus
34
+ thamnophis-radix
35
+ thamnophis-sirtalis