Spaces:
Sleeping
Sleeping
rmayormartins
commited on
Commit
•
3137f44
1
Parent(s):
2893c3c
Subindo arquivos2
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: YOLOv5 Cattle Counter
|
3 |
-
emoji:
|
4 |
colorFrom: green
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
@@ -12,12 +12,11 @@ license: ecl-2.0
|
|
12 |
|
13 |
# YOLOv5 Cattle Counter
|
14 |
|
15 |
-
This project uses a YOLOv5 model to detect and count cattle in images. The model was trained using custom data and is
|
16 |
-
|
17 |
|
18 |
## Developer
|
19 |
|
20 |
-
Developed by Ramon Mayor Martins (
|
21 |
|
22 |
- Email: [[email protected]](mailto:[email protected])
|
23 |
- Homepage: [https://rmayormartins.github.io/](https://rmayormartins.github.io/)
|
@@ -38,17 +37,4 @@ Developed by Ramon Mayor Martins (2023)
|
|
38 |
## Example
|
39 |
You can use the provided example image to test the model.
|
40 |
|
41 |
-
## Installation
|
42 |
-
To install the necessary dependencies, run:
|
43 |
-
```bash
|
44 |
-
pip install -r requirements.txt
|
45 |
-
|
46 |
-
## License
|
47 |
-
|
48 |
-
This project is released under the ECL-2.0 license.
|
49 |
-
|
50 |
-
|
51 |
-
---
|
52 |
-
*Check out the configuration reference at [Hugging Face Spaces Config Reference](https://huggingface.co/docs/hub/spaces-config-reference).*
|
53 |
-
|
54 |
|
|
|
1 |
---
|
2 |
title: YOLOv5 Cattle Counter
|
3 |
+
emoji: 🐮🤖
|
4 |
colorFrom: green
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
|
|
12 |
|
13 |
# YOLOv5 Cattle Counter
|
14 |
|
15 |
+
This project uses a YOLOv5 model to detect and count cattle in images. The model was trained using custom data and is deployed using Gradio for an interactive web interface.
|
|
|
16 |
|
17 |
## Developer
|
18 |
|
19 |
+
Developed by Ramon Mayor Martins (2024)
|
20 |
|
21 |
- Email: [[email protected]](mailto:[email protected])
|
22 |
- Homepage: [https://rmayormartins.github.io/](https://rmayormartins.github.io/)
|
|
|
37 |
## Example
|
38 |
You can use the provided example image to test the model.
|
39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
|