Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 620 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 620 Bytes

Deteksi Tingkat Stress

Setup Enviroment

Make sure you have Python 3.10.12 installed on your system. You will also need pip to install the required Python libraries.

1. Create a Virtual Environment

python3.10 -m venv virtualenv_folder_name

Activate the virtual environment

For Windows

.\virtualenv_folder_name\Scripts\activate

For MacOS/Linux

source virtualenv_folder_name/bin/activate

2. Installing Dependencies

pip install -r requirements.txt

3. Running the Model

python notebook_tingkat_stress.py