| | --- |
| | 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. |
| | |