GERNET Enody commited on
Commit
83fe45d
1 Parent(s): 11e7a85

Add files via upload

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. requirements.txt +76 -72
README.md CHANGED
@@ -65,6 +65,7 @@ You can also put a symlink to a pdf file (see `data/test_pdf.tsv` for an example
65
  ```
66
  Report_id_X Doe John Example.pdf
67
  ```
 
68
 
69
  Outputs will be placed in the `results` folder according to the file extension, using first three columns in filename.
70
  - The deidentify report will be generated and placed in the `results/Reports` folder.
 
65
  ```
66
  Report_id_X Doe John Example.pdf
67
  ```
68
+ You'll need poppler installed in your os to use OCR on pdf file (https://pdf2image.readthedocs.io/en/latest/installation.html)
69
 
70
  Outputs will be placed in the `results` folder according to the file extension, using first three columns in filename.
71
  - The deidentify report will be generated and placed in the `results/Reports` folder.
requirements.txt CHANGED
@@ -1,43 +1,45 @@
1
- altair==5.1.2 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
2
- argostranslate==1.9.1 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
3
- attrs==23.1.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
4
  backports-cached-property==1.0.1 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
5
- backports-zoneinfo==0.2.1 ; python_version >= "3.8" and python_version < "3.9"
6
- blinker==1.7.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
7
  blis==0.7.11 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
8
- cachetools==5.3.2 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
9
  catalogue==2.0.10 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
10
- certifi==2023.11.17 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
11
  charset-normalizer==3.3.2 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
12
  click==8.1.7 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
13
- cloudpathlib==0.16.0 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
14
  colorama==0.4.6 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12" and (platform_system == "Windows" or sys_platform == "win32")
15
- confection==0.1.4 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
16
- ctranslate2==3.20.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
17
  cymem==2.0.8 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
18
- filelock==3.13.1 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
19
- fsspec==2023.10.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
20
  gitdb==4.0.11 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
21
- gitpython==3.1.40 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
22
- huggingface-hub==0.19.4 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
23
- idna==3.6 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
24
- importlib-metadata==6.8.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
25
- importlib-resources==6.1.1 ; python_version >= "3.8" and python_version < "3.9"
26
- jinja2==3.1.2 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
27
- joblib==1.3.2 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
28
- jsonschema-specifications==2023.11.1 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
29
- jsonschema==4.20.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
30
- langcodes==3.3.0 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
 
 
31
  markdown-it-py==3.0.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
32
- markupsafe==2.1.3 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
33
  mdurl==0.1.2 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
34
  memory-profiler==0.61.0 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
 
35
  mpmath==1.3.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
36
  murmurhash==1.0.10 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
37
  networkx==3.1 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
38
  nltk==3.8.1 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
39
  numpy==1.24.4 ; python_version >= "3.8" and python_version < "3.9"
40
- numpy==1.26.2 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.12"
41
  nvidia-cublas-cu12==12.1.3.1 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
42
  nvidia-cuda-cupti-cu12==12.1.105 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
43
  nvidia-cuda-nvrtc-cu12==12.1.105 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
@@ -47,67 +49,69 @@ nvidia-cufft-cu12==11.0.2.54 ; platform_system == "Linux" and platform_machine =
47
  nvidia-curand-cu12==10.3.2.106 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
48
  nvidia-cusolver-cu12==11.4.5.107 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
49
  nvidia-cusparse-cu12==12.1.0.106 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
50
- nvidia-nccl-cu12==2.18.1 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
51
- nvidia-nvjitlink-cu12==12.3.101 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
52
  nvidia-nvtx-cu12==12.1.105 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
53
- packaging==23.2 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
54
  pandas==1.5.3 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
55
- phonenumbers==8.13.26 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
56
- pillow==10.1.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
 
57
  pkgutil-resolve-name==1.3.10 ; python_version >= "3.8" and python_version < "3.9"
58
  preshed==3.0.9 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
59
- presidio-analyzer==2.2.351 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
60
- presidio-anonymizer==2.2.351 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
61
  protobuf==3.20.3 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
62
- psutil==5.9.6 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
63
- pyarrow==14.0.1 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
64
- pycryptodome==3.19.0 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
65
  pydantic==1.10.13 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
66
- pydeck==0.8.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
67
- pygments==2.17.2 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
68
  pyhpo==3.1.5 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
69
- python-dateutil==2.8.2 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
70
- pytz==2023.3.post1 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
 
71
  pyyaml==6.0.1 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
72
- referencing==0.31.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
73
- regex==2023.10.3 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
74
- requests-file==1.5.1 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
75
- requests==2.31.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
76
- rich==13.7.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
77
- rpds-py==0.13.1 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
78
  sacremoses==0.0.53 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
79
- safetensors==0.4.0 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
80
- sentencepiece==0.1.99 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
81
- setuptools==69.0.2 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
 
82
  six==1.16.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
83
- smart-open==6.4.0 ; python_full_version >= "3.8.0" and python_version < "3.12" and python_full_version != "3.9.7"
84
  smmap==5.0.1 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
85
  spacy-legacy==3.0.12 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
86
  spacy-loggers==1.0.5 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
87
- spacy==3.7.2 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
88
  srsly==2.4.8 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
89
  stanza==1.1.1 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
90
- streamlit==1.28.2 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
91
- sympy==1.12 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
92
- tenacity==8.2.3 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
93
- thinc==8.2.1 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
94
- tldextract==5.1.1 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
95
- tokenizers==0.15.0 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
 
96
  toml==0.10.2 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
97
- toolz==0.12.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
98
- torch==2.1.1 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
99
- tornado==6.3.3 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
100
- tqdm==4.66.1 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
101
- transformers==4.35.2 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
102
- triton==2.1.0 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
103
- typer==0.9.0 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
104
- typing-extensions==4.8.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
105
- tzdata==2023.3 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12" and platform_system == "Windows"
106
- tzlocal==5.2 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
107
- unidecode==1.3.7 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
108
- urllib3==2.1.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
109
- validators==0.22.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
110
- wasabi==1.1.2 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
111
- watchdog==3.0.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12" and platform_system != "Darwin"
112
- weasel==0.3.4 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
113
- zipp==3.17.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
 
1
+ altair==5.3.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
2
+ argostranslate==1.9.6 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
3
+ attrs==23.2.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
4
  backports-cached-property==1.0.1 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
5
+ blinker==1.8.2 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
 
6
  blis==0.7.11 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
7
+ cachetools==5.3.3 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
8
  catalogue==2.0.10 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
9
+ certifi==2024.7.4 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
10
  charset-normalizer==3.3.2 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
11
  click==8.1.7 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
12
+ cloudpathlib==0.18.1 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
13
  colorama==0.4.6 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12" and (platform_system == "Windows" or sys_platform == "win32")
14
+ confection==0.1.5 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
15
+ ctranslate2==4.3.1 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
16
  cymem==2.0.8 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
17
+ filelock==3.15.4 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
18
+ fsspec==2024.6.1 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
19
  gitdb==4.0.11 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
20
+ gitpython==3.1.43 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
21
+ huggingface-hub==0.23.4 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
22
+ idna==3.7 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
23
+ importlib-resources==6.4.0 ; python_version >= "3.8" and python_version < "3.9"
24
+ intel-openmp==2021.4.0 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12" and platform_system == "Windows"
25
+ jinja2==3.1.4 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
26
+ joblib==1.4.2 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
27
+ jsonschema-specifications==2023.12.1 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
28
+ jsonschema==4.23.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
29
+ langcodes==3.4.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
30
+ language-data==1.2.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
31
+ marisa-trie==1.2.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
32
  markdown-it-py==3.0.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
33
+ markupsafe==2.1.5 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
34
  mdurl==0.1.2 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
35
  memory-profiler==0.61.0 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
36
+ mkl==2021.4.0 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12" and platform_system == "Windows"
37
  mpmath==1.3.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
38
  murmurhash==1.0.10 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
39
  networkx==3.1 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
40
  nltk==3.8.1 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
41
  numpy==1.24.4 ; python_version >= "3.8" and python_version < "3.9"
42
+ numpy==1.26.4 ; python_version >= "3.9" and python_full_version != "3.9.7" and python_version < "3.12"
43
  nvidia-cublas-cu12==12.1.3.1 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
44
  nvidia-cuda-cupti-cu12==12.1.105 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
45
  nvidia-cuda-nvrtc-cu12==12.1.105 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
 
49
  nvidia-curand-cu12==10.3.2.106 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
50
  nvidia-cusolver-cu12==11.4.5.107 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
51
  nvidia-cusparse-cu12==12.1.0.106 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
52
+ nvidia-nccl-cu12==2.20.5 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
53
+ nvidia-nvjitlink-cu12==12.5.82 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
54
  nvidia-nvtx-cu12==12.1.105 ; platform_system == "Linux" and platform_machine == "x86_64" and python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
55
+ packaging==24.1 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
56
  pandas==1.5.3 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
57
+ pdf2image==1.17.0 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
58
+ phonenumbers==8.13.40 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
59
+ pillow==10.4.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
60
  pkgutil-resolve-name==1.3.10 ; python_version >= "3.8" and python_version < "3.9"
61
  preshed==3.0.9 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
62
+ presidio-analyzer==2.2.354 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
63
+ presidio-anonymizer==2.2.354 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
64
  protobuf==3.20.3 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
65
+ psutil==6.0.0 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
66
+ pyarrow==16.1.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
67
+ pycryptodome==3.20.0 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
68
  pydantic==1.10.13 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
69
+ pydeck==0.9.1 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
70
+ pygments==2.18.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
71
  pyhpo==3.1.5 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
72
+ pytesseract==0.3.10 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
73
+ python-dateutil==2.9.0.post0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
74
+ pytz==2024.1 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
75
  pyyaml==6.0.1 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
76
+ referencing==0.35.1 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
77
+ regex==2024.5.15 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
78
+ requests-file==2.1.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
79
+ requests==2.32.3 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
80
+ rich==13.7.1 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
81
+ rpds-py==0.19.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
82
  sacremoses==0.0.53 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
83
+ safetensors==0.4.3 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
84
+ sentencepiece==0.2.0 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
85
+ setuptools==70.3.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
86
+ shellingham==1.5.4 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
87
  six==1.16.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
88
+ smart-open==7.0.4 ; python_full_version >= "3.8.0" and python_version < "3.12" and python_full_version != "3.9.7"
89
  smmap==5.0.1 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
90
  spacy-legacy==3.0.12 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
91
  spacy-loggers==1.0.5 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
92
+ spacy==3.7.5 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
93
  srsly==2.4.8 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
94
  stanza==1.1.1 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
95
+ streamlit==1.36.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
96
+ sympy==1.13.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
97
+ tbb==2021.13.0 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12" and platform_system == "Windows"
98
+ tenacity==8.5.0 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
99
+ thinc==8.2.5 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
100
+ tldextract==5.1.2 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
101
+ tokenizers==0.19.1 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
102
  toml==0.10.2 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
103
+ toolz==0.12.1 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
104
+ torch==2.3.1 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
105
+ tornado==6.4.1 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
106
+ tqdm==4.66.4 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
107
+ transformers==4.42.4 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
108
+ triton==2.3.1 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version < "3.12" and python_full_version >= "3.8.0" and python_full_version != "3.9.7"
109
+ typer==0.12.3 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
110
+ typing-extensions==4.12.2 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
111
+ unidecode==1.3.8 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
112
+ urllib3==2.2.2 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12"
113
+ wasabi==1.1.3 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
114
+ watchdog==4.0.1 ; python_version >= "3.8" and python_full_version != "3.9.7" and python_version < "3.12" and platform_system != "Darwin"
115
+ weasel==0.4.1 ; python_full_version >= "3.8.0" and python_full_version != "3.9.7" and python_version < "3.12"
116
+ wrapt==1.16.0 ; python_full_version >= "3.8.0" and python_version < "3.12" and python_full_version != "3.9.7"
117
+ zipp==3.19.2 ; python_version >= "3.8" and python_version < "3.9"