Simulates generating photos of eye-shine and corresponding spectral data
python3
pip
virtualenv
- Clone this repo
- Setup
virtualenv -p python3 venv
- Activate
source venv/bin/activate
- Install package dependencies with
pip install -r requirements.txt
Run main.py
!