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