Utkarsh736 commited on
Commit
cf0c36f
·
1 Parent(s): 4dbe4fa

[Setup] venv rqr.txt

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. requirements.txt +108 -0
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ bear_env/
requirements.txt ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.3.0
3
+ annotated-types==0.7.0
4
+ anyio==4.4.0
5
+ attrs==23.2.0
6
+ blis==0.7.11
7
+ catalogue==2.0.10
8
+ certifi==2024.2.2
9
+ charset-normalizer==3.3.2
10
+ click==8.1.7
11
+ cloudpathlib==0.16.0
12
+ colorama==0.4.6
13
+ confection==0.1.4
14
+ contourpy==1.2.1
15
+ cycler==0.12.1
16
+ cymem==2.0.8
17
+ dnspython==2.6.1
18
+ email_validator==2.1.1
19
+ exceptiongroup==1.2.1
20
+ fastai==2.7.15
21
+ fastapi==0.111.0
22
+ fastapi-cli==0.0.4
23
+ fastcore==1.5.40
24
+ fastdownload==0.0.7
25
+ fastprogress==1.0.3
26
+ ffmpy==0.3.2
27
+ filelock==3.14.0
28
+ fonttools==4.52.4
29
+ fsspec==2024.5.0
30
+ gradio==4.31.5
31
+ gradio_client==0.16.4
32
+ h11==0.14.0
33
+ httpcore==1.0.5
34
+ httptools==0.6.1
35
+ httpx==0.27.0
36
+ huggingface-hub==0.23.2
37
+ idna==3.7
38
+ importlib_resources==6.4.0
39
+ intel-openmp==2021.4.0
40
+ Jinja2==3.1.4
41
+ joblib==1.4.2
42
+ jsonschema==4.22.0
43
+ jsonschema-specifications==2023.12.1
44
+ kiwisolver==1.4.5
45
+ langcodes==3.4.0
46
+ language_data==1.2.0
47
+ marisa-trie==1.1.1
48
+ markdown-it-py==3.0.0
49
+ MarkupSafe==2.1.5
50
+ matplotlib==3.9.0
51
+ mdurl==0.1.2
52
+ mkl==2021.4.0
53
+ mpmath==1.3.0
54
+ murmurhash==1.0.10
55
+ networkx==3.3
56
+ numpy==1.26.4
57
+ orjson==3.10.3
58
+ packaging==24.0
59
+ pandas==2.2.2
60
+ pillow==10.3.0
61
+ preshed==3.0.9
62
+ pydantic==2.7.1
63
+ pydantic_core==2.18.2
64
+ pydub==0.25.1
65
+ Pygments==2.18.0
66
+ pyparsing==3.1.2
67
+ python-dateutil==2.9.0.post0
68
+ python-dotenv==1.0.1
69
+ python-multipart==0.0.9
70
+ pytz==2024.1
71
+ PyYAML==6.0.1
72
+ referencing==0.35.1
73
+ requests==2.32.2
74
+ rich==13.7.1
75
+ rpds-py==0.18.1
76
+ ruff==0.4.5
77
+ scikit-learn==1.5.0
78
+ scipy==1.13.1
79
+ semantic-version==2.10.0
80
+ shellingham==1.5.4
81
+ six==1.16.0
82
+ smart-open==6.4.0
83
+ sniffio==1.3.1
84
+ spacy==3.7.4
85
+ spacy-legacy==3.0.12
86
+ spacy-loggers==1.0.5
87
+ srsly==2.4.8
88
+ starlette==0.37.2
89
+ sympy==1.12
90
+ tbb==2021.12.0
91
+ thinc==8.2.3
92
+ threadpoolctl==3.5.0
93
+ tomlkit==0.12.0
94
+ toolz==0.12.1
95
+ torch==2.3.0
96
+ torchaudio==2.3.0
97
+ torchvision==0.18.0
98
+ tqdm==4.66.4
99
+ typer==0.9.4
100
+ typing_extensions==4.12.0
101
+ tzdata==2024.1
102
+ ujson==5.10.0
103
+ urllib3==2.2.1
104
+ uvicorn==0.30.0
105
+ wasabi==1.1.2
106
+ watchfiles==0.22.0
107
+ weasel==0.3.4
108
+ websockets==11.0.3