* maintain: remove text analysis with transformers and topic analysis
* maintain: remove text analysis from display function
* maintain: remove summary module (VQA)
* maintain: remove summary module (VQA)
* maintain: remove cropposts, update pyproject.toml
* maintain: removed obsolete functionality
* maintain: update CI workflow
* maintain: run all tests together in CI, remove version restrictions
* maintain: fix tf version for deepface/retinaface restrictions
* mainatin: remove more obsolete files, restructure pyproject.toml
* fix: do not run gcv tests on CI
* CI: test compatibility with Python versions
* maintain+bug: fix python version due to deepface, fix deepface memory leak
* maintain: switch to ruff
* fix: correct remaining ruff issues, is_interactive probably obsolete..?
* CI: bump actions and python versions, run checks on all os
* maintain&fix: blis do not compile from source, use uv for installs, update dockerfile
* fix: uv install system-wide
* fix: try with only pip to force blis binary install
* fix: try now with mixed pip and uv for better performance while preserving blis binary
* fix: revert to pip since uv installs different numpy version, unfortunately
* fix: other python version
* feat: create space in demo notebook for multiple image search
* added multiple reference images, re #241. Separated notebooks for #248
* Update ci.yml
added nbval test for notebook
* Update ci.yml
more descriptive test name
* Update pyproject.toml
added typing_extensions
* Update pyproject.toml
typo
* Update pyproject.toml
fixing dependencies, hopefully
* Update ci.yml
fixing dependencies hopefully part 2
* Update ci.yml
typo (again)
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update DemoNotebook_ammico.ipynb
cleanup
* Update DemoNotebook_ammico_MultimodalSearch.ipynb
added df to save
* Update DemoNotebook_ammico_MultimodalSearch.ipynb
typo
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* update notebook to include proper paths for sample data
* update paths in demo notebook
---------
Co-authored-by: ChristineSchulz <aq354@uni-heidelberg.de>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* truncate text to max length for googletrans, skip translation in case of error
* restrict peft version for backwards compatibility with old transformers required by lavis