mattcodebytes commited on
Commit
f3c2ae6
·
1 Parent(s): 6e13688

update readme and freeze requirements

Browse files
Files changed (2) hide show
  1. README.md +3 -0
  2. mcp-sentiment/requirements.txt +161 -0
README.md CHANGED
@@ -10,3 +10,6 @@ pinned: false
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
+
14
+ ## Activate your virtual environment
15
+ ```mcp-sentiment\venv\Scripts\activate.bat```
mcp-sentiment/requirements.txt ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohappyeyeballs==2.4.3
3
+ aiohttp==3.11.18
4
+ aiosignal==1.3.1
5
+ altair==5.5.0
6
+ annotated-types==0.7.0
7
+ anyio==4.8.0
8
+ asttokens==3.0.0
9
+ attrs==24.2.0
10
+ beautifulsoup4==4.13.3
11
+ blinker==1.9.0
12
+ blobfile==3.0.0
13
+ cachetools==5.5.1
14
+ certifi==2024.12.14
15
+ charset-normalizer==3.4.0
16
+ click==8.1.8
17
+ cloudpickle==3.1.1
18
+ colorama==0.4.6
19
+ comm==0.2.2
20
+ contourpy==1.3.2
21
+ cycler==0.12.1
22
+ debugpy==1.8.11
23
+ decorator==5.1.1
24
+ deprecation==2.1.0
25
+ duckduckgo_search==7.3.2
26
+ executing==2.1.0
27
+ Farama-Notifications==0.0.4
28
+ fastapi==0.115.8
29
+ ffmpeg-python==0.2.0
30
+ ffmpy==0.5.0
31
+ filelock==3.16.1
32
+ fonttools==4.58.1
33
+ frozenlist==1.4.1
34
+ fsspec==2024.12.0
35
+ future==1.0.0
36
+ gitdb==4.0.12
37
+ GitPython==3.1.44
38
+ gotrue==2.12.0
39
+ gradio==5.16.0
40
+ gradio_client==1.7.0
41
+ greenlet==3.2.1
42
+ gymnasium==1.1.1
43
+ h11==0.14.0
44
+ h2==4.2.0
45
+ hpack==4.1.0
46
+ httpcore==1.0.7
47
+ httpx==0.28.1
48
+ httpx-sse==0.4.0
49
+ huggingface-hub==0.32.4
50
+ hyperframe==6.1.0
51
+ idna==3.10
52
+ iniconfig==2.1.0
53
+ ipykernel==6.29.5
54
+ ipython==8.31.0
55
+ jedi==0.19.2
56
+ Jinja2==3.1.5
57
+ jsonschema==4.23.0
58
+ jsonschema-specifications==2024.10.1
59
+ jupyter_client==8.6.3
60
+ jupyter_core==5.7.2
61
+ kiwisolver==1.4.8
62
+ lxml==5.3.0
63
+ markdown-it-py==3.0.0
64
+ markdownify==0.14.1
65
+ MarkupSafe==2.1.5
66
+ matplotlib==3.10.3
67
+ matplotlib-inline==0.1.7
68
+ mcp==1.9.3
69
+ mdurl==0.1.2
70
+ mpmath==1.3.0
71
+ multidict==6.1.0
72
+ narwhals==1.26.0
73
+ nest-asyncio==1.6.0
74
+ networkx==3.2.1
75
+ numpy==2.2.0
76
+ orjson==3.10.15
77
+ packaging==24.2
78
+ pandas==2.2.3
79
+ parso==0.8.4
80
+ pillow==11.1.0
81
+ platformdirs==4.3.6
82
+ pluggy==1.5.0
83
+ postgrest==1.0.1
84
+ primp==0.12.1
85
+ prompt_toolkit==3.0.48
86
+ propcache==0.3.1
87
+ protobuf==5.29.2
88
+ psutil==6.1.1
89
+ pure_eval==0.2.3
90
+ pyarrow==19.0.0
91
+ pycryptodomex==3.21.0
92
+ pydantic==2.10.6
93
+ pydantic-settings==2.9.1
94
+ pydantic_core==2.27.2
95
+ pydeck==0.9.1
96
+ pydub==0.25.1
97
+ Pygments==2.18.0
98
+ PyJWT==2.10.1
99
+ PyOpenGL==3.1.9
100
+ pyparsing==3.2.3
101
+ pytest==8.3.5
102
+ pytest-mock==3.14.0
103
+ python-dateutil==2.9.0.post0
104
+ python-dotenv==1.0.1
105
+ python-multipart==0.0.20
106
+ pytz==2025.1
107
+ PyVirtualDisplay==3.0
108
+ pywin32==308
109
+ PyYAML==6.0.2
110
+ pyzmq==26.2.0
111
+ realtime==2.4.3
112
+ referencing==0.36.2
113
+ regex==2024.11.6
114
+ requests==2.32.3
115
+ rich==13.9.4
116
+ rpds-py==0.22.3
117
+ ruff==0.9.6
118
+ safehttpx==0.1.6
119
+ safetensors==0.4.5
120
+ semantic-version==2.10.0
121
+ sentencepiece==0.2.0
122
+ setuptools==75.1.0
123
+ shellingham==1.5.4
124
+ six==1.17.0
125
+ smmap==5.0.2
126
+ smolagents==1.9.2
127
+ sniffio==1.3.1
128
+ soupsieve==2.6
129
+ SQLAlchemy==2.0.40
130
+ sse-starlette==2.3.6
131
+ stack-data==0.6.3
132
+ starlette==0.45.3
133
+ storage3==0.11.3
134
+ streamlit==1.42.0
135
+ StrEnum==0.4.15
136
+ supabase==2.15.1
137
+ supafunc==0.9.4
138
+ sympy==1.13.1
139
+ tenacity==9.0.0
140
+ tiktoken==0.8.0
141
+ tokenizers==0.21.0
142
+ toml==0.10.2
143
+ tomlkit==0.13.2
144
+ torch==2.5.1+cu118
145
+ torchaudio==2.5.1+cu118
146
+ torchvision==0.20.1+cu118
147
+ tornado==6.4.2
148
+ tqdm==4.67.1
149
+ traitlets==5.14.3
150
+ transformers==4.47.1
151
+ typer==0.15.1
152
+ typing-inspection==0.4.1
153
+ typing_extensions==4.13.2
154
+ tzdata==2025.1
155
+ urllib3==2.2.3
156
+ uvicorn==0.34.0
157
+ watchdog==6.0.0
158
+ wcwidth==0.2.13
159
+ websockets==14.2
160
+ wheel==0.44.0
161
+ yarl==1.20.0