Update README.md
Browse files
README.md
CHANGED
@@ -1,32 +1,24 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- fastai
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
# Some next steps
|
11 |
-
1. Fill out this model card with more information (see the template below and the [documentation here](https://huggingface.co/docs/hub/model-repos))!
|
12 |
-
|
13 |
-
2. Create a demo in Gradio or Streamlit using 🤗 Spaces ([documentation here](https://huggingface.co/docs/hub/spaces)).
|
14 |
-
|
15 |
-
3. Join the fastai community on the [Fastai Discord](https://discord.com/invite/YKrxeNn)!
|
16 |
-
|
17 |
-
Greetings fellow fastlearner 🤝! Don't forget to delete this content from your model card.
|
18 |
-
|
19 |
-
|
20 |
---
|
21 |
|
22 |
|
23 |
# Model card
|
24 |
|
25 |
## Model description
|
26 |
-
|
|
|
|
|
27 |
|
28 |
## Intended uses & limitations
|
29 |
-
|
30 |
|
31 |
## Training and evaluation data
|
32 |
-
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- fastai
|
4 |
+
- pytorch
|
5 |
+
- snake-classification
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
library_name: fastai
|
9 |
+
pipeline_tag: image-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
|
13 |
# Model card
|
14 |
|
15 |
## Model description
|
16 |
+
This model is a Snake Classification model. It is part of a [bigger project](https://github.com/jimmiemunyi/the-snake-project) and will be changing as I improve on it.
|
17 |
+
|
18 |
+
Currently, it can classify up to 10 snake genera as follows: `Crotalus, Thamnophis, Lampropeltis, Pantherophis, Nerodia, Masticophis, Tantilla, Agkistrodon, Natrix, and Micrurus`.
|
19 |
|
20 |
## Intended uses & limitations
|
21 |
+
Used for educational purposes and research.
|
22 |
|
23 |
## Training and evaluation data
|
24 |
+
Training Data came from this AI Crowd Challenge: https://www.aicrowd.com/challenges/snakeclef2021-snake-species-identification-challenge
|