Skip to content

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

License

Notifications You must be signed in to change notification settings

andrzej-appsilon/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.

Installation

Download Mbaza installer for your system:

macOS

By default macOS doesn't allow running app files downloaded from the Internet and it will display a "file is damaged" error. To fix it:

  1. Extract the app from the ZIP archive.
  2. Open a terminal in the directory with the extracted app.
  3. Run the following command: xattr -cr 'Mbaza AI.app'.

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; see bookmarks on the Slack channel)

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

The model file names should match the entries in src/common/models.ts.

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 our sample data.
  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

Packages

No packages published

Languages

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