Update README.md
Browse files
README.md
CHANGED
@@ -1,32 +1,27 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- fastai
|
|
|
|
|
4 |
---
|
5 |
|
6 |
-
# Amazing!
|
7 |
-
|
8 |
-
🥳 Congratulations on hosting your fastai model on the Hugging Face Hub!
|
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 |
+
license: mit
|
5 |
+
pipeline_tag: image-classification
|
6 |
---
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
# Model card
|
9 |
|
10 |
## Model description
|
11 |
+
An image classifier built using fastai and fine tuned from resnet18 to identify which specific neighborhood cat or other animal animal shows up on an outdoor security camera.
|
12 |
+
|
13 |
+
Classifications:
|
14 |
+
|
15 |
+
- empty (no animals)
|
16 |
+
- jacky (cat)
|
17 |
+
- jay (cat)
|
18 |
+
- josh (cat)
|
19 |
+
- tracy (cat)
|
20 |
+
- squirrel
|
21 |
|
22 |
## Intended uses & limitations
|
23 |
+
- Only intended for use with this specific security camera
|
24 |
+
- Does not classify
|
25 |
|
26 |
## Training and evaluation data
|
27 |
+
Training Data on Kaggle: https://www.kaggle.com/datasets/jamesdericco/cat-food-cam
|