pupyl
pupyl copied to clipboard
🧿 Pupyl is a really fast image search library which you can index your own (millions of) images and find similar images in milliseconds.
**Describe the bug** Pupyl fails to index images. I have tried with different sets of images, but it always fails. After importing and scanning all images, a `FileIsNotImage` exception is...
- [ ] Use `annoy` or `faiss` to perform a fast approximate nearest neighbours. - [ ] Try new distance metrics (`angular`, `hamming`, etc) - [ ] Think about better...
Resolves #161 Motivated by some issues with `pupyl` running on windows and thinking about the long term of the project, I think it would be nice to run tests on...
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 4. Release notes Sourced from actions/setup-python's releases. v4.0.0 What's Changed Support for python-version-file input: #336 Example of usage: - uses: actions/setup-python@v4 with: python-version-file: '.python-version' #...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3. Release notes Sourced from codecov/codecov-action's releases. v3.0.0 Breaking Changes #689 Bump to node16 and small fixes Features #688 Incorporate gcov arguments for the Codecov...
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Updated to the node16 runtime by default This requires a minimum Actions Runner version of v2.285.0 to...
Hi - Is it possible to export the original images as opposed to the shrunken copies inside the pupyl database? " It would be great to be able to batch...
**Describe the bug** Following the example in the documentation, I struggle with making an Index. Hopefully it's an rookie mistake, but I have checked file permissions and everything seems to...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.16.1 to 2.16.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.16.2 Release 2.16.2 Bug Fixes and Other Changes Fixed: Incorrect dependency metadata in TensorFlow Python packages causing...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.17.0 to 2.18.0. Release notes Sourced from tensorflow's releases. TensorFlow 2.18.0 Release 2.18.0 TensorFlow Breaking Changes tf.lite C API: An optional, fourth parameter was added TfLiteOperatorCreate as...