File size: 1,186 Bytes
2b922de
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
license: mit
language: en
sdk: streamlit
sdk_version: 1.35.0
app_file: app.py
pipeline_tag: text-classification
tags:
  - streamlit
  - chatbot
  - GRC
  - cybersecurity
  - AI
  - compliance
---

# ๐Ÿ›ก๏ธ AI GRC Chatbot

An AI-powered Governance, Risk, and Compliance (GRC) chatbot built with Streamlit. This chatbot helps users understand cybersecurity compliance, risk factors, and policy explanations using natural language.

## ๐Ÿš€ Features
- GRC-related Q&A and document-based answers
- Streamlit-based web UI
- Fast and secure responses using AI
- Can be fine-tuned or extended with local LLMs

## ๐Ÿ“ Files
- `app.py`: Main chatbot application (Streamlit)
- `requirements.txt`: Python dependencies
- `assets/`: Optional folder for PDFs or policy documents

## ๐Ÿ’ฌ Try It Live
๐Ÿ‘‰ Click on the **โ€œSpacesโ€ tab** above to interact with the live chatbot UI

---

Let me know if you want to:
- Auto-fill **`app_file`**, **`tags`**, etc. via Hugging Face UI
- Add image or gif preview to the README
- Add instructions for running locally (optional)

Also, please upload your `app.py` and `requirements.txt` if not yet done โ€” I can help check and optimize them for you.