https://github.com/syfaro/fuzzysearch-next
Experimental tools related to FuzzySearch
https://github.com/syfaro/fuzzysearch-next
hacktoberfest
Last synced: about 1 year ago
JSON representation
Experimental tools related to FuzzySearch
- Host: GitHub
- URL: https://github.com/syfaro/fuzzysearch-next
- Owner: Syfaro
- Created: 2022-08-23T04:42:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T19:42:11.000Z (almost 2 years ago)
- Last Synced: 2025-03-18T21:54:18.368Z (about 1 year ago)
- Topics: hacktoberfest
- Language: Rust
- Homepage:
- Size: 1.61 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fuzzysearch-next
A collection of software related to [FuzzySearch]. These are for exploring other
ways to approach problems and may or may not be used at some point.
[FuzzySearch]: https://github.com/Syfaro/fuzzysearch
## fuzzysearch-api
Alternative API interface with a slightly more usable interface with much more
comprehensive autogenerated documentation.
## fuzzysearch-web
An attempt at building a web interface using Yew. It performs the image hashing
on the client to increase performance.
## fuzzysearch-dump
A tool used to export the core data from FuzzySearch for others to consume.
## fuzzysearch-file-index
Tools and data processing for the millions of images on disk. This is
responsible for generating the somewhat perplexing image of all known image
dimensions.
