31 Коммитов

Автор SHA1 Сообщение Дата
GwydionJon
1d9e1338ea
Improve colors expression (#80)
* increased dash width

* added new color_analysis notebook

* added colorgram.py to dependencies

* added first iteration of new color_check

* added new version of color analysis

* added webcolors to dependencies

* added colormath

* switched from colormath to colour-science

* made delta_e algorithm user accessible

* remove obsolete notebook

* update docstrings and type hints

* add color analysis module to API doc

* renamed color_expressions to color_analysis

* renamed test

* updated color analysis notebook to adhere to the same style as other notebooks

* updated test for new df orientation

* refactored color analysis to comply with ammico workflow

* updated color tests to comply with new class structure

* added explanation to colors_analysis notebook

* added class doc string

* updated analysis explorer test to include empty image keyword as dash observer

* fix typo and names, docstring and import

* update doc and notebook explanation

* add project url for pypi

---------

Co-authored-by: Inga Ulusoy <inga.ulusoy@uni-heidelberg.de>
2023-06-22 13:58:49 +02:00
Petr Andriushchenko
aedd166d7e
moved notebooks folder to ammico (#95) 2023-06-20 10:31:43 +02:00
Inga Ulusoy
c9422a77ec
cleanup-minor-issues (#91)
* 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
2023-06-20 10:31:13 +02:00
GwydionJon
44e5a987b1
Improve documentation (#89)
* updated documentation in cropposts

* updated documentation in display

* updated documentation in faces

* added comments to objects.py

* updated utils.py docs

* updated text.py docs

* improve doc display

* fix doc for display and remove redundant variable

* removed documentation from cropposts.py

* removed unused imports

* get rid of ipywidgets dependency

* remove unused imports, improve type hints

* improve doc in utils

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: Inga Ulusoy <inga.ulusoy@uni-heidelberg.de>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-14 22:17:20 +02:00
Inga Ulusoy
4628692e95
update post cropping notebook (#75) 2023-06-14 19:46:18 +02:00
Petr Andriushchenko
031b00e250
turn off the test_text_summary on Windows 2023-06-12 16:03:31 +02:00
Petr Andriushchenko
c34958ec1f
turn on the test_text_summary on Windows 2023-06-12 15:44:12 +02:00
Petr Andriushchenko
e27bb7074a
mark test_PostprocessText as win_skip 2023-06-12 14:54:53 +02:00
Petr Andriushchenko
5437ec1802
mark test_text_ner as win_skip 2023-06-12 14:23:16 +02:00
Petr Andriushchenko
8f7242f1c4
mark test_text_summary as win_skip 2023-06-12 14:02:32 +02:00
Petr Andriushchenko
9bbc8a7c2d
Disabled macos. Skiped summary tests in windows. 2023-06-05 11:56:36 +02:00
Inga Ulusoy
125c31b7a6
skip summary if translation failed (#86)
* skip summary if translation failed

* restrict bertopic version
2023-06-01 14:02:06 +02:00
Inga Ulusoy
8041a9c3bb update notebooks for documentation 2023-05-25 11:48:06 +02:00
Inga Ulusoy
dac45272b5 correct expected type to list 2023-05-25 10:51:39 +02:00
Petr Andriushchenko
3b1f5717d1
fixed test_multimodal_search 2023-05-24 13:43:59 +02:00
Petr Andriushchenko
0452d6607f
changed multimodal_search and corresponded notebook 2023-05-24 13:30:02 +02:00
Petr Andriushchenko
f524ecaad8
Wiriting docs to multimodal_search.py 2023-05-23 14:06:02 +02:00
Petr Andriushchenko
ca3994c72f
Merge branch 'main' into summary_multi_docs 2023-05-22 17:04:50 +02:00
Petr Andriushchenko
8c3641ac24
Writing docs to summary.py 2023-05-22 17:03:50 +02:00
Inga Ulusoy
31aefc368b
fix long text pipeline issues (#82) 2023-05-16 13:37:04 +02:00
GwydionJon
b9641f9648
increased dash width (#78) 2023-05-16 10:41:27 +02:00
GwydionJon
530c8525a8
Switching ipywidgets to dash (#73)
* added dash app instead of ipywidgets

* added pre-commit

* removed ipywidgets function

* added dash to dependencies

* exempted dash server from tests

* put das explorer app in new class

* added variable for img path in tests

* added new explorer class to all notebooks

* added identif class variable

* removed unused argument in test_display

* more cleanup, more text analysis in notebook

* update NER test

* update with more comments and fix dash calls

* update text description multimodal

* update objects description

---------

Co-authored-by: Inga Ulusoy <inga.ulusoy@uni-heidelberg.de>
2023-05-05 09:12:38 +02:00
Petr Andriushchenko
f5ddb655a3
deleted superfluous files 2023-05-02 14:28:40 +02:00
Inga Ulusoy
1839e98107 more cleanup 2023-05-02 12:59:51 +02:00
Petr Andriushchenko
4ba8b43659
remove comments 2023-04-27 14:30:55 +02:00
Petr Andriushchenko
df1ea34bbc
simplify lambda function 2023-04-27 14:28:20 +02:00
Inga Ulusoy
3cf6794d56 reduce code smells 2023-04-27 13:28:47 +02:00
Inga Ulusoy
0df2322774 use iterator as a default value in lambda 2023-04-27 13:25:24 +02:00
Petr Andriushchenko
ea297ea23d
fixing smell code smells 2023-04-27 11:06:19 +02:00
Petr Andriushchenko
1d31d188dc
change CI and remove some code from utils 2023-04-25 10:05:22 +02:00
Petr Andriushchenko
622ba40964
rename misinformation to ammico 2023-04-24 17:03:58 +02:00