Python based GUI for EEG signal Visualization

External Email - Use Caution

I have started project work which is related to EEG signal analysis. My EEG data files are in *edf format. I would like to do this analysis in python platform, for this reason, I chose MNE-python and have abled to do some preliminary tasks (e.g. read data, plot raw data). Now I want to visualize real-time signal in a GUI, I searched on the web and found Visbrain GUI but it does not support in CPU. Is there any other python based GUI for visualizing the EEG signal?

Br,
Mchowdhu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20191118/48c8f284/attachment.html

External Email - Use Caution

Hi Ms. Chowdhury,

I always recommend this page in terms of options in addition to MNE-Python:

https://mne.tools/stable/install/pre_install.html#what-should-i-install

There I learned about MNELAB

https://github.com/cbrnr/mnelab

But in terms of RT-EEG, I have been looking at MNE-CPP

https://www.mne-cpp.org

Which is not exactly Python but it keeps it close by:) I wasn?t sure if you
need to acquire with the app (talk to the amp) or just process in RT. You
could follow up on their gitter.

At least a few things to look at. Hope it helps.

Cheers,

-Morgan