Thanks to visit codestin.com
Credit goes to github.com

Skip to content

kiplabat/mbaza

 
 

Repository files navigation

Mbaza

DOI:10.1101/2020.09.12.294538

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

Links

Development

Mbaza is based on Electron React Boilerplate, which uses Electron, React, React Router, Webpack, React Fast Refresh.

Useful files (sample data, biomonitoring stations, icons) can be found on our Drive (Appsilon internal).

To be able to run inference, download the ONNX models and place them in the assets/models directory.

Commands

You can run the following commands from the project root. You'll need Node.js 16 or later on your system.

  • npm install: Install dependencies.
  • npm start: Start the app in development mode.
  • npm run lint: Lint sources.
  • npm run lint -- --fix: Lint sources and fix errors automatically.
  • npm run package: Package the app for the local platform.
  • npx cross-env DEBUG_PROD=true npm run package: Package the app with developer tools enabled.

License

AGPLv3

Definition of Done

  1. All changes are introduced in pull requests, which must be peer-reviewed before being merged.
  2. Tasks, design decisions, etc. are described in GitHub issues and pull requests.
  3. README and code comments are updated.
  4. Changes are tested (manually or with automated tests):
    1. No existing functionality is broken.
    2. Installed app works well on all systems.
    3. The app can handle sample data available on our Drive.
  5. The code adheres to the Airbnb style guide.

About

Save 99% of Your Time Classifying Camera-Trap Footage. Completely Free.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 81.6%
  • SCSS 13.7%
  • JavaScript 4.5%
  • Other 0.2%