Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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