* 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
* fixing DemoNotebook
* fixing DemoNotebook2
* rearrange the code and text
* continiue changing demo notebook
* continiue changing demo notebook2
* fixing bug on a100 in google colab
* change order of tests and do not test for age in faces
* add screenshots for gcv api
* instructions for google cloud vision API
* link instructions in readme
* add missing image
* trim whitespace
---------
Co-authored-by: Inga Ulusoy <inga.ulusoy@uni-heidelberg.de>
* 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
* added new models from LAVIS to ammico summary
* added sequential questions for summary in new models
* fixed initializing dict process in all notebooks
* joining old and new models into one notebook
* 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>
* pass model names in class init
* tests for model name and revision number passing
* add exception tests
* simplified selection logic
---------
Co-authored-by: Petr Andriushchenko <pitandmind@gmail.com>
* added exception for empty file list
* added batching, randomness and multiple file extensions to find_files
* added more default filetypes to find_files
* changed summmary.py logic (#121)
* 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>
* fixing coverage report (#126)
* fixed coverage report
---------
Co-authored-by: Petr Andriushchenko <pitandmind@gmail.com>
Co-authored-by: Inga Ulusoy <inga.ulusoy@uni-heidelberg.de>
* 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>
* added settings dropdown to AnalysisExplorer
* added a dropdown menu for ColorDetector
* removed identify keyword from notebooks
* added test_init to test_colors
* include colors in AnalysisExplorer
* add kwarg for colors
* pre-selected options for color scheme
* constrain delta_e_method selection to valid options
* fixed tests in test_display
---------
Co-authored-by: Inga Ulusoy <inga.ulusoy@uni-heidelberg.de>