https://github.com/jerryshell/understood
undeRStood is an image classification tool written in Rust 🦀
https://github.com/jerryshell/understood
Last synced: 6 days ago
JSON representation
undeRStood is an image classification tool written in Rust 🦀
- Host: GitHub
- URL: https://github.com/jerryshell/understood
- Owner: jerryshell
- License: agpl-3.0
- Created: 2022-02-08T10:28:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-08-30T01:23:08.000Z (6 months ago)
- Last Synced: 2025-08-30T03:19:09.285Z (6 months ago)
- Language: Rust
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# undeRStood
_undeRStood_ is an image classification tool written in Rust 🦀
It uses images in the `img_sample` folder as samples, finds similar images in the `img_source` folder, and then moves the similar images to the `img_result` folder
## How to use
```bash
cargo install --git https://github.com/jerryshell/understood
```
```
Usage: understood [OPTIONS]
Options:
-s, --img-sample-path
[default: img_sample]
-i, --img-source-path
[default: img_source]
-o, --img-result-path
[default: img_result]
-t, --hamming-threshold
[default: 10]
--clean-flag
If the --clean-flag is explicitly specified, incorrectly formatted images will be automatically deleted
-h, --help
Print help
-V, --version
Print version
```
## References
- [jerryshell/similars](https://github.com/jerryshell/similars)
## License
[GNU Affero General Public License v3.0](https://choosealicense.com/licenses/agpl-3.0/)