https://github.com/sdsc-ordes/digiwild
Digiwild - Citizen Science Wild Life Monitoring
https://github.com/sdsc-ordes/digiwild
biodiversity citizen-science gradio huggingface monitoring wildlife
Last synced: 3 months ago
JSON representation
Digiwild - Citizen Science Wild Life Monitoring
- Host: GitHub
- URL: https://github.com/sdsc-ordes/digiwild
- Owner: sdsc-ordes
- License: agpl-3.0
- Created: 2024-04-22T08:24:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-20T09:34:20.000Z (4 months ago)
- Last Synced: 2025-02-20T10:32:16.676Z (4 months ago)
- Topics: biodiversity, citizen-science, gradio, huggingface, monitoring, wildlife
- Language: Python
- Homepage: https://www.fiwi.vetsuisse.unibe.ch/
- Size: 1.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
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
```