15 Коммитов

Автор SHA1 Сообщение Дата
Inga Ulusoy
174054f465
revision 2 (#210)
* 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
2024-10-07 15:02:32 +02:00
Inga Ulusoy
17846fbe71
Update lavis dependencies (#204) 2024-06-12 20:32:26 +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
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
8eb4fca75e
put clean text back in, correct default image data path (#145) 2023-08-31 13:54:51 +02:00
Inga Ulusoy
9f025094a3
Model name passing for summary, sentiment, ner (#125)
* 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>
2023-06-29 13:10:13 +02:00
GwydionJon
ceec46a91c
round sentiment score (#119)
* round sentiment score

* Update test_text.py

increased assert range
2023-06-23 14:09:10 +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
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
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
622ba40964
rename misinformation to ammico 2023-04-24 17:03:58 +02:00