A final data visualization project in fulfillment for the requirements of COMPSCI E3 - Professional Elective. The objective is to read, preprocess and visualize a dataset.
- Please download specifically Python v3.8.0
- Open your terminal and clone this repository using
git clone https://github.com/godoin/StableEye
orgh repo clone godoin/StableEye
- Create virtual environment (optional):
- use
python3 -m venv .venv
- use
- Run virtual environment (optional):
- On macOS/Linux: use
source .venv/bin/activate
- On Windows: use
.venv/Scripts/Activate
- On macOS/Linux: use
- If you encounter a warning when trying to the .venv (e.g., Execution Policies to run VSCode terminal):
- use
Set-ExecutionPolicy Unrestricted -Scope Process
- use
- Install the required libraries:
pip install -r requirements.txt
- Run the program:
- to host use
python app.py
- to host use
Szamil. (2018). WHO Suicide Statistics, v1.0. Retrieved May 10, 2024, from https://www.kaggle.com/datasets/szamil/who-suicide-statistics
This project is not licensed yet under the MIT License.