martyn-wong commited on
Commit
d590189
·
1 Parent(s): b3f77dc

spacy.cli.download("en_core_web_sm")

Files changed (1) hide show
  1. requirements.txt +34 -58
requirements.txt CHANGED
@@ -1,67 +1,43 @@
 
1
  gradio==5.28.0
2
  gradio_client==1.10.0
3
- aiofiles
4
- aiohttp
5
- aiosignal
6
- anyio
7
- attrs
8
- beautifulsoup4==4.13.4
9
- bs4==0.0.2
10
- certifi
11
- charset-normalizer
12
- click
13
- cryptography
14
- datasets
15
- decorator
16
- dill
17
  fastapi
18
- feedparser
19
- filelock
20
- fpdf==1.7.2
21
- frozenlist
22
- fsspec
23
- h11
24
- httpcore
25
- httpx==0.28.1
26
- huggingface_hub
27
- idna
28
- ipython
29
- Jinja2
30
- joblib==1.4.2
31
- markdown-it-py
32
- numpy
33
- openai==1.76.2
34
- orjson
35
- packaging
36
  pandas
37
- parso
38
- pillow
39
- pydantic
40
- pydub
41
- Pygments
42
- PyYAML
43
- regex
44
- requests
45
  scikit-learn==1.6.1
46
  scipy==1.15.2
47
- sentence-transformers==4.1.0
48
- sentencepiece==0.2.0
49
- six
50
- soupsieve==2.7
 
 
 
 
 
 
 
 
51
  spacy
52
- sympy==1.14.0
53
- tenacity==9.1.2
54
- threadpoolctl==3.6.0
55
- tokenizers
56
- torch==2.7.0
57
- tqdm
58
  transformers
59
- typer==0.15.2
 
 
 
 
 
 
 
 
 
 
 
 
60
  typing_extensions
61
- urllib3==2.2.0
62
- uvicorn
63
- wasabi
64
- websocket-client==1.8.0
65
- websockets
66
- wrapt
67
- yarl
 
1
+ # Core frameworks
2
  gradio==5.28.0
3
  gradio_client==1.10.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  fastapi
5
+ uvicorn
6
+
7
+ # Data handling
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  pandas
9
+ numpy
 
 
 
 
 
 
 
10
  scikit-learn==1.6.1
11
  scipy==1.15.2
12
+
13
+ # Web scraping & parsing
14
+ beautifulsoup4==4.13.4
15
+ bs4==0.0.2
16
+ requests
17
+ feedparser
18
+
19
+ # Visualization
20
+ pyvis
21
+ fpdf
22
+
23
+ # NLP
24
  spacy
25
+ sentence-transformers
26
+ keybert
27
+ regex
 
 
 
28
  transformers
29
+ torch==2.7.0
30
+
31
+ # External APIs
32
+ arxiv
33
+ semanticscholar
34
+ habanero
35
+ openai
36
+ python-dotenv
37
+
38
+ # Utility & support
39
+ aiohttp
40
+ aiofiles
41
+ anyio
42
  typing_extensions
43
+ tqdm