This repository contains my master thesis source code, it's about Seizure Detection using EEG, ECG signals.
Use the package manager conda to install dependencies.
# first time
conda env create
# later times
conda env update
import foobar
# returns 'words'
foobar.pluralize('word')
# returns 'geese'
foobar.pluralize('goose')
# returns 'phenomenon'
foobar.singularize('phenomena')
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.