File size: 1,499 Bytes
629b3ac
 
 
 
 
 
 
 
 
 
21dae66
eac929d
71b8d7a
 
21dae66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
eac929d
baec762
f1a6252
eac929d
 
baec762
 
eac929d
 
baec762
629b3ac
 
 
 
21dae66
30b5747
baec762
f1a6252
30b5747
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
title: Digiwild
emoji: 🏢
colorFrom: purple
colorTo: green
sdk: docker
pinned: false
short_description: Digiwild
---

# Digiwild

# Citizen-Science Wilf Life Monitoring 
## Bird Monitoring Use-Case

## About

This work stemmed from a fruitful collaboration between [Swiss Data Science Center](https://www.datascience.ch) and [Institute for Fish and Wildlife Health, University of Bern](https://www.fiwi.vetsuisse.unibe.ch).
The resulting [Gradio App is available to use on Hugging Face](https://huggingface.co/spaces/SDSC/digiwild), which is coupled to the [digiwild Hugging Face Dataset](https://huggingface.co/datasets/SDSC/digiwild-dataset). 
Credits and special thanks for the project can be found in the `About` section of the app. 

## How to Contact Us?

For **code contribution and any technical issues**, please open an `Issue` on this repository, we will address it as soon as possible. For enhancing the app, please open a PR, we welcome any and all enhancements or fixes. 

For **usage of the app and any monitoring related questions**, please reach out to FIWI via [their contacts](https://www.fiwi.vetsuisse.unibe.ch/about_us/team/index_eng.html).

## Development and Local set-up 

### Docker

``` bash
docker build -t ordes/digiwild .
```

``` bash
docker run -it -p 7860:7860 ordes/digiwild
```

``` bash
cd /digiwild/app
python3 main.py
```

How to develop on docker:

``` bash
docker run -it -p 7860:7860 -v $(pwd):/home/user/digiwild/ --entrypoint bash ordes/digiwild
```