https://github.com/disktree/archillect-search
Archillect image search web service
https://github.com/disktree/archillect-search
archillect
Last synced: 3 months ago
JSON representation
Archillect image search web service
- Host: GitHub
- URL: https://github.com/disktree/archillect-search
- Owner: disktree
- Created: 2018-06-12T13:14:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T09:47:19.000Z (over 6 years ago)
- Last Synced: 2025-01-12T23:28:28.851Z (over 1 year ago)
- Topics: archillect
- Language: Haxe
- Homepage: http://archillect.disktree.net/search/
- Size: 556 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# | | | ARCHILLECT-SEARCH
> [Archillect](https://archillect.com/) image classification and search experiment.
> http://archillect.disktree.net/search/

### API/Service
Example request to get meta data for the term **cat** with at least recognition precision of **0.5** and limit the results to **10**:
http://195.201.41.121:7777/?q=cat&precision=0.5&limit=10
Static image meta data files can be accessed by index like:
http://195.201.41.121/archillect/meta/1.json
#### Meta data fields
- `index` Image index
- `url` Image url
- `width` Image width
- `height` Image height
- `type` Image files type (jpg,png,gif)
- `size` Image file size (bytes)
- `color` Dominant image color
- `r` Red
- `g` Green
- `b` Blue
- `a` Alpha
- `brightness` Total image brightness
- `classification` Image recognition classification list
- `name` Classification word
- `precision` Classification precision (0.0-1.0)
#### Classification wordlist
https://gist.github.com/tong/b0e4570fa1a7f8142ff90100fbb84521#file-archillect-words-txt