Spaces:
Sleeping
Sleeping
prasanth.thangavel
commited on
Commit
Β·
9a14443
1
Parent(s):
afd8f1d
Made improvements
Browse files- .gitattributes +1 -0
- README.md +3 -2
- attachments/images/demo-1.png +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 |
+
attachments/** filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -12,9 +12,8 @@ license: mit
|
|
12 |
short_description: An asset class comparator for my personal usecase
|
13 |
---
|
14 |
|
15 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
16 |
-
|
17 |
# Asset Class Performance Comparison
|
|
|
18 |
|
19 |
This Streamlit app allows you to compare the performance of different asset classes over time, including stocks, bonds, gold, and fixed deposits.
|
20 |
|
@@ -61,6 +60,7 @@ To run locally:
|
|
61 |
1. Clone this repository
|
62 |
2. Install dependencies: `pip install -r requirements.txt`
|
63 |
3. Run the app: `streamlit run app.py`
|
|
|
64 |
|
65 |
## Project Structure
|
66 |
|
@@ -72,6 +72,7 @@ asset-class-comparison/
|
|
72 |
βββ utils/ # Utility functions
|
73 |
βββ yfinance_utils.py # yfinance data fetching utilities
|
74 |
βββ currency_utils.py # Currency conversion utilities
|
|
|
75 |
βββ fd_utils.py # Fixed deposit calculation utilities
|
76 |
```
|
77 |
|
|
|
12 |
short_description: An asset class comparator for my personal usecase
|
13 |
---
|
14 |
|
|
|
|
|
15 |
# Asset Class Performance Comparison
|
16 |
+

|
17 |
|
18 |
This Streamlit app allows you to compare the performance of different asset classes over time, including stocks, bonds, gold, and fixed deposits.
|
19 |
|
|
|
60 |
1. Clone this repository
|
61 |
2. Install dependencies: `pip install -r requirements.txt`
|
62 |
3. Run the app: `streamlit run app.py`
|
63 |
+
- If having issues invoking a venv, use `$(which python) -m streamlit run app.py`
|
64 |
|
65 |
## Project Structure
|
66 |
|
|
|
72 |
βββ utils/ # Utility functions
|
73 |
βββ yfinance_utils.py # yfinance data fetching utilities
|
74 |
βββ currency_utils.py # Currency conversion utilities
|
75 |
+
βββ hdb_utils.py # HDB related utilities
|
76 |
βββ fd_utils.py # Fixed deposit calculation utilities
|
77 |
```
|
78 |
|
attachments/images/demo-1.png
ADDED
![]() |
Git LFS Details
|