hiddenVariable commited on
Commit
2329827
·
verified ·
1 Parent(s): 486fa79

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +83 -0
requirements.txt ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohappyeyeballs==2.4.0
3
+ aiohttp==3.10.5
4
+ aiosignal==1.3.1
5
+ annotated-types==0.7.0
6
+ anyio==4.4.0
7
+ attrs==24.2.0
8
+ certifi==2024.8.30
9
+ charset-normalizer==3.3.2
10
+ click==8.1.7
11
+ contourpy==1.3.0
12
+ cycler==0.12.1
13
+ distro==1.9.0
14
+ dnspython==2.6.1
15
+ fastapi==0.112.2
16
+ ffmpy==0.4.0
17
+ filelock==3.15.4
18
+ fonttools==4.53.1
19
+ frozenlist==1.4.1
20
+ fsspec==2024.6.1
21
+ gradio==4.42.0
22
+ gradio_client==1.3.0
23
+ greenlet==3.0.3
24
+ h11==0.14.0
25
+ httpcore==1.0.5
26
+ httpx==0.27.2
27
+ huggingface-hub==0.24.6
28
+ idna==3.8
29
+ importlib_resources==6.4.4
30
+ Jinja2==3.1.4
31
+ jiter==0.5.0
32
+ jsonpatch==1.33
33
+ jsonpointer==3.0.0
34
+ kiwisolver==1.4.5
35
+ langchain==0.2.15
36
+ langchain-core==0.2.37
37
+ langchain-mongodb==0.1.8
38
+ langchain-openai==0.1.23
39
+ langchain-text-splitters==0.2.2
40
+ langsmith==0.1.107
41
+ markdown-it-py==3.0.0
42
+ MarkupSafe==2.1.5
43
+ matplotlib==3.9.2
44
+ mdurl==0.1.2
45
+ multidict==6.0.5
46
+ numpy==1.26.4
47
+ openai==1.43.0
48
+ orjson==3.10.7
49
+ packaging==24.1
50
+ pandas==2.2.2
51
+ pillow==10.4.0
52
+ pydantic==2.8.2
53
+ pydantic_core==2.20.1
54
+ pydub==0.25.1
55
+ Pygments==2.18.0
56
+ pymongo==4.8.0
57
+ pyparsing==3.1.4
58
+ python-dateutil==2.9.0.post0
59
+ python-dotenv==1.0.1
60
+ python-multipart==0.0.9
61
+ pytz==2024.1
62
+ PyYAML==6.0.2
63
+ regex==2024.7.24
64
+ requests==2.32.3
65
+ rich==13.8.0
66
+ ruff==0.6.3
67
+ semantic-version==2.10.0
68
+ shellingham==1.5.4
69
+ six==1.16.0
70
+ sniffio==1.3.1
71
+ SQLAlchemy==2.0.32
72
+ starlette==0.38.2
73
+ tenacity==8.5.0
74
+ tiktoken==0.7.0
75
+ tomlkit==0.12.0
76
+ tqdm==4.66.5
77
+ typer==0.12.5
78
+ typing_extensions==4.12.2
79
+ tzdata==2024.1
80
+ urllib3==2.2.2
81
+ uvicorn==0.30.6
82
+ websockets==12.0
83
+ yarl==1.9.4