/ms-thesis-code

Master Thesis Code

Primary LanguageJupyter Notebook

Master Thesis Code

This repository contains my master thesis source code, it's about Seizure Detection using EEG, ECG signals.

Installation

Use the package manager conda to install dependencies.

# first time
conda env create

# later times
conda env update

Usage

import foobar

# returns 'words'
foobar.pluralize('word')

# returns 'geese'
foobar.pluralize('goose')

# returns 'phenomenon'
foobar.singularize('phenomena')

Contributing

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.

License

MIT