Commits on Source (36)
-
-
-
NolanB authored
-
-
-
-
Bastien Abadie authored
-
-
-
-
-
-
Bastien Abadie authored
-
-
-
-
-
-
-
Bastien Abadie authored
-
-
Bastien Abadie authored
-
-
Bastien Abadie authored
-
-
-
Yoann Schneider authored
-
Yoann Schneider authored
-
-
-
-
Yoann Schneider authored
-
-
-
-
Showing
- .gitlab-ci.yml 2 additions, 2 deletions.gitlab-ci.yml
- .isort.cfg 1 addition, 1 deletion.isort.cfg
- VERSION 1 addition, 1 deletionVERSION
- arkindex_worker/cache.py 4 additions, 4 deletionsarkindex_worker/cache.py
- arkindex_worker/git.py 0 additions, 1 deletionarkindex_worker/git.py
- arkindex_worker/image.py 4 additions, 2 deletionsarkindex_worker/image.py
- arkindex_worker/worker/__init__.py 12 additions, 2 deletionsarkindex_worker/worker/__init__.py
- arkindex_worker/worker/base.py 102 additions, 90 deletionsarkindex_worker/worker/base.py
- arkindex_worker/worker/element.py 19 additions, 8 deletionsarkindex_worker/worker/element.py
- arkindex_worker/worker/training.py 191 additions, 0 deletionsarkindex_worker/worker/training.py
- arkindex_worker/worker/transcription.py 21 additions, 10 deletionsarkindex_worker/worker/transcription.py
- docs-requirements.txt 1 addition, 1 deletiondocs-requirements.txt
- requirements.txt 8 additions, 7 deletionsrequirements.txt
- tests-requirements.txt 3 additions, 2 deletionstests-requirements.txt
- tests/conftest.py 88 additions, 121 deletionstests/conftest.py
- tests/samples/model_file.pth 1 addition, 0 deletionstests/samples/model_file.pth
- tests/samples/model_files/model_file.pth 1 addition, 0 deletionstests/samples/model_files/model_file.pth
- tests/test_base_worker.py 270 additions, 60 deletionstests/test_base_worker.py
- tests/test_cache.py 4 additions, 4 deletionstests/test_cache.py
- tests/test_elements_worker/__init__.py 1 addition, 3 deletionstests/test_elements_worker/__init__.py
arkindex_worker/worker/training.py
0 → 100644
doc8==0.11.1 | ||
recommonmark==0.7.1 | ||
Sphinx==4.5.0 | ||
Sphinx==5.1.1 | ||
sphinx-rtd-theme==1.0.0 |
arkindex-client==1.0.8 | ||
peewee==3.14.10 | ||
Pillow>=9.0 | ||
python-gitlab==2.7.1 | ||
python-gnupg==0.4.8 | ||
sh==1.14.2 | ||
shapely==1.8.2 | ||
arkindex-client==1.0.9 | ||
peewee==3.15.2 | ||
Pillow==9.2.0 | ||
python-gitlab==3.9.0 | ||
python-gnupg==0.5.0 | ||
sh==1.14.3 | ||
shapely==1.8.4 | ||
tenacity==8.0.1 | ||
zstandard==0.18.0 |
pytest==7.1.1 | ||
pytest-mock==3.7.0 | ||
pytest==7.1.2 | ||
pytest-mock==3.8.2 | ||
pytest-responses==0.5.0 | ||
requests==2.27.1 |
tests/samples/model_file.pth
0 → 100644
tests/samples/model_files/model_file.pth
0 → 100644