mohsin-devs commited on
Commit
e3ba148
Β·
1 Parent(s): 8f87655

test sync

Browse files
Files changed (1) hide show
  1. README.md +6 -1
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