madhavkotecha commited on
Commit
b572626
1 Parent(s): e45ebcd

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +91 -0
requirements.txt ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anyio==4.6.0
4
+ asttokens==2.4.1
5
+ certifi==2024.8.30
6
+ charset-normalizer==3.3.2
7
+ click==8.1.7
8
+ comm==0.2.2
9
+ contourpy==1.3.0
10
+ cycler==0.12.1
11
+ debugpy==1.8.6
12
+ decorator==5.1.1
13
+ executing==2.1.0
14
+ fastapi==0.115.0
15
+ ffmpy==0.4.0
16
+ filelock==3.16.1
17
+ fonttools==4.54.1
18
+ fsspec==2024.9.0
19
+ gradio==4.44.1
20
+ gradio_client==1.3.0
21
+ h11==0.14.0
22
+ httpcore==1.0.6
23
+ httpx==0.27.2
24
+ huggingface-hub==0.25.1
25
+ idna==3.10
26
+ importlib_resources==6.4.5
27
+ ipykernel==6.29.5
28
+ ipython==8.27.0
29
+ jedi==0.19.1
30
+ Jinja2==3.1.4
31
+ joblib==1.4.2
32
+ jupyter_client==8.6.3
33
+ jupyter_core==5.7.2
34
+ kiwisolver==1.4.7
35
+ markdown-it-py==3.0.0
36
+ MarkupSafe==2.1.5
37
+ matplotlib==3.9.2
38
+ matplotlib-inline==0.1.7
39
+ mdurl==0.1.2
40
+ nest-asyncio==1.6.0
41
+ nltk==3.9.1
42
+ numpy==2.1.1
43
+ orjson==3.10.7
44
+ packaging==24.1
45
+ pandas==2.2.3
46
+ parso==0.8.4
47
+ pexpect==4.9.0
48
+ pillow==10.4.0
49
+ platformdirs==4.3.6
50
+ prompt_toolkit==3.0.48
51
+ psutil==6.0.0
52
+ ptyprocess==0.7.0
53
+ pure_eval==0.2.3
54
+ pydantic==2.9.2
55
+ pydantic_core==2.23.4
56
+ pydub==0.25.1
57
+ Pygments==2.18.0
58
+ pyparsing==3.1.4
59
+ python-crfsuite==0.9.10
60
+ python-dateutil==2.9.0.post0
61
+ python-multipart==0.0.12
62
+ pytz==2024.2
63
+ PyYAML==6.0.2
64
+ pyzmq==26.2.0
65
+ regex==2024.9.11
66
+ requests==2.32.3
67
+ rich==13.9.1
68
+ ruff==0.6.8
69
+ scikit-learn==1.5.2
70
+ scipy==1.14.1
71
+ seaborn==0.13.2
72
+ semantic-version==2.10.0
73
+ shellingham==1.5.4
74
+ six==1.16.0
75
+ sklearn-crfsuite==0.5.0
76
+ sniffio==1.3.1
77
+ stack-data==0.6.3
78
+ starlette==0.38.6
79
+ tabulate==0.9.0
80
+ threadpoolctl==3.5.0
81
+ tomlkit==0.12.0
82
+ tornado==6.4.1
83
+ tqdm==4.66.5
84
+ traitlets==5.14.3
85
+ typer==0.12.5
86
+ typing_extensions==4.12.2
87
+ tzdata==2024.2
88
+ urllib3==2.2.3
89
+ uvicorn==0.31.0
90
+ wcwidth==0.2.13
91
+ websockets==12.0