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

https://github.com/hungreeee/explorative-viz-project

Explorative Information Visualization Project
https://github.com/hungreeee/explorative-viz-project

Last synced: 6 months ago
JSON representation

Explorative Information Visualization Project

Awesome Lists containing this project

README

          

# Explorative-Viz-Project

This is the codebase for the CS-E4450 - Explorative Information Visualization D course.

The data and the visualizations are handled inside the `preprocessing.ipynb` notebook. The website is built inside `app.py`.

To start the project, it is recommended to create a virtual environment. In Windows:
```
py -m venv .venv
.venv/Scripts/activate
```

Then, install the packages required for the project:
```
pip install -r requirements.txt
```

To start the website locally:
```
streamlit run app.py
```