From 50922ba69d93bd4850ab99492c0d3c1314f88a61 Mon Sep 17 00:00:00 2001 From: Peter van Lunteren Date: Wed, 25 Oct 2023 12:58:15 +0200 Subject: [PATCH] added addax logo --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1764c299c..36ce2eaca 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ [![status](https://joss.theoj.org/papers/dabe3753aae2692d9908166a7ce80e6e/status.svg)](https://joss.theoj.org/papers/dabe3753aae2692d9908166a7ce80e6e) -[![Project Status: Active The project has reached a stable, usable state -and is being actively -developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) +[![Project Status: Active The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) ![GitHub](https://img.shields.io/github/license/PetervanLunteren/EcoAssist) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7223363.svg)](https://doi.org/10.5281/zenodo.7223363) ![GitHub last @@ -13,16 +11,25 @@ commit](https://img.shields.io/github/last-commit/PetervanLunteren/EcoAssist)

Simplifying camera trap image analysis for ecologists

+ EcoAssist is an open-source application designed to streamline the work of ecologists dealing with camera trap images. It's an AI platform that enables annotation, training, and deployment of custom models for automatic species detection, offering ecologists a way to save time reviewing images and focus on conservation efforts. The [MegaDetector](https://github.com/ecologize/CameraTraps/blob/main/megadetector.md) model is preloaded. This model can find out which images contain an animal and filter out the empties. Unfortunately, MegaDetector does not identify the animals, it just finds them. If you want a model that can identify species for your specific ecosystem or project, you'll have to train it yourself. Or outsource it to [Addax Data Science](https://addaxdatascience.com/). -[alt_text ](https://www.smartparks.org/) - Recently, I joined forces with [Smart Parks](https://www.smartparks.org/). We’re working on expanding the software to become a standalone and robust platform for camera trap image analysis to be used by ecologists worldwide. We'll test the setup with a pilot study for the [Desert Lion Conservation Project](https://www.desertlion.info/) in Namibia. If you feel like contributing to the development of EcoAssist, see the [sponsor section](#sponsor) below. You can also help me by letting me know about any improvements, bugs, or new features so that I can keep EcoAssist up-to-date. You can [raise an issue](https://github.com/PetervanLunteren/EcoAssist/issues/new) or [email me](mailto:petervanlunteren@hotmail.com). An e-mail just to say hi and tell me about your project is also very much appreciated! +[alt_text ](https://addaxdatascience.com/) +[alt_text ](https://www.smartparks.org/) +
+
+
+
+
+
+
+ ## Quick links 1. [Demo](#demo) 2. [Overview](#overview)