Spaces:
Build error
Build error
ekenkel
commited on
Commit
·
2d4e310
1
Parent(s):
594956c
fixed readme
Browse files
README.md
CHANGED
@@ -12,6 +12,12 @@ license: apache-2.0
|
|
12 |
|
13 |
# Dog Identifier
|
14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
I created a model using fastai and pytorch that can recognize 146 breeds of dogs.
|
16 |
|
17 |
I used the [Dog API](https://dog.ceo/dog-api/documentation/) to get the breeds, then collected 110 images for each using [Bing Search API](https://docs.microsoft.com/en-us/azure/cognitive-services/bing-web-search/). Due to memory restrictions, I could not increase the dataset.
|
|
|
12 |
|
13 |
# Dog Identifier
|
14 |
|
15 |
+
|
16 |
+
|
17 |
+
[Open Demo](https://huggingface.co/spaces/ekenkel/dog-identifier)
|
18 |
+
|
19 |
+
|
20 |
+
|
21 |
I created a model using fastai and pytorch that can recognize 146 breeds of dogs.
|
22 |
|
23 |
I used the [Dog API](https://dog.ceo/dog-api/documentation/) to get the breeds, then collected 110 images for each using [Bing Search API](https://docs.microsoft.com/en-us/azure/cognitive-services/bing-web-search/). Due to memory restrictions, I could not increase the dataset.
|