Skip to content

stefan-reich/gazelle-22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

Gazelle 22

Gazelle 22 is an image recognizer. Home page: Gaz.AI

Gazelle 22 runs on Windows, Mac and Linux. Install Temurin 17 (formerly known as Java) first, then download and double click gazelle.jar. On Linux you may have to give the jar file executable rights first.

Source code

Source code is managed externally.

Screenshots

Screenshot 1

Screenshot 2

Example scripts from screenshot to copy & paste

img <- newImage 10 10
solution <- randomRect img 5 5
fillRect img solution (Color black)

And then a second script is analyzing the image and finding... the thing in it.

// make regions at full image size
def fullRegions colors {
  (imageToRegions image
    (new SnPSettings image colors)) regions
}

(g22_darkestRegion (fullRegions 2)) bounds

Post on AGI mailing list.

About

Gazelle 22 is an image recognizer

Resources

Stars

Watchers

Forks

Packages

No packages published