BOLO-KESARI commited on
Commit
a2d24b9
Β·
1 Parent(s): 7092289

Optimize deployment with .hfignore and Dual-Purpose README

Browse files
Files changed (2) hide show
  1. .hfignore +18 -0
  2. README.md +32 -5
.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: Finance
3
- emoji: 🏒
4
- colorFrom: yellow
5
- colorTo: pink
6
  sdk: docker
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.*