artainmo / total_perspective_vortex

42 school project. Process EEG datas by cleaning, extracting, creating a ML pipeline implementing a dimensionality reduction algorithm before finding the right classifier and handling a real time data-stream with sklearn.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Predict and simulate a datastream

artainmo opened this issue · comments

Write this in prediction.py.

Create a script for predicting, this script will take input datas from a live data stream (simulate this). Those datas should go through the processing-pipeline and make a prediction in less than 2seconds.

You cannot use MNE-realtime.