A site that allows you to reverse image search millions of furry images in under a second
Go to file
Syfaro 801d63f9d9 Change API rate limiting.
Instead of using a single rate limit bucket for searching by uploading
an image and sending a hash, use two separate buckets joined together.

Now when an image is uploaded, it consumes an image and a hash.
When just a hash is provided, it only consumes an image. This naming is
somewhat confusing, but was used for data backwards compatibility.
2020-05-14 00:58:32 -05:00
src Change API rate limiting. 2020-05-14 00:58:32 -05:00
.dockerignore Initial commit. 2020-01-17 17:13:24 -06:00
.drone.yml Initial attempt at an in-memory tree. 2020-02-15 23:50:09 -06:00
.gitignore Initial commit. 2020-01-17 17:13:24 -06:00
Cargo.lock Change API rate limiting. 2020-05-14 00:58:32 -05:00
Cargo.toml Update deps. 2020-02-19 18:23:36 -06:00
Dockerfile Update deps, use stable Rust. 2020-01-17 17:21:30 -06:00
README.md Updates. 2020-03-10 04:47:58 -05:00

fuzzysearch

A site that allows you to reverse image search millions of furry images in under a second.