kkhushisaid commited on
Commit
6a3c5e3
·
verified ·
1 Parent(s): ae7099f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +31 -22
requirements.txt CHANGED
@@ -1,32 +1,41 @@
 
 
1
  transformers>=4.30.0
2
- gradio>=3.40.0
3
- spacy>=3.6.0
4
- jsonschema>=4.17.0
5
- huggingface-hub>=0.15.0
6
  numpy>=1.24.0
7
- torch>=1.13.0
8
- robust-deid
9
  scikit-learn>=1.2.0
10
- pip==23.1.1
 
 
 
 
 
 
 
 
 
 
 
11
  fastapi==0.86.0
12
  pydantic==1.10.2
13
- transformers
14
- torch
15
- numpy==1.22.1
16
- scipy==1.8.0
17
- pandas==1.4.0
18
- scikit-learn==1.0.2
 
19
  jupyterlab==3.2.9
20
  ipywidgets==7.6.5
21
  matplotlib==3.5.1
 
 
 
22
  beautifulsoup4==4.10.0
23
- spacy
24
- nodejs==0.1.1
25
- stanza==1.3
26
  wget==3.2
27
- seqeval
28
- scispacy==0.5.2
29
- datasets
30
- accelerate
31
- pycorenlp==0.3.0
32
- robust-deid==0.3.1
 
1
+ # Core Libraries
2
+ torch>=1.13.0
3
  transformers>=4.30.0
 
 
 
 
4
  numpy>=1.24.0
5
+ pandas>=1.4.0
 
6
  scikit-learn>=1.2.0
7
+ scipy==1.8.0
8
+
9
+ # NLP Tools
10
+ spacy>=3.6.0
11
+ stanza==1.3
12
+ scispacy==0.5.2
13
+ seqeval
14
+ pycorenlp==0.3.0
15
+ robust-deid==0.3.1
16
+
17
+ # Web / UI
18
+ gradio>=3.40.0
19
  fastapi==0.86.0
20
  pydantic==1.10.2
21
+
22
+ # Hugging Face Ecosystem
23
+ huggingface-hub>=0.15.0
24
+ datasets
25
+ accelerate
26
+
27
+ # Jupyter & Visualization (Optional for dev)
28
  jupyterlab==3.2.9
29
  ipywidgets==7.6.5
30
  matplotlib==3.5.1
31
+
32
+ # Utilities
33
+ jsonschema>=4.17.0
34
  beautifulsoup4==4.10.0
 
 
 
35
  wget==3.2
36
+
37
+ # NodeJS bindings (if needed for tokenizer preprocessing)
38
+ nodejs==0.1.1
39
+
40
+ # Installer version
41
+ pip==23.1.1