* 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
* increment version number
increment version number for automated release with new dependency ammico-lavis
* only upload to testpypi for new release tag
* change codecov token transmission method
* changed summmary.py logic
* fixing test_summary
* added macos for testing
* fixed_display_test
* fixed docs and exceptions
* added dropout menu for summary
* added new SummaryDetector to AnalysisExplorer
* bug fixing
* code improving
* fixed test_display
* fixed code smells
* reduce tests for macos
* added some tests and exceptions for summary init
* changed CI, runs pytest independently
* exclude test_analysisExplorer from macos in CI
* moved some tests from test_init_summary to test_advanced_init_summary and mark them as long
---------
Co-authored-by: Inga Ulusoy <inga.ulusoy@uni-heidelberg.de>
* deleted lavis from utils
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fixed test_objects
* added 'not gcv' to CI
* fixed multimodal search and summary tests
* disable doc build on PR for now
* restrict ipywidgets version to avoid dummycomm error
* limit deepface version
* original repositories for retinaface lavis
* update gcv test results
* update display test outputs
* update test env
* run all tests
* wo xdist to avoid segfault
* remove widgets ref
* skip long-running tests
* skip long
* verbose codecov upload
* refactor summary test 2
* finish summary test refactor
* reduce memory overhead of SummaryDetector
* remove VQA models from self
* remove VQA models from self
* update notebook for changes
* update notebook for changes
* fixed multimodal search tests
* fixed tests in multimodal search after precommit
* run all tests
* update doc notebook for summary changes
* skip long-running multimodal
* exclude blip2 from testing
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Inga Ulusoy <inga.ulusoy@uni-heidelberg.de>
* update notebooks and google auth
* update readme and text
* google cred
* update secret name
* add pandocto CI
* pandoc step
* install pandoc
* correct typo
* add image summary notebook
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* pin deepface version to avoid bug with progress bar after update
* update actions version for checkout and python
* test ci without lavis
* no lavis for ci test
* merging
* return lavis
* change lavis to salesforce-lavis
* change pycocotools install method
* change pycocotools install method
* fix_pycocotools
* Downgrade Python
* back to 3.9 and remove pycocotools dependance
* instrucctions for windows
* missing comma after merge
* lavis only for ubuntu
* use lavis package name in install instead of git
* adding multimodal searching py and notebook
* exclude lavis on windows
* skip import on windows
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* reactivate lavis
* Revert "reactivate lavis"
This reverts commit ecdaf9d316e4b08816ba62da5e0482c8ff15b14e.
* Change input format for multimodal search
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fix clip models
* account for new interface in init imports
* changed imports bec of lavis/windows
* fix if-else, added clip ViT-L-14=336 model
* fix code smells
* add model change function to summary
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fixed new model in summary.py
* fixed summary windget
* moved some function to utils
* fixed imort torch in utils
* added test_summary.py
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fixed opencv version
* added first test of multimodal_search.py
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fixed test
* removed windows in CI and added test in multimodal search
* change lavis from dependencies from pip ro git
* fixed blip2 model in test_multimodal_search.py
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fixed test multimodal search on cpu and gpu machines
* added test, fixed dependencies
* add -vv to pytest command in CI
* added test_multimodal_search tests
* fixed tests in test_multimodal_search.py
* fixed tests in test_summary
* changed CI and fixed test_multimodel search
* fixed ci
* fixed error in test multimodal search, changed ci
* added multimodal search test, added windows CI, added picture in test data
* CI debuging
* fixing tests in CI
* fixing test in CI 2
* fixing CI 3
* fixing CI
* added filtering function
* Brought back all tests after CI fixing
* changed CI one pytest by individual tests
* fixed opencv problem
* fix path for text, adjust result for new gcv
* remove opencv
* fixing cv2 error
* added opencv-contrib, change objects_cvlib
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fixing tests in CI
* fixing CI testing
* cleanup objects
* fixing codecov in CI
* fixing codecov in CI
* run tests together; install opencv last
* update requirements for opencv dependencies
* moved lavis functions from utils to summary
* Remove lavis from utils.py
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* add missing jupyter
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: iulusoy <inga.ulusoy@uni-heidelberg.de>
* update notebook
* comments
* add jupyterlab
* add text analysis capability
* add bool in tests
* add dependencies and spelling test
* add test sentiment
* update black pre-commit dependency for native nb support
* update black version, find better sentiment test
* test analyse_image
* start with translate
* translate and clean - notebook
* spacy model in requirements
* translate in module
* clean in module
* upload coverage only for ubuntu
* update ubuntu version on runner
* update dependencies
* start tests for text
* skip gcv test
* fix age
* more text tests
* more text tests
* add comment
* test translation
* fix numpy version; add reference data for trans
* use utf-8 for windows
* Create ci.yml
* include pytest
* Update pyproject.toml
* include pytest-cov
* use approx in pytest
* Update test_faces.py
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* add coverage yaml
* reduce passing grade
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>