Skip to content

Commit

Permalink
Update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhoey committed Jan 29, 2018
1 parent 2c27580 commit 0f18770
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,22 @@ In this repository you can find all material (demo and tutorials) presented by I
We presented:
- "Trick the recognition bot" (demo)
- wateRinfo (tutorial)
- RGBIF (tutorial/presentation)

## Software
- RGBIF (tutorial)

### Demo
The demo "Trick the recognition bot" is a playful way to test the recognition bot used in cameratrap image processing (CATREIN). You can find related code (Python) [here](https://github.com/inbo/lifewatch-meeting-2018/tree/master/recognition_bot/src) and scheme [here](https://github.com/inbo/lifewatch-meeting-2018/tree/master/recognition_bot/static).

The demo "Trick the recognition bot" is a playful way to test the recognition bot used in cameratrap image processing (CATREIN). Find out more about the [recognition bot](./recognition_bot/README.md)

### Tutorials
The tutorials are in `src` folder. They are [Jupyter Notebooks](http://jupyter.org/): in order to use R in Jupyter notebooks, you need to install IRkernel and make it available to Jupyter by following two easy steps as explained in this [link](https://irkernel.github.io/installation/).
The authors wrote the tutorials as slideshow presentations, so the [RISE](https://github.com/damianavila/RISE) extension (also known as *live_reveal*) is recommended.

As more and more open data becomes available, it is crucial to provide methods for scientists to efficiently access these data. The `R` language is a popular programming language for researchers working in the field of ecology. Hence, we contribute to and create R packages that enable data access.

The [rgbif package](https://github.com/ropensci/rgbif) gives you access to data from [GBIF](https://www.gbif.org/), were we contribute our biodiversity data. The tutorial illustrates how you can use the package to search and download data from GBIF and how to create and interactive map of the downloaded data.

The [wateRinfo package](https://github.com/inbo/waterinfo) package provides data access to the [waterinfo.be](https://www.waterinfo.be/) data, the data portal provided by the Flemish environmental agency (VMM). Different meteorological, flow and fysico-chemical variables are provided for set of stations.

Find out more about the [tutorials](./package_tutorials/README.md).




2 changes: 1 addition & 1 deletion recognition_bot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ To run the demo yourself, provide the following steps on the Raspberry Pi (eithe

5. To start the processing of the images, open a new terminal window (or stop the camera first, as you like), activate the conda environment (`source activate cameratrap`) and run the `recognition.py` script: `python ./src/recognition.py`

6. Open the `index.html` and check the output of the recognition bot in the browser!
6. Open the `index.html` and see the output of the recognition bot in the browser!

Was anyone able to trick the bot?

0 comments on commit 0f18770

Please sign in to comment.