A desktop application which allows bioconservation researchers to classify camera trap animal images and analyze the results.
Visit the latest release page
and download Mbaza installer for your system
(X.Y.Z
will be the version number, e.g. 2.0.0
):
- Windows:
Mbaza.AI.Setup.X.Y.Z.exe
- Linux:
Mbaza.AI-X.Y.Z.AppImage
- macOS:
⚠️ Mbaza requires additional setup to run on macOS. Read the instructions below.- x86-64 (Intel):
Mbaza.AI-X.Y.Z-mac.zip
- ARM64 (Apple M1):
Mbaza.AI-X.Y.Z-arm64-mac.zip
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:
- Extract the app from the ZIP archive.
- Open a terminal in the directory with the extracted app.
- Run the following command:
xattr -cr 'Mbaza AI.app'
.
- Landing page: information, testimonials, news.
- User guide / Mode d’emploi (v1.2.1)
If you are seeking to get involved in the development of Mbaza,
take a look at our contributing guidelines.
There you'll find useful technical information about
app architecture, ML models, npm
commands, release process, and more.
AGPLv3