Commit
·
4e08061
1
Parent(s):
fff64e5
updated README.
Browse files
README.md
CHANGED
|
@@ -36,6 +36,8 @@ This repository hosts the trained model for **digit recognition** in images. The
|
|
| 36 |
|
| 37 |
To use this model for inference, you can load it using the `tensorflow` library.
|
| 38 |
|
|
|
|
|
|
|
| 39 |
```bash
|
| 40 |
# Clones the repository and installs dependencies
|
| 41 |
!git clone https://huggingface.co/preethamganesh/digit-recognizer-v1.0.0
|
|
@@ -90,3 +92,7 @@ If you use this model in your research, please cite the repository:
|
|
| 90 |
note={Apache-2.0 License}
|
| 91 |
}
|
| 92 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
|
| 37 |
To use this model for inference, you can load it using the `tensorflow` library.
|
| 38 |
|
| 39 |
+
Requires: [Pip](https://pypi.org/project/pip/)
|
| 40 |
+
|
| 41 |
```bash
|
| 42 |
# Clones the repository and installs dependencies
|
| 43 |
!git clone https://huggingface.co/preethamganesh/digit-recognizer-v1.0.0
|
|
|
|
| 92 |
note={Apache-2.0 License}
|
| 93 |
}
|
| 94 |
```
|
| 95 |
+
|
| 96 |
+
## Contact
|
| 97 |
+
|
| 98 |
+
For any questions or support, please contact [email protected].
|