Remote-Url: https://github.com/yurijmikhalevich/rclip Retrieved-at: 2022-02-15 20:16:11.034230+00:00 Skip to content Sign up • Why GitHub? □ Features □ Mobile □ Actions □ Codespaces □ Packages □ Security □ Code review □ Issues □ Integrations □ GitHub Sponsors □ Customer stories • Team • Enterprise • Explore □ Explore GitHub □ Learn and contribute □ Topics □ Collections □ Trending □ Learning Lab □ Open source guides □ Connect with others □ The ReadME Project □ Events □ Community forum □ GitHub Education □ GitHub Stars program • Marketplace • Pricing □ Plans □ Compare plans □ Contact Sales □ Education [ ] • ● In this repository All GitHub ↵ Jump to ↵ • No suggested jump to results • ● In this repository All GitHub ↵ Jump to ↵ • ● In this user All GitHub ↵ Jump to ↵ • ● In this repository All GitHub ↵ Jump to ↵ Sign in Sign up {{ message }} yurijmikhalevich / rclip Public • Notifications • Fork 16 • Star 264 • AI-Powered Command-Line Photo Search Tool MIT License 264 stars 16 forks Star Notifications • Code • Issues 11 • Pull requests 0 • Discussions • Actions • Projects 0 • Security • Insights More • Code • Issues • Pull requests • Discussions • Actions • Projects • Security • Insights This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. main Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags 1 branch 10 tags Code Latest commit Git stats • 49 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time .github/workflows build(macOS): make pipenv install correct dependencies on macOS (#25) Dec 18, 2021 bin added sqlite3 cache Jun 6, 2021 rclip chore: updated pyright, fixed linting errors (#24) Nov 7, 2021 resources docs(README): added usage demo gif (#6) Aug 9, 2021 .all-contributorsrc docs: add ramayer as a contributor for code (#26) Jan 8, 2022 .dockerignore ci: build and publish an AppImage on v* tag (#3) Aug 1, 2021 .gitignore build: switched to CPU-only PyTorch Aug 7, 2021 Dockerfile ci: build and publish an AppImage on v* tag (#3) Aug 1, 2021 LICENSE docs: added LICENSE Jul 22, 2021 Pipfile build(macOS): make pipenv install correct dependencies on macOS (#25) Dec 18, 2021 Pipfile.lock build(macOS): make pipenv install correct dependencies on macOS (#25) Dec 18, 2021 README.md docs: add ramayer as a contributor for code (#26) Jan 8, 2022 appimage-builder.yml ci: build and publish an AppImage on v* tag (#3) Aug 1, 2021 appimage_after_bundle.sh build(macOS): make pipenv install correct dependencies on macOS (#25) Dec 18, 2021 logo@256.png ci: build and publish an AppImage on v* tag (#3) Aug 1, 2021 pyrightconfig.json ci: build and publish an AppImage on v* tag (#3) Aug 1, 2021 setup.cfg ci: build and publish an AppImage on v* tag (#3) Aug 1, 2021 View code [ ] rclip - AI-Powered Command-Line Photo Search Tool Installation Usage How do I preview the results? Help Contributing Contributors ✨ License README.md rclip - AI-Powered Command-Line Photo Search Tool All Contributors [Blog] [Demo on YouTube] rclip logo rclip is a command-line photo search tool based on the awesome OpenAI's CLIP neural network. Installation Currently, pre-built distributable is available only for Linux x86_64. 1. Download the AppImage from the latest release. 2. Execute following commands: $ chmod +x $ sudo mv /usr/local/bin/rclip Usage $ cd photos && rclip "search query" rclip usage demo When you run rclip for the first time in a particular directory, it's going to extract features from the photos, and this takes time. How long it takes depends on your CPU and the number of photos you are going to search through. It took about a day to process 73 thousand of my photos on my NAS that runs an old-ish Intel Celeron J3455. For the detailed demonstration, watch the video: https://www.youtube.com/watch? v=tAJHXOkHidw. How do I preview the results? The command from below will open top-5 results for "kitty" in your default image viewer: $ rclip -f -t 5 kitty | xargs -d '\n' -n 1 xdg-open I prefer to use feh's thumbnail mode to preview multiple results: $ rclip -f -t 5 kitty | feh -f - -t Help $ rclip --help Contributing This repository follows the Conventional Commits standard. Contributors ✨ Thanks goes to these wonderful people (emoji key): [72320] [ramayer] 💻 This project follows the all-contributors specification. Contributions of any kind welcome! License MIT About AI-Powered Command-Line Photo Search Tool Topics python computer-vision photography artificial-intelligence Resources Readme License MIT License Stars 264 stars Watchers 6 watching Forks 16 forks Releases 10 v1.2.0 Latest Nov 7, 2021 + 9 releases Contributors 3 • • • Languages • Python 93.2% • Shell 4.8% • Dockerfile 2.0% • © 2022 GitHub, Inc. • Terms • Privacy • Security • Status • Docs • Contact GitHub • Pricing • API • Training • Blog • About You can’t perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.