All Projects → forrestbao → Pyeeg

forrestbao / Pyeeg

Licence: gpl-3.0
Python + EEG/MEG = PyEEG

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Pyeeg

Openbci Dashboard
A fullstack javascript app for capturing and visualizing OpenBCI EEG data
Stars: ✭ 82 (-34.92%)
Mutual labels:  eeg
Brein Time Utilities
Library which contains several time-dependent data and index structures (e.g., IntervalTree, BucketTimeSeries), as well as algorithms.
Stars: ✭ 94 (-25.4%)
Mutual labels:  series
Bach
Compose your async functions with elegance.
Stars: ✭ 117 (-7.14%)
Mutual labels:  series
Bazarr
Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.
Stars: ✭ 1,248 (+890.48%)
Mutual labels:  series
Bashflix
Streaming of Movies and Series on Mac and Linux
Stars: ✭ 88 (-30.16%)
Mutual labels:  series
Flutter Free Courses
The best Courses and Series about Flutter and Dart 💙 available. Totally free 🆓!
Stars: ✭ 100 (-20.63%)
Mutual labels:  series
Bitcoin Price Prediction Using Lstm
Bitcoin price Prediction ( Time Series ) using LSTM Recurrent neural network
Stars: ✭ 67 (-46.83%)
Mutual labels:  series
Mne Python
MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python
Stars: ✭ 1,766 (+1301.59%)
Mutual labels:  eeg
Sleepeegnet
SleepEEGNet: Automated Sleep Stage Scoring with Sequence to Sequence Deep Learning Approach
Stars: ✭ 89 (-29.37%)
Mutual labels:  eeg
Analyzing neural time series
python implementations of Analyzing Neural Time Series Textbook
Stars: ✭ 117 (-7.14%)
Mutual labels:  eeg
Hitchhackers guide brain
A list of tutorials and other resources useful to learn open science and neuroimaging, EEG and MEG
Stars: ✭ 85 (-32.54%)
Mutual labels:  eeg
Medusa
Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
Stars: ✭ 1,268 (+906.35%)
Mutual labels:  series
Mne Cpp
MNE-CPP: A Framework for Electrophysiology
Stars: ✭ 104 (-17.46%)
Mutual labels:  eeg
Randomcolor
Javascript module for generating random, distinguishable, pleasing colors (ie: for chart series).
Stars: ✭ 83 (-34.13%)
Mutual labels:  series
Tapas
TAPAS - Translational Algorithms for Psychiatry-Advancing Science
Stars: ✭ 121 (-3.97%)
Mutual labels:  eeg
Wits
A Node.js library that reads your mind with Emotiv EPOC EEG headset
Stars: ✭ 73 (-42.06%)
Mutual labels:  eeg
Deepeeg
Deep Learning with Tensor Flow for EEG MNE Epoch Objects
Stars: ✭ 100 (-20.63%)
Mutual labels:  eeg
Graphqlcore
Learn how to implement scalable APIs with GraphQL and ASP.NET Core. Branch wise code with relevant topic for smooth and easy walkthrough.
Stars: ✭ 125 (-0.79%)
Mutual labels:  series
Trendyways
Simple javascript library containing methods for financial technical analysis
Stars: ✭ 121 (-3.97%)
Mutual labels:  series
Bci.js
📊 EEG signal processing and machine learning in JavaScript
Stars: ✭ 117 (-7.14%)
Mutual labels:  eeg

pyeeg

Python + EEG/MEG = PyEEG

Welcome to PyEEG! This is a Python module with many functions for time series analysis, including brain physiological signals. Feel free to try it with any time series: biomedical, financial, etc.

Installation

Via Git

Clone the repo via HTTPS:

$ git clone https://github.com/forrestbao/pyeeg.git

This will create a new directory, pyeeg with the repo in it. Change into that directory and execute setup.py:

$ cd pyeeg
$ python setup.py install

To install under your home directory, try:

$ python setup.py install --user

Via pip

pip supports installing from a GitHub repo. Follow the instructions for cloning.

Testing

Run the test suite contained in tests/.

$ python setup.py test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].