Skip to content

rcwhytock/wildlife-explorer

 
 

Repository files navigation

Wildlife Explorer

A desktop application that allows bioconservation researchers to classify camera trap animal images and analyze the results.

The application is multi-platform. We support MacOS, Linux and Windows 10. Primary focus is on Windows 10.

Maintainers

Development

Basic information

Dev environment setup

Linting

We check for appropriate linting before each commit. You will be able to fix some lint errors automatically using yarn lint-fix.

Running the app

  • yarn installs dependencies.
  • yarn dev runs the app in development mode (with developer tools, hot swapping, ...).
  • yarn start runs the app in production mode (bundled and optimized).

Prepend yarn cross-env DEBUG_PROD=true to a command to enable debugging in production. For example: yarn cross-env DEBUG_PROD=true yarn package.

Packaging for production

yarn package packages the app for install. We run it with GitHub actions and store artifacts, so you can simply download an artifact from there. Model packaging: go to models_runner and follow the README there (both for Windows and Linux).

License

AGPLv3

Definition of Done:

  • Change has been tested (manually or with automated tests). No existing functionality is broken.
  • Continuous integration checks (linter, project build) pass.
  • README is updated with all information related to the change.
  • All code has been peer-reviewed before merging into any main branch.
  • Change is tested in installed version on Windows and Linux.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 63.9%
  • JavaScript 19.9%
  • Python 13.6%
  • HTML 1.2%
  • CSS 1.1%
  • Shell 0.2%
  • Batchfile 0.1%