Skip to content

ange0223/EmbraceWatchDataAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmbraceWatchDataAnalysis

University of Louisville Project that involves creating software for analyzing EmbraceWatch data.

Setup

Clone repo to desired location git clone https://github.com/ange0223/EmbraceWatchDataAnalysis.git

CD into repo directory cd EmbraceWatchDataAnalysis

Setup virtual environment

Windows: python -m venv venv

Unix-like: python3 -m venv venv

Activate virtual environment

Windows: .\venv\scripts\activate

Unix-like: source venv/bin/activate

Install required packages

pip install -r requirements.txt

Executing

Run main program

Windows: python src\main.py

Unix-like: python3 src/main.py

Run data.py (basic test)

Windows: python src\data.py

Unix-like: python3 src/data.py

Run data.py (quick test: Dataset dir, all subjects)

Windows: python src\data.py -q or python src\data.py --quick

Unix-like: python3 src/data.py -q or python3 src/data.py --quick

Run displayapp.py (basic test)

Windows: python src\displayapp.py

Unix-like: python3 src/displayapp.py

Run importwindow.py (basic test)

Windows: python src\importwindow.py

Unix-like: python3 src/importwindow.py

Run describewindow.py (basic test)

Windows: python src\describewindow.py.

Unix-like: python3 src/describewindow.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages