The official User Interface for the SmishGuard AI System. This dashboard allows users to interact with the backend API, scan SMS messages in real-time, and visualize threat levels for Hate Speech, Violence, and Phishing attempts.
Try it here: https://smishguard-demo.streamlit.app
- Real-Time Analysis: Connects instantly to the Azure Serverless Backend.
- Visual Alerts: Status indicators for immediate risk assessment.
- Detailed Reporting: Displays severity scores (0-6) for multiple threat categories.
- Framework: Streamlit (Python)
- Connectivity: HTTP Requests (REST API)
- Hosting: Streamlit Cloud
If you want to run this dashboard on your own machine:
-
Clone the repository:
git clone [https://github.com/devrxify/SmishGuard-Frontend.git](https://github.com/devrxify/SmishGuard-Frontend.git)
-
Install Dependencies:
pip install -r requirements.txt
-
Run the app:
streamlit run app.py
Part of the SmishGuard Project