Spaces:
Running
Running
LeoWalker
commited on
Commit
•
c7004fc
0
Parent(s):
first commit
Browse files- .gitignore +10 -0
- requirements.txt +8 -0
.gitignore
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
venv
|
2 |
+
.env
|
3 |
+
src/__pycache__
|
4 |
+
AAPL.pdf
|
5 |
+
example.pdf
|
6 |
+
.streamlit
|
7 |
+
finsight9
|
8 |
+
ea_env
|
9 |
+
__pycache__
|
10 |
+
*.DS_Store
|
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
python-dotenv
|
3 |
+
pydantic
|
4 |
+
PyPDF2
|
5 |
+
|
6 |
+
openai
|
7 |
+
anthropic
|
8 |
+
langchain
|