martin-ruseq / CyberProject-Y3

CyberHub is a cybersecurity data scraping and visualization web app providing statistics and useful information in the field of cybersecurity.

Home Page:https://cyber-project.streamlit.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CyberHub logo

As part of my 3rd-year Cyber Security project, I successfully developed a Python application designed to collect cybercrime-related data from the Internet. The application has been crafted using a variety of tools, including:

  • Streamlit - an open-source Python library facilitating the creation and sharing of beautiful, custom web apps for machine learning and data science.
  • Beautiful Soup - a library adept at extracting data from HTML and XML files.
  • Pandas - a versatile library for data manipulation and analysis.
  • Plotly - a graphing library essential for crafting interactive, publication-quality graphs.
  • Requests - a library serving the purpose of making HTTP requests.

The application, showcased here, elegantly presents data through charts and graphs as a web application. Having reached its completion, if you appreciate the functionality, feel free to ⭐ the repository and Follow Me on GitHub for future updates and additional features.

Installation and Usage πŸ’»

  1. Clone the repository using git clone https://github.com/martin-ruseq/CyberProject-Y3.git.
  2. Install the required libraries using pip install -r requirements.txt.
  3. Run the application using streamlit run cyber-hub-main.py.

Production Environment πŸš€

Streamlit App

Project Status βœ…

The project is now completed, delivering the intended functionality.

Code of Conduct πŸ“„

Please note that this project has a Code of Conduct. By participating in this project, you agree to abide by its terms. See the Conduct Of Code for more information.

Contributing 🀝

Here you can find the Contributing Guidelines for this project.

Security Policy βš–οΈ

Here you can find the Security Policy for this project.

License πŸ“œ

This project is licensed under the MPL v2. See the LICENSE file for more information.

About

CyberHub is a cybersecurity data scraping and visualization web app providing statistics and useful information in the field of cybersecurity.

https://cyber-project.streamlit.app

License:Mozilla Public License 2.0


Languages

Language:Python 100.0%