Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,20 +1,16 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
-
#
|
| 6 |
|
| 7 |
-
This
|
| 8 |
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
**Prerequisites:** Node.js
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
1. Install dependencies:
|
| 17 |
-
`npm install`
|
| 18 |
-
2. Set the `GEMINI_API_KEY` in [.env.local](.env.local) to your Gemini API key
|
| 19 |
-
3. Run the app:
|
| 20 |
-
`npm run dev`
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Quantum Ledger Intelligence
|
| 3 |
+
emoji: 💎
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: gray
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
---
|
| 9 |
|
| 10 |
+
# Lumina Quantum Ledger
|
| 11 |
|
| 12 |
+
This is a high-performance financial dashboard integrating AI-driven forecasting and corporate asset management.
|
| 13 |
|
| 14 |
+
## Setup
|
| 15 |
+
1. Ensure your Gemini API Key is added to the Space **Secrets** as `API_KEY`.
|
| 16 |
+
2. The Space will automatically build using the `Dockerfile` and serve on port 7860.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|