BOLO-KESARI commited on
Commit Β·
a2d24b9
1
Parent(s): 7092289
Optimize deployment with .hfignore and Dual-Purpose README
Browse files
.hfignore
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Hugging Face Ignore File
|
| 2 |
+
# These files will stay on GitHub but won't be synced to the Hugging Face Space
|
| 3 |
+
# to keep the deployment faster and cleaner.
|
| 4 |
+
|
| 5 |
+
.github/
|
| 6 |
+
.vscode/
|
| 7 |
+
.agent/
|
| 8 |
+
.env*
|
| 9 |
+
.gitignore
|
| 10 |
+
quality_reports/
|
| 11 |
+
*test*
|
| 12 |
+
check_db.py
|
| 13 |
+
code_quality_agent.py
|
| 14 |
+
keep_alive.py
|
| 15 |
+
Ticker_List_NSE_India.csv
|
| 16 |
+
stock_analysis.db
|
| 17 |
+
*.pyc
|
| 18 |
+
__pycache__/
|
README.md
CHANGED
|
@@ -1,10 +1,37 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Stocklyze - Premium Portfolio Analytics
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: teal
|
| 5 |
+
colorTo: blue
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# π STOCKLYZE
|
| 11 |
+
|
| 12 |
+
**Professional Stock Market Analytics & Portfolio Management System**
|
| 13 |
+
|
| 14 |
+
Stocklyze is a high-performance, premium web application designed for real-time tracking of NSE India stocks and comprehensive portfolio management. Featuring a sleek, light-themed modern UI with glassmorphism effects and live data syncing.
|
| 15 |
+
|
| 16 |
+
## π Key Features
|
| 17 |
+
|
| 18 |
+
- **Live Market Dashboard**: Real-time tracking of popular index assets with trend indicators.
|
| 19 |
+
- **Vibrant UI/UX**: Premium Light Mode design with animated mesh-gradient backgrounds and glassmorphism.
|
| 20 |
+
- **Portfolio Management**: Add, track, and remove assets with automatic Profit/Loss (P&L) calculation.
|
| 21 |
+
- **Unified Analytics**: View total net value, overall realized profit, and asset distribution in one view.
|
| 22 |
+
- **Bank-Level Security**: Robust authentication and session management.
|
| 23 |
+
|
| 24 |
+
## π Tech Stack
|
| 25 |
+
|
| 26 |
+
- **Backend**: FastAPI (Python), SQLAlchemy, Supabase.
|
| 27 |
+
- **Frontend**: Vanilla JS (ES6+), Modern CSS (Mesh Gradients, Glassmorphism).
|
| 28 |
+
- **Deployment**: Docker, Hugging Face Spaces, GitHub Actions.
|
| 29 |
+
|
| 30 |
+
---
|
| 31 |
+
|
| 32 |
+
### π Direct Access
|
| 33 |
+
- **Main App**: [https://pranit144-finance.hf.space](https://pranit144-finance.hf.space)
|
| 34 |
+
- **Deployment**: Automated via GitHub Actions
|
| 35 |
+
|
| 36 |
+
---
|
| 37 |
+
*Created with β€οΈ for the Road to Financial Freedom.*
|