Upload 2 files
Browse files- .gitattributes +1 -0
- requirements.txt +92 -0
- sound.pdf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
sound.pdf filter=lfs diff=lfs merge=lfs -text
|
requirements.txt
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
altair==5.4.1
|
| 2 |
+
langchain-community==0.3.7
|
| 3 |
+
annotated-types==0.7.0
|
| 4 |
+
anyio==4.6.2.post1
|
| 5 |
+
attrs==24.2.0
|
| 6 |
+
blinker==1.9.0
|
| 7 |
+
cachetools==5.5.0
|
| 8 |
+
bert-score
|
| 9 |
+
certifi==2024.8.30
|
| 10 |
+
charset-normalizer==3.4.0
|
| 11 |
+
db-sqlite3
|
| 12 |
+
pysqlite3-binary
|
| 13 |
+
pydantic
|
| 14 |
+
langchain-core
|
| 15 |
+
click==8.1.7
|
| 16 |
+
colorama==0.4.6
|
| 17 |
+
distro==1.9.0
|
| 18 |
+
gitdb==4.0.11
|
| 19 |
+
GitPython==3.1.43
|
| 20 |
+
google-ai-generativelanguage==0.6.10
|
| 21 |
+
google-api-core==2.23.0
|
| 22 |
+
google-api-python-client==2.154.0
|
| 23 |
+
google-auth==2.36.0
|
| 24 |
+
google-auth-httplib2==0.2.0
|
| 25 |
+
google-generativeai==0.8.3
|
| 26 |
+
googleapis-common-protos==1.66.0
|
| 27 |
+
grpcio==1.68.0
|
| 28 |
+
grpcio-status==1.68.0
|
| 29 |
+
h11==0.14.0
|
| 30 |
+
huggingface-hub
|
| 31 |
+
httpcore==1.0.7
|
| 32 |
+
httplib2==0.22.0
|
| 33 |
+
httpx==0.27.2
|
| 34 |
+
idna==3.10
|
| 35 |
+
Jinja2==3.1.4
|
| 36 |
+
jiter==0.7.1
|
| 37 |
+
jsonpatch==1.33
|
| 38 |
+
jsonpointer==3.0.0
|
| 39 |
+
jsonschema==4.23.0
|
| 40 |
+
jsonschema-specifications==2024.10.1
|
| 41 |
+
langchain-core==0.3.19
|
| 42 |
+
langchain-google-genai==2.0.5
|
| 43 |
+
langchain-openai==0.2.9
|
| 44 |
+
langsmith==0.1.144
|
| 45 |
+
markdown-it-py==3.0.0
|
| 46 |
+
MarkupSafe==3.0.2
|
| 47 |
+
mdurl==0.1.2
|
| 48 |
+
narwhals==1.14.1
|
| 49 |
+
numpy==1.26.4
|
| 50 |
+
openai==1.55.0
|
| 51 |
+
orjson==3.10.11
|
| 52 |
+
packaging==24.2
|
| 53 |
+
pandas==2.2.3
|
| 54 |
+
pillow==11.0.0
|
| 55 |
+
proto-plus==1.25.0
|
| 56 |
+
protobuf==5.28.3
|
| 57 |
+
pyarrow==18.0.0
|
| 58 |
+
pyasn1==0.6.1
|
| 59 |
+
pyasn1_modules==0.4.1
|
| 60 |
+
pydantic==2.10.1
|
| 61 |
+
pydantic_core==2.27.1
|
| 62 |
+
pydeck==0.9.1
|
| 63 |
+
Pygments==2.18.0
|
| 64 |
+
pyparsing==3.2.0
|
| 65 |
+
python-dateutil==2.9.0.post0
|
| 66 |
+
pytz==2024.2
|
| 67 |
+
PyYAML==6.0.2
|
| 68 |
+
referencing==0.35.1
|
| 69 |
+
regex==2024.11.6
|
| 70 |
+
requests==2.32.3
|
| 71 |
+
requests-toolbelt==1.0.0
|
| 72 |
+
rich==13.9.4
|
| 73 |
+
rpds-py==0.21.0
|
| 74 |
+
rsa==4.9
|
| 75 |
+
six==1.16.0
|
| 76 |
+
smmap==5.0.1
|
| 77 |
+
sniffio==1.3.1
|
| 78 |
+
streamlit==1.40.1
|
| 79 |
+
tenacity==9.0.0
|
| 80 |
+
tiktoken==0.8.0
|
| 81 |
+
toml==0.10.2
|
| 82 |
+
tornado==6.4.2
|
| 83 |
+
tqdm==4.67.0
|
| 84 |
+
typing_extensions==4.12.2
|
| 85 |
+
tzdata==2024.2
|
| 86 |
+
uritemplate==4.1.1
|
| 87 |
+
urllib3==2.2.3
|
| 88 |
+
watchdog==6.0.0
|
| 89 |
+
docx2txt
|
| 90 |
+
sentence-transformers==3.2.1
|
| 91 |
+
chromadb
|
| 92 |
+
pypdf
|
sound.pdf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44f7909a64d23aeb6e8f5374cd49187e5ba0f001fc3f10cd0c630efbaed63dc3
|
| 3 |
+
size 3672951
|