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
- Host: GitHub
- URL: https://github.com/hungreeee/explorative-viz-project
- Owner: Hungreeee
- Created: 2024-11-19T12:29:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-16T14:45:21.000Z (over 1 year ago)
- Last Synced: 2025-10-12T12:31:54.391Z (10 months ago)
- Language: HTML
- Homepage: https://vietnamese-traffic.streamlit.app/
- Size: 23.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```