UTPNerves - Preprocessing

Installation

!pip install -U git+https://github.com/ProyectoNervios/python-preprocessing.git

Usage

from utpnerves.preprocessing import Process

p = Process()
clean image = p.transform(raw_array)

Documentation Overview

Code Reference