Inga Ulusoy
03faa12f77
Update to the FAQ about the disclaimer ( #201 )
...
* Update README.md
* added something
* Update README.md
* Update README.md
---------
Co-authored-by: Delia Dumitrescu <92337730+dumitrescu5@users.noreply.github.com>
2024-06-12 09:54:19 +02:00
Inga Ulusoy
894ad0938b
add disclaimer checks and tests ( #202 )
...
* add disclaimer checks and tests
* add changes to display
* webcolors library update changes
* disclosure instead of disclaimer
* change interface to disclosure
* update demo notebook
* improve explorer display of disclosure env variable, update docs notebook
2024-06-12 09:49:35 +02:00
Inga Ulusoy
4ac760e690
Add text analyzer to skip text extraction from image ( #199 )
...
* read in text from csv
* add tests for csv reading
* run textanalyzer in demo notebook
* add text analyser in doc and demo
* improve init TextDetector testing
* more init tests
* add csv encoding keyword
* add utf16-csv file
* skip csv reading on windows
2024-06-05 09:28:28 +02:00
dependabot[bot]
9202f51d9f
Update torch requirement from <2.1.0 to <2.4.0 ( #193 )
...
Updates the requirements on [torch](https://github.com/pytorch/pytorch ) to permit the latest version.
- [Release notes](https://github.com/pytorch/pytorch/releases )
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md )
- [Commits](0a9dbbbaad ...v2.3.0)
---
updated-dependencies:
- dependency-name: torch
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-31 14:29:56 +02:00
Inga Ulusoy
dd184904f6
Bump versions release action ( #198 )
...
* update versions in workflow
* only with tag
* more ref updates
2024-05-31 12:56:55 +02:00
Inga Ulusoy
ea18277090
update dependabot, use uv install ( #192 )
...
* Create dependabot.yml
* use uv
v0.2.1
2024-05-31 12:10:53 +02:00
pre-commit-ci[bot]
251a31763f
[pre-commit.ci] pre-commit autoupdate ( #189 )
...
updates:
- [github.com/psf/black: 24.2.0 → 24.4.2](https://github.com/psf/black/compare/24.2.0...24.4.2 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-05-31 11:44:03 +02:00
Inga Ulusoy
38498e3e10
use simpler image for testing emotion detector ( #190 )
...
* 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
2024-05-31 11:43:26 +02:00
Inga Ulusoy
922a64f991
more changes to doc ( #188 )
...
* more changes to doc
* write output after each detector
2024-02-23 12:08:34 +01:00
pre-commit-ci[bot]
002745b1c1
[pre-commit.ci] pre-commit autoupdate ( #187 )
...
updates:
- [github.com/psf/black: 24.1.1 → 24.2.0](https://github.com/psf/black/compare/24.1.1...24.2.0 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-02-20 10:24:55 +01:00
Inga Ulusoy
2a5a84ee2f
Minimize docs ( #186 )
...
* check disk usage
* check disk usage
* do not execute nb
* remove comments
2024-02-19 18:34:48 +01:00
Inga Ulusoy
8752398c5d
Update documentation ( #185 )
...
* update documentation
* remove obsolete notebooks
* comment on data usage and internet access
2024-02-19 10:20:21 +01:00
Petr Andriushchenko
bec845e774
Minor fixing ( #172 )
...
* 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>
2024-02-16 09:05:39 +01:00
pre-commit-ci[bot]
fcb2d55740
[pre-commit.ci] pre-commit autoupdate ( #184 )
...
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](https://github.com/kynan/nbstripout/compare/0.6.1...0.7.1 )
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-02-15 13:14:24 +01:00
pre-commit-ci[bot]
b4aae9321c
[pre-commit.ci] pre-commit autoupdate ( #176 )
...
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 23.12.1 → 24.1.1](https://github.com/psf/black/compare/23.12.1...24.1.1 )
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-01-31 14:17:29 +01:00
Inga Ulusoy
f128fa4754
check threshold for emotion and race lies in btw 0 and 100 ( #175 )
...
* check threshold for emotion and race liezs in btw 0 and 100
* Update release.yml
* correct order of calling args in test display
2024-01-16 11:13:22 +01:00
Inga Ulusoy
721bc98f7a
increment version number ( #168 )
...
* 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
2024-01-15 11:59:18 +01:00
pre-commit-ci[bot]
899194efd6
[pre-commit.ci] pre-commit autoupdate ( #173 )
...
updates:
- [github.com/pycqa/flake8: 6.1.0 → 7.0.0](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-01-15 09:31:01 +01:00
pre-commit-ci[bot]
5df77c03bb
[pre-commit.ci] pre-commit autoupdate ( #170 )
...
updates:
- [github.com/psf/black: 23.11.0 → 23.12.1](https://github.com/psf/black/compare/23.11.0...23.12.1 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-01-02 20:43:38 +01:00
Petr Andriushchenko
844ade70e2
fixing google colab ( #169 )
...
* removed some pre-installed conflicting packages in Google Colab.
2023-12-13 23:10:12 +01:00
Inga Ulusoy
d2921523e0
Create automated release ( #165 )
...
* create release workflow
* set event to push only
2023-12-13 10:49:22 +01:00
Petr Andriushchenko
291551235d
checking original lavis ( #166 )
...
* changed salesforce-lavis to ammico-lavis lib
2023-12-07 13:36:16 +01:00
GwydionJon
0da40e018e
removed dash render-json ( #167 )
...
removed dash render-json
2023-12-06 13:38:37 +01:00
pre-commit-ci[bot]
14c0807983
[pre-commit.ci] pre-commit autoupdate ( #164 )
...
updates:
- [github.com/psf/black: 23.10.1 → 23.11.0](https://github.com/psf/black/compare/23.10.1...23.11.0 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-11-14 11:12:25 +01:00
Petr Andriushchenko
fcd6d19088
fixed errors in documentation ( #163 )
...
* fixed errors in documentation
* fixed croppost.py
2023-11-13 16:02:30 +01:00
pre-commit-ci[bot]
f2293a29c4
[pre-commit.ci] pre-commit autoupdate ( #162 )
...
updates:
- [github.com/psf/black: 23.10.0 → 23.10.1](https://github.com/psf/black/compare/23.10.0...23.10.1 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-10-31 10:14:54 +01:00
Petr Andriushchenko
fe1e937f18
Documentation update ( #160 )
...
* Changed README.md
* Changed docs notebooks
---------
Co-authored-by: Inga Ulusoy <inga.ulusoy@uni-heidelberg.de>
2023-10-30 16:18:07 +01:00
pre-commit-ci[bot]
8287f35696
[pre-commit.ci] pre-commit autoupdate ( #161 )
...
updates:
- [github.com/psf/black: 23.9.1 → 23.10.0](https://github.com/psf/black/compare/23.9.1...23.10.0 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-10-24 12:39:25 +02:00
Petr Andriushchenko
434e0181f5
checking dependencies ( #158 )
...
* changed some dependencies
2023-10-20 14:08:44 +02:00
Petr Andriushchenko
b0a623625f
remove object_detector ( #157 )
...
* `Object_Detector` has been removed from the project
---------
Co-authored-by: Inga Ulusoy <inga.ulusoy@uni-heidelberg.de>
2023-10-19 10:43:25 +02:00
Petr Andriushchenko
8118aa4830
Change summary parameter ( #153 )
...
* changed `3_non-deterministic summary` to `3_non-deterministic_summary`
* changed cvlib to working fork
* disabled test_display
2023-10-18 23:28:38 +02:00
Inga Ulusoy
15789379b1
update links ( #155 )
...
* Create CONTRIBUTING.md
* Create CITATION.cff
* update links and remove reference to object recognition
* adding orcid to authors in CITATION.cff
---------
Co-authored-by: Petr Andriushchenko <pitandmind@gmail.com>
2023-10-17 08:38:07 +02:00
Petr Andriushchenko
32d1321a1a
fixing the absence of a vqa model ( #150 )
...
* fixing the absence of a VQA model
2023-09-26 13:23:49 +02:00
Petr Andriushchenko
a57e67be32
added instructions to README.md ( #149 )
...
* added additional instructions to README.md
2023-09-20 11:29:29 +02:00
Petr Andriushchenko
8161164e87
added new models from lavis to ammico summary ( #138 )
...
* 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
2023-09-18 13:47:45 +02:00
pre-commit-ci[bot]
5c72f9aae4
[pre-commit.ci] pre-commit autoupdate ( #147 )
...
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 23.7.0 → 23.9.1](https://github.com/psf/black/compare/23.7.0...23.9.1 )
* added fail-fast: false in CI
---------
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>
Co-authored-by: Petr Andriushchenko <pitandmind@gmail.com>
2023-09-18 11:45:50 +02:00
Petr Andriushchenko
a520f48b87
Made translation in test_text more flexible ( #148 )
...
* fixed text translation test, made it more flexible
* added clearing cache after pytests to not overload ROM in Linux CI
2023-09-18 10:19:39 +02:00
Inga Ulusoy
fc68010e70
increment release number
2023-09-13 14:38:59 +02:00
Inga Ulusoy
a7484e3a9b
wrapper for input/output, one demo notebook ( #146 )
v0.2.0
2023-09-04 06:41:17 +02:00
Inga Ulusoy
8eb4fca75e
put clean text back in, correct default image data path ( #145 )
2023-08-31 13:54:51 +02:00
GwydionJon
e120c10d9f
Fix dash layout ( #143 )
...
* 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>
2023-08-31 11:00:30 +02:00
GwydionJon
d98a5d3c0e
force_rounding_of_all_colors ( #140 )
...
* force_rounding_of_all_colors
* update test
* fixed bug in color analysis
* changed color rounding to seperate loop
2023-08-16 10:05:48 +02:00
Inga Ulusoy
911a43bfad
check for missing keys ( #144 )
...
* check for missing keys
* fix code smells
2023-08-15 13:07:41 +02:00
pre-commit-ci[bot]
edffd91960
[pre-commit.ci] pre-commit autoupdate ( #141 )
...
updates:
- [github.com/pycqa/flake8: 6.0.0 → 6.1.0](https://github.com/pycqa/flake8/compare/6.0.0...6.1.0 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-14 13:06:35 +02:00
pre-commit-ci[bot]
c821c9281c
[pre-commit.ci] pre-commit autoupdate ( #139 )
...
updates:
- [github.com/psf/black: 23.3.0 → 23.7.0](https://github.com/psf/black/compare/23.3.0...23.7.0 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-07-24 15:51:51 +02:00
Inga Ulusoy
e11d4c05f4
Update notebooks and add options in display for text model names ( #133 )
...
* updated notebooks for the new interface
---------
Co-authored-by: Petr Andriushchenko <pitandmind@gmail.com>
2023-07-12 09:31:58 +02:00
Petr Andriushchenko
009ea3121f
removed identify from analysis_exlorer ( #132 )
2023-07-07 16:15:11 +02:00
Petr Andriushchenko
4cecd7ea4f
package data fixing ( #131 )
...
* added ammico.data to namespace of packagees tool.setuptools
* limited tensorflow version up to 2.12.3 due to the bug https://github.com/huggingface/transformers/issues/23352
2023-07-07 13:58:24 +02:00
Petr Andriushchenko
875b5c5e0e
Macos debugging ( #127 )
...
* returned object_tests on macOS
* fixed scikit-learn 1.3.0 bug
2023-07-03 16:18:27 +02:00
Petr Andriushchenko
1914424cf8
Added Windows instruction in README ( #128 )
...
* added instructions to the readme.md about installing the package on Windows OS
* fixed 1.3.0 scikit-learn bug
2023-07-03 14:03:09 +02:00