prasanth.thangavel commited on
Commit
9a14443
Β·
1 Parent(s): afd8f1d

Made improvements

Browse files
Files changed (3) hide show
  1. .gitattributes +1 -0
  2. README.md +3 -2
  3. 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
+ ![Demo 1](./attachments/images/demo-1.png)
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

  • SHA256: 0aa55afb636423c61053c7c4017bff21194cac800a00d1eddfa28abaea61c211
  • Pointer size: 131 Bytes
  • Size of remote file: 260 kB