* 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
* fix typos
* add buttons for google colab everywhere
* update readme, separate out FAQ
* add privacy disclosure statement
* do not install using uv
* update docs notebook
* explicit install of libopenblas
* explicit install of libopenblas
* explicit install of libopenblas
* try to get scipy installed using uv
* use ubuntu 24.04
* go back to pip
* try with scipy only
* try with a few others
* use hatchling
* wording changes, install all requirements
* fix offending spacy version
* run all tests
* include faq in documentation, fix link
* Update deepface requirement from <=0.0.75 to <=0.0.92
---
updated-dependencies:
- dependency-name: deepface
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* more extensive testing for faces, adapt changes from deepface
* include gender threshold in display and notebook
* update documentation
* increase detection threshold for tests
* update handling of missing dict keys
* update notebook
* make sure text was found on image before analysing
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Inga Ulusoy <inga.ulusoy@uni-heidelberg.de>
* use simpler image for testing
* include age in faces test again
* fix typo
* try with newer tensorflow version
* remove testing for age again
* try with tensorflow newer versions only for breaking change in transformers
* force transformers to use pytorch
* force_rounding_of_all_colors
* update test
* fixed bug in color analysis
* changed color rounding to seperate loop
* updated to new dash layout using dbc
* removed dash server from test
* added dash version to pyproject.toml
* changed something to get codecov to work
* changed something else to get codecov to work..
* added test_right_output_analysis_text
* fix type in dependencies
* removed test_text from display
---------
Co-authored-by: Inga Ulusoy <inga.ulusoy@uni-heidelberg.de>
* clean up docstrings
* clean up docstrings 2
* temp integration test module
* cleaner text sample to analyse
* remove clean text and spelling corrections
* change ammico exposed interface