Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sloorush/viz-for-data-breaches
Project for Data Visualization course on Visualization of major security breaches
https://github.com/sloorush/viz-for-data-breaches
Last synced: 28 days ago
JSON representation
Project for Data Visualization course on Visualization of major security breaches
- Host: GitHub
- URL: https://github.com/sloorush/viz-for-data-breaches
- Owner: sloorush
- Created: 2021-05-30T08:02:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-18T06:46:37.000Z (over 3 years ago)
- Last Synced: 2024-05-02T03:43:47.448Z (8 months ago)
- Language: Python
- Homepage: https://breaches-viz-dv.herokuapp.com/
- Size: 5.82 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Breaches Vizualization
_The website_ : [https://breaches-viz-dv.herokuapp.com/](https://breaches-viz-dv.herokuapp.com/)
## Technology Stack
- Python
- HTML
- Plotly
- DCC
- Jinja
- Flask
- numpy
- pandas## Dataset
[Balloon Race: Data Breaches - LATEST](https://docs.google.com/spreadsheets/d/1i0oIJJMRG-7t1GT-mr4smaTTU7988yXVz8nPlwaJ8Xk/edit#gid=2)
## For Local Use:
- Clone this Github repository.
```shell
git clone https://github.com/r-ush/viz-for-data-breaches.git
```- Open a CLI and navigate to this repo on your local system.
```shell
cd viz-for-data-breaches
```- Run the following to initialize the virtual env
```shell
python3 -m venv env
```- Activate the venv using
```shell
source env/bin/activate
```- Run the following to grab all the necessary packages.
```shell
pip3 install -r requirements.txt
```- To start the server run
```shell
python3 app.py
```### Project made for Data Visialization by [Aarush Bhat](https://github.com/r-ush) and [Jyotir Aditya](https://github.com/jyotiradi) under Prof. Meenakshi SP