Commit History

Update README.md
69ae8a0
verified

esalguero commited on

Remove all PNG files from LFS tracking and clean up LFS references for ParallelLLC repo
84140af

Edwin Salguero commited on

Remove temporary PNG files to fix LFS issues
f4c30b8

Edwin Salguero commited on

Enhanced FRED ML with improved Reports & Insights page, fixed alignment analysis, and comprehensive analytics improvements
2122497

Edwin Salguero commited on

Fix analytics loading and config imports - restore advanced features
23d2386

Edwin Salguero commited on

Add version 2.0.1 indicator to force Streamlit Cloud update
fe058df

Edwin Salguero commited on

Trigger Streamlit Cloud redeploy with latest updates
080b085

Edwin Salguero commited on

Merge remote main branch with local changes
926b0fd

Edwin Salguero commited on

Merge master into main: resolve conflicts and remove data files for LFS compatibility
e56b96b

Edwin Salguero commited on

Remove generated PNG files to resolve LFS issues - files can be regenerated
d0cbba9

Edwin Salguero commited on

Track all PNG files with Git LFS for Hugging Face compatibility
3155beb

Edwin Salguero commited on

Initial commit after git-lfs re-init and bugfixes
099d8d9

Edwin Salguero commited on

Update README.md
f2806f7
unverified

Edwin Salguero commited on

Update LICENSE
6eae17e
unverified

Edwin Salguero commited on

Update README.md
f2071ad
unverified

Edwin Salguero commited on

Update LICENSE
46aeb59
unverified

Edwin Salguero commited on

Update README.md
6178393
unverified

Edwin Salguero commited on

Update README.md
573ec8e
unverified

Edwin Salguero commited on

chore: add aiohttp to support async FRED API calls
7241d4e

Edwin Salguero commited on

CRITICAL FIX: Stop load_fred_client() from clobbering FRED_API_AVAILABLE flag set in load_config()
9fe9bc9

Edwin Salguero commited on

Final consolidation: replace load_config() with clean, consolidated version that properly sets both REAL_DATA_MODE and FRED_API_AVAILABLE
c9b09ac

Edwin Salguero commited on

Fix FRED_API_AVAILABLE wiring: set to True when valid key is detected and restore production streamlit_app.py
4d3cf11

Edwin Salguero commited on

Add diagnostic wrapper to verify Streamlit secrets availability
abfe5cd

Edwin Salguero commited on

Implement Streamlit-native solution: remove dotenv dependency and use st.secrets directly
5f2391c

Edwin Salguero commited on

Fix execution order: set FRED_API_KEY environment variable BEFORE importing streamlit and frontend app
a30ca5e

Edwin Salguero commited on

Wire up FRED_API_AVAILABLE to flip to True when valid key is detected in load_config()
77a1fbc

Edwin Salguero commited on

Add comprehensive debug logging to track FRED API key loading and propagation
816b9e2

Edwin Salguero commited on

Fix FRED API key propagation - make key loading dynamic instead of static at module import time
c394b2b

Edwin Salguero commited on

Add error handling and debug logging for AWS client initialization to prevent UnboundLocalError
f549e9a

Edwin Salguero commited on

Fix s3_client initialization in main() function - move AWS client initialization outside conditional block
5256208

Edwin Salguero commited on

Remove pre-flight FRED API key check - rely on REAL_DATA_MODE after load_config()
35c529d

Edwin Salguero commited on

Fix st.secrets assignment error - remove read-only assignment and only set os.environ
4c7b800

Edwin Salguero commited on

Fix FRED API key propagation - ensure key is available in both os.environ and st.secrets for the real app
35700e5

Edwin Salguero commited on

Add diagnostic version of streamlit_app.py to isolate FRED API key issues in Streamlit Cloud
4effd33

Edwin Salguero commited on

Remove FRED API key debug message from UI and fix Streamlit Cloud deployment
7b124c5

Edwin Salguero commited on

Rewrite streamlit_app.py as a clean, robust Streamlit Cloud entry point
44508a2

Edwin Salguero commited on

Merge remote-tracking branch 'parallel/main' and resolve all conflicts
9c8effd

Edwin Salguero commited on

Add FRED API key validation at app startup and improve environment variable loading
769fa9a

Edwin Salguero commited on

Added Dev Container Folder
51e0f16

Edwin Salguero commited on

Update README.md
3b74529
verified

esalguero commited on

Fix streamlit_app.py to properly use imported main() function instead of always overriding with fallback
4b6ee6a

Edwin Salguero commited on

Resolve README.md merge conflict for ParallelLLC Hugging Face remote, keep all clone URLs
754019e

Edwin Salguero commited on

Resolve README.md merge conflict and list all remote clone URLs as per user instructions
c729fef

Edwin Salguero commited on

Fix Streamlit Cloud deployment import issue - Added robust import handling with fallbacks - Added current directory to Python path - Added error handling for import failures - Improved debugging output for deployment troubleshooting
628d666

Edwin Salguero commited on

Merge remote changes and resolve conflicts - Fixed frequency error (ME -> M) - Updated analytics availability checks - Resolved merge conflicts keeping local improvements
efb1b97

Edwin Salguero commited on

Fix frequency error and analytics availability issues - Fixed Invalid frequency: ME error by changing freq='ME' to freq='M' - Updated analytics availability check to verify modules directly - Improved error handling for real FRED data processing - Enhanced configuration page to show accurate analytics status
889ac70

Edwin Salguero commited on

Restore secrets.toml with only FRED API key after history cleanup
b98ae76

Edwin Salguero commited on

Remove all demo data and update project to use only real FRED API data
c1c9d22

Edwin Salguero commited on

Optimize Streamlit app performance with lazy imports and loading indicators
86a8a45

Edwin Salguero commited on

Merge feature/advanced-analytics-20250711 into main - Complete FRED ML platform with Streamlit Cloud deployment
fc74ef3

Edwin Salguero commited on