
Security News
Safari 18.4 Ships 3 New JavaScript Features from the TC39 Pipeline
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.
✨ Tool to organise your image gallery using machine learning. ✨
Tool to organise your image gallery using machine learning.
To get an overview how CutyX can be used, see the examples in the documentation.
A simple usage is shown below:
cutyx match faces /path/to/some/image.jpg albums/some-album
cutyx run
This will register similar faces as in image.jpg
to be automatically sorted into the albums/some-album
directory. The second command will do the actual sorting (copying or symlinking).
The source for this project is available here.
To install it with pip run: pip install cutyx
.
To install this package locally for development, clone it first using git clone https://github.com/leahevy/cutyx
and run: pip install -e .[dev]
.
For installation of the latest version you can install it with pip directly from GitHub with the command: pip install git+https://github.com/leahevy/cutyx.git
.
For shell completion run one of the appropriate commands:
cutyx --install-completion=bash
cutyx --install-completion=zsh
cutyx --install-completion=fish
The following commands are available:
The documentation is available at https://leahevy.github.io/cutyx.
Want to add a contribution to CutyX? Feel free to send a pull request.
See also here.
Copyright (C) 2022 Leah Lackner
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
FAQs
Tool to organise your image gallery using machine learning.
We found that cutyx demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.
Research
Security News
The Socket Research Team investigates a malicious Python package that enables automated credit card fraud on WooCommerce stores by abusing real checkout and payment flows.
Security News
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.