Clementapa commited on
Commit
3b4bcce
1 Parent(s): 55c5649

Rename project

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -12,14 +12,14 @@ from supervision import Color
12
  from ultralytics import YOLO
13
 
14
  MARKDOWN = """
15
- <h1 style="text-align: center;">YOLO Orang Outan Detection 🦧🔍 </h1>
16
 
17
  ## About the model 👁️
18
  This is a demo for my YOLOv8 nano trained for orang outan detection.\\
19
- The model was trained using [this dataset](https://images.cv/dataset/orangutan-image-classification-dataset)
20
- for orang outan images and [this dataset](https://www.kaggle.com/datasets/slothkong/10-monkey-species/data) as background images. Annotations were obtained using zero shot object detection method GroundingDino.\
21
 
22
- The code can be found on my github repository: https://github.com/clementapa/orang-outan-image-video-detection.
23
 
24
  ## About the orang outans 🦧
25
  Because to habitat destruction, illicit poaching, and the pet trade, orangutans are in danger of going extinct. Their natural habitat has been significantly reduced by deforestation and the growth of palm oil plantations. Adult orangutans are occasionally sought for their body parts, and they are frequently captured and sold as pets. Climate change and disease are also taking a toll on their populations. Furthermore, it is concerning to note that they are limited to Borneo and Sumatra, two places on Earth. Sustainable practises and conservation initiatives are crucial to preventing the permanent extinction of these amazing animals.
 
12
  from ultralytics import YOLO
13
 
14
  MARKDOWN = """
15
+ <h1 style="text-align: center;"> WildGuardian: AI for Orangutan Ecosystem Surveillance 🦧🔍 </h1>
16
 
17
  ## About the model 👁️
18
  This is a demo for my YOLOv8 nano trained for orang outan detection.\\
19
+ The model was trained using only ~1000 images of orang outans [this dataset](https://images.cv/dataset/orangutan-image-classification-dataset) and [this dataset](https://www.kaggle.com/datasets/slothkong/10-monkey-species/data) containing ~1000 images used as background images.\\
20
+ Annotations were obtained using zero shot object detection method GroundingDino.\
21
 
22
+ The full pipeline can be found on my github repository: https://github.com/clementapa/orang-outan-image-video-detection.
23
 
24
  ## About the orang outans 🦧
25
  Because to habitat destruction, illicit poaching, and the pet trade, orangutans are in danger of going extinct. Their natural habitat has been significantly reduced by deforestation and the growth of palm oil plantations. Adult orangutans are occasionally sought for their body parts, and they are frequently captured and sold as pets. Climate change and disease are also taking a toll on their populations. Furthermore, it is concerning to note that they are limited to Borneo and Sumatra, two places on Earth. Sustainable practises and conservation initiatives are crucial to preventing the permanent extinction of these amazing animals.