CoolFace
Apppublic

ManiKumar5158/Cybersecurity_chatbot

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

๐Ÿ” 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 DialoGPT from 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

bash
โ”œโ”€โ”€ 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