Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,10 @@ This model was trained on a proprietary dataset of 184,000 images. The training
|
|
17 |
|
18 |
### Image Classification with timm
|
19 |
|
|
|
|
|
|
|
|
|
20 |
```python
|
21 |
from urllib.request import urlopen
|
22 |
from PIL import Image
|
|
|
17 |
|
18 |
### Image Classification with timm
|
19 |
|
20 |
+
```bash
|
21 |
+
pip install timm
|
22 |
+
```
|
23 |
+
|
24 |
```python
|
25 |
from urllib.request import urlopen
|
26 |
from PIL import Image
|