bimorg is an application which uses local AI to classify images, intended to be used to make management of D&D battlemaps easier.
Compiled downloads are not available.
To clone and run this application, you'll need Git and .NET installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/btigi/bimorg
# Go into the repository
$ cd src
# Build the app
$ dotnet build
- Install ollama
- Install a vision capable model
Scanning images is handed by the bimorg-scan console application which supports three commands.
-
bimorg scan --directory C:\maps -
bimorg remove-directory --directory C:\maps -
bimorg remove-file --path C:\maps\unused.png
Once scanning is complete the GUI app bimorg.exe can be used to interactively search scanned images by keyword.
bimorg is licenced under the MIT licence - full licence details are available in licence.md
