Update README.md
Browse files
README.md
CHANGED
|
@@ -13,11 +13,14 @@ Image Classification for both digital image and sketch.
|
|
| 13 |
|
| 14 |
List object: 'butterfly', 'candle', 'cannon', 'elephant', 'hourglass', 'pizza', 'scorpion', 'snail', 'table', 'teapot'.
|
| 15 |
|
|
|
|
| 16 |
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
model = from_pretrained_keras("hoangthan/image-classification")
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
## Intended uses & limitations
|
| 23 |
|
|
|
|
| 13 |
|
| 14 |
List object: 'butterfly', 'candle', 'cannon', 'elephant', 'hourglass', 'pizza', 'scorpion', 'snail', 'table', 'teapot'.
|
| 15 |
|
| 16 |
+
## How to Get Started with the Model
|
| 17 |
|
| 18 |
+
Use the code below to get started with the model.
|
|
|
|
|
|
|
| 19 |
|
| 20 |
+
```python
|
| 21 |
+
>>> from huggingface_hub import from_pretrained_keras
|
| 22 |
+
>>> model = from_pretrained_keras("hoangthan/image-classification")
|
| 23 |
+
```
|
| 24 |
|
| 25 |
## Intended uses & limitations
|
| 26 |
|