ManiKumar5158/Cybersecurity_chatbot
0
๐ CyberSecureBot โ A Cybersecurity Awareness Chatbot
CyberSecureBot is an open-source AI assistant designed to help users understand basic cybersecurity concepts in a simple, friendly way. Built using Hugging Face Transformers and Gradio, it offers two modes:
- A web interface with a clean, styled UI for predefined Q&A
- A console-based chatbot powered by DialoGPT for open-ended dialogue
๐ง Features
- โ Cybersecurity-focused knowledge base (phishing, malware, 2FA, etc.)
- ๐ฌ Gradio Web App with easy interaction and custom design
- ๐ค Console Chatbot using
DialoGPTfrom Hugging Face - ๐ Educational, beginner-friendly explanations
- โ๏ธ Lightweight & fully open-source
๐ Demo (Web App)
Try it locally or deploy to Hugging Face Spaces or your own server.
๐ฆ Project Structure
โโโ app.py # Gradio web chatbot
โโโ chatbot.py # Console chatbot using DialoGPT
โโโ requirements.txt # Required Python libraries
โโโ cybersecurity-chatbot.md # Full project report (Markdown)
โโโ README.md # This file
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
