nishantsharma02 commited on
Commit
64476c7
·
1 Parent(s): 08b8f03

Initial commit of Gradio chatbot

Browse files
Files changed (2) hide show
  1. oldrequirements.txt +11 -0
  2. requirements.txt +132 -11
oldrequirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pip
2
+ setuptools
3
+ wheel
4
+ huggingface_hub==0.22.2
5
+ gradio
6
+ transformers
7
+ tensorflow==2.15
8
+ keras==2.15
9
+ torch==2.3.1
10
+ flask
11
+ datasets
requirements.txt CHANGED
@@ -1,11 +1,132 @@
1
- pip
2
- setuptools
3
- wheel
4
- huggingface_hub==0.22.2
5
- gradio
6
- transformers
7
- tensorflow==2.15
8
- keras==2.15
9
- torch==2.3.1
10
- flask
11
- datasets
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.2.2
2
+ accelerate==1.6.0
3
+ aiofiles==24.1.0
4
+ annotated-types==0.7.0
5
+ anyio==4.9.0
6
+ appnope==0.1.4
7
+ asttokens==3.0.0
8
+ astunparse==1.6.3
9
+ blinker==1.9.0
10
+ cachetools==5.5.2
11
+ certifi==2025.1.31
12
+ charset-normalizer==3.4.1
13
+ click==8.1.8
14
+ comm==0.2.2
15
+ debugpy==1.8.14
16
+ decorator==5.2.1
17
+ executing==2.2.0
18
+ fastapi==0.115.12
19
+ ffmpy==0.5.0
20
+ filelock==3.18.0
21
+ Flask==3.1.0
22
+ flatbuffers==25.2.10
23
+ fsspec==2025.3.2
24
+ gast==0.6.0
25
+ google-api-core==2.24.2
26
+ google-api-python-client==2.166.0
27
+ google-auth==2.38.0
28
+ google-auth-httplib2==0.2.0
29
+ google-pasta==0.2.0
30
+ googleapis-common-protos==1.69.2
31
+ gradio==5.29.0
32
+ gradio_client==1.10.0
33
+ groovy==0.1.2
34
+ grpcio==1.71.0
35
+ h11==0.16.0
36
+ h5py==3.13.0
37
+ httpcore==1.0.9
38
+ httplib2==0.22.0
39
+ httpx==0.28.1
40
+ huggingface-hub==0.30.2
41
+ idna==3.10
42
+ ipykernel==6.29.5
43
+ ipython==9.1.0
44
+ ipython_pygments_lexers==1.1.1
45
+ itsdangerous==2.2.0
46
+ jedi==0.19.2
47
+ Jinja2==3.1.6
48
+ joblib==1.4.2
49
+ jupyter_client==8.6.3
50
+ jupyter_core==5.7.2
51
+ keras==3.9.2
52
+ libclang==18.1.1
53
+ Markdown==3.7
54
+ markdown-it-py==3.0.0
55
+ MarkupSafe==3.0.2
56
+ matplotlib-inline==0.1.7
57
+ mdurl==0.1.2
58
+ ml_dtypes==0.5.1
59
+ mpmath==1.3.0
60
+ namex==0.0.8
61
+ nest-asyncio==1.6.0
62
+ networkx==3.4.2
63
+ numpy==2.1.3
64
+ opt_einsum==3.4.0
65
+ optree==0.15.0
66
+ orjson==3.10.18
67
+ packaging==24.2
68
+ pandas==2.2.3
69
+ parso==0.8.4
70
+ pexpect==4.9.0
71
+ pillow==11.2.1
72
+ platformdirs==4.3.7
73
+ prompt_toolkit==3.0.51
74
+ proto-plus==1.26.1
75
+ protobuf==5.29.4
76
+ psutil==7.0.0
77
+ ptyprocess==0.7.0
78
+ pure_eval==0.2.3
79
+ pyasn1==0.6.1
80
+ pyasn1_modules==0.4.2
81
+ pydantic==2.11.4
82
+ pydantic_core==2.33.2
83
+ pydub==0.25.1
84
+ Pygments==2.19.1
85
+ pyparsing==3.2.3
86
+ python-dateutil==2.9.0.post0
87
+ python-multipart==0.0.20
88
+ pytz==2025.2
89
+ PyYAML==6.0.2
90
+ pyzmq==26.4.0
91
+ regex==2024.11.6
92
+ requests==2.32.3
93
+ rich==14.0.0
94
+ rsa==4.9
95
+ ruff==0.11.8
96
+ safehttpx==0.1.6
97
+ safetensors==0.5.3
98
+ scikit-learn==1.6.1
99
+ scipy==1.15.2
100
+ semantic-version==2.10.0
101
+ setuptools==78.1.0
102
+ shellingham==1.5.4
103
+ six==1.17.0
104
+ sniffio==1.3.1
105
+ stack-data==0.6.3
106
+ starlette==0.46.2
107
+ sympy==1.13.1
108
+ tensorboard==2.19.0
109
+ tensorboard-data-server==0.7.2
110
+ tensorflow==2.19.0
111
+ termcolor==3.0.1
112
+ tf_keras==2.19.0
113
+ threadpoolctl==3.6.0
114
+ tokenizers==0.21.1
115
+ tomlkit==0.13.2
116
+ torch==2.6.0
117
+ tornado==6.4.2
118
+ tqdm==4.67.1
119
+ traitlets==5.14.3
120
+ transformers==4.51.3
121
+ typer==0.15.3
122
+ typing-inspection==0.4.0
123
+ typing_extensions==4.13.1
124
+ tzdata==2025.2
125
+ uritemplate==4.1.1
126
+ urllib3==2.3.0
127
+ uvicorn==0.34.2
128
+ wcwidth==0.2.13
129
+ websockets==15.0.1
130
+ Werkzeug==3.1.3
131
+ wheel==0.46.1
132
+ wrapt==1.17.2