Spaces:
Sleeping
Sleeping
Commit Β·
e3ba148
1
Parent(s): 8f87655
test sync
Browse files
README.md
CHANGED
|
@@ -9,22 +9,24 @@ app_file: app.py
|
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
-
|
| 13 |
# π¦ Central Bank AI β BankBot
|
| 14 |
|
| 15 |
A professional AI-powered banking assistant built with Streamlit.
|
| 16 |
|
| 17 |
## Features
|
|
|
|
| 18 |
- π¬ Banking chatbot powered by **Groq AI** (cloud) or **Ollama** (local)
|
| 19 |
- π Financial dashboard with transaction history and analytics
|
| 20 |
- π User authentication with session management
|
| 21 |
- π FAQ-based instant responses from a structured intents database
|
| 22 |
|
| 23 |
## AI Backend
|
|
|
|
| 24 |
- **Cloud (HF Spaces):** Uses [Groq AI](https://console.groq.com) β set `GROQ_API_KEY` as a Space Secret
|
| 25 |
- **Local:** Falls back to [Ollama](https://ollama.com) (llama3) automatically
|
| 26 |
|
| 27 |
## Setup (Local)
|
|
|
|
| 28 |
```bash
|
| 29 |
pip install -r requirements.txt
|
| 30 |
ollama pull llama3
|
|
@@ -32,5 +34,8 @@ streamlit run app.py
|
|
| 32 |
```
|
| 33 |
|
| 34 |
## Setup (Hugging Face Spaces)
|
|
|
|
| 35 |
1. Add `GROQ_API_KEY` as a **Secret** in Space Settings
|
| 36 |
2. The app will automatically use Groq AI
|
|
|
|
|
|
|
|
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
| 11 |
---
|
|
|
|
| 12 |
# π¦ Central Bank AI β BankBot
|
| 13 |
|
| 14 |
A professional AI-powered banking assistant built with Streamlit.
|
| 15 |
|
| 16 |
## Features
|
| 17 |
+
|
| 18 |
- π¬ Banking chatbot powered by **Groq AI** (cloud) or **Ollama** (local)
|
| 19 |
- π Financial dashboard with transaction history and analytics
|
| 20 |
- π User authentication with session management
|
| 21 |
- π FAQ-based instant responses from a structured intents database
|
| 22 |
|
| 23 |
## AI Backend
|
| 24 |
+
|
| 25 |
- **Cloud (HF Spaces):** Uses [Groq AI](https://console.groq.com) β set `GROQ_API_KEY` as a Space Secret
|
| 26 |
- **Local:** Falls back to [Ollama](https://ollama.com) (llama3) automatically
|
| 27 |
|
| 28 |
## Setup (Local)
|
| 29 |
+
|
| 30 |
```bash
|
| 31 |
pip install -r requirements.txt
|
| 32 |
ollama pull llama3
|
|
|
|
| 34 |
```
|
| 35 |
|
| 36 |
## Setup (Hugging Face Spaces)
|
| 37 |
+
|
| 38 |
1. Add `GROQ_API_KEY` as a **Secret** in Space Settings
|
| 39 |
2. The app will automatically use Groq AI
|
| 40 |
+
|
| 41 |
+
Updated sync test
|