bci-framework


Namebci-framework JSON
Version 1.3.1 PyPI version JSON
download
home_page
SummaryA real-time tool for acquisition, analysis and stimuli delivery for OpenBCI.
upload_time2023-06-21 19:28:41
maintainerYeison Cardona
docs_urlNone
authorYeison Cardona
requires_python>=3.8
licenseBSD-2-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            > Developed by [Yeison Nolberto Cardona Álvarez](https://github.com/yeisonCardona)  
[Andrés Marino Álvarez Meza, PhD.](https://github.com/amalvarezme)  
César Germán Castellanos Dominguez, PhD.    
> _Digital Signal Processing and Control Group_  | _Grupo de Control y Procesamiento Digital de Señales ([GCPDS](https://github.com/UN-GCPDS/))_  
> _Universidad Nacional de Colombia sede Manizales_

----

# BCI-Framework

A distributed processing tool, stimuli delivery, psychophysiological experiments designer and real-time data visualizations for OpenBCI.

![GitHub top language](https://img.shields.io/github/languages/top/un-gcpds/bci-framework)
![PyPI - License](https://img.shields.io/pypi/l/bci-framework)
![PyPI](https://img.shields.io/pypi/v/bci-framework)
![PyPI - Status](https://img.shields.io/pypi/status/bci-framework)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/bci-framework)
![GitHub last commit](https://img.shields.io/github/last-commit/un-gcpds/bci-framework)
![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/UN-GCPDS/bci-framework)
[![Documentation Status](https://readthedocs.org/projects/bci-framework/badge/?version=latest)](https://bci-framework.readthedocs.io/en/latest/?badge=latest)

BCI-Framework is an open-source tool for the acquisition of EEG/EMG/ECG signals, developed to work with [OpenBCI's Cyton board](https://shop.openbci.com/products/cyton-biosensing-board-8-channel?variant=38958638542), the main core of this software lies on [OpenBCI-Stream](https://openbci-stream.readthedocs.io/en/latest/index.html), a library designed to handle all the [low-level hardware features](https://docs.openbci.com/docs/02Cyton/CytonSDK) and extend the hardware capabilities with high-level programming libraries.

An optionally distributed paradigm for data acquisition and streaming is available to be implemented, this approach stabilizes the sampling rate on non-real-time acquisition systems and consists on delegate the board handle to a dedicated environ and stream out the data in real-time. [Write custom visualization](70-develop_visualizations.ipynb) for raw or processed time series and [design custom neurophysiological experiments](80-stimuli_delivery.ipynb) are the major features available in this application.

BCI-Framework comprises a graphical user interface (GUI) with a set of individual computational processes (distributed or in a single machine), that feed a visualization, serve a stimuli delivery, handle an acquisition, storage data, or stream a previous one (offline analysis). It has a built-in development environment and a set of libraries that the user can implement to create their specific functionality.

![](https://github.com/UN-GCPDS/bci-framework/blob/master/docs/source/notebooks/images/readme.gif)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "bci-framework",
    "maintainer": "Yeison Cardona",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "yencardonaal@unal.edu.co",
    "keywords": "",
    "author": "Yeison Cardona",
    "author_email": "yencardonaal@unal.edu.co",
    "download_url": "https://files.pythonhosted.org/packages/0a/8d/692b9f842f5d1656c982e230306e7c2dc9f598a33b52a4531a80e9e52106/bci-framework-1.3.1.tar.gz",
    "platform": null,
    "description": "> Developed by [Yeison Nolberto Cardona \u00c1lvarez](https://github.com/yeisonCardona)  \n[Andr\u00e9s Marino \u00c1lvarez Meza, PhD.](https://github.com/amalvarezme)  \nC\u00e9sar Germ\u00e1n Castellanos Dominguez, PhD.    \n> _Digital Signal Processing and Control Group_  | _Grupo de Control y Procesamiento Digital de Se\u00f1ales ([GCPDS](https://github.com/UN-GCPDS/))_  \n> _Universidad Nacional de Colombia sede Manizales_\n\n----\n\n# BCI-Framework\n\nA distributed processing tool, stimuli delivery, psychophysiological experiments designer and real-time data visualizations for OpenBCI.\n\n![GitHub top language](https://img.shields.io/github/languages/top/un-gcpds/bci-framework)\n![PyPI - License](https://img.shields.io/pypi/l/bci-framework)\n![PyPI](https://img.shields.io/pypi/v/bci-framework)\n![PyPI - Status](https://img.shields.io/pypi/status/bci-framework)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/bci-framework)\n![GitHub last commit](https://img.shields.io/github/last-commit/un-gcpds/bci-framework)\n![CodeFactor Grade](https://img.shields.io/codefactor/grade/github/UN-GCPDS/bci-framework)\n[![Documentation Status](https://readthedocs.org/projects/bci-framework/badge/?version=latest)](https://bci-framework.readthedocs.io/en/latest/?badge=latest)\n\nBCI-Framework is an open-source tool for the acquisition of EEG/EMG/ECG signals, developed to work with [OpenBCI's Cyton board](https://shop.openbci.com/products/cyton-biosensing-board-8-channel?variant=38958638542), the main core of this software lies on [OpenBCI-Stream](https://openbci-stream.readthedocs.io/en/latest/index.html), a library designed to handle all the [low-level hardware features](https://docs.openbci.com/docs/02Cyton/CytonSDK) and extend the hardware capabilities with high-level programming libraries.\n\nAn optionally distributed paradigm for data acquisition and streaming is available to be implemented, this approach stabilizes the sampling rate on non-real-time acquisition systems and consists on delegate the board handle to a dedicated environ and stream out the data in real-time. [Write custom visualization](70-develop_visualizations.ipynb) for raw or processed time series and [design custom neurophysiological experiments](80-stimuli_delivery.ipynb) are the major features available in this application.\n\nBCI-Framework comprises a graphical user interface (GUI) with a set of individual computational processes (distributed or in a single machine), that feed a visualization, serve a stimuli delivery, handle an acquisition, storage data, or stream a previous one (offline analysis). It has a built-in development environment and a set of libraries that the user can implement to create their specific functionality.\n\n![](https://github.com/UN-GCPDS/bci-framework/blob/master/docs/source/notebooks/images/readme.gif)\n",
    "bugtrack_url": null,
    "license": "BSD-2-Clause",
    "summary": "A real-time tool for acquisition, analysis and stimuli delivery for OpenBCI.",
    "version": "1.3.1",
    "project_urls": {
        "Download": "https://github.com/UN-GCPDS/bci_framework"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1b03b09055e97ca95299b557336985309c3f814b2ff98278b19cacc5c753c3f",
                "md5": "006e5439225d392ef5738fab9fd38e58",
                "sha256": "9d19d19b78d12a68c99fc0d3e5c7e3972ec49afdfc4b15b40908a105218817aa"
            },
            "downloads": -1,
            "filename": "bci_framework-1.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "006e5439225d392ef5738fab9fd38e58",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 62848942,
            "upload_time": "2023-06-21T19:27:37",
            "upload_time_iso_8601": "2023-06-21T19:27:37.335995Z",
            "url": "https://files.pythonhosted.org/packages/b1/b0/3b09055e97ca95299b557336985309c3f814b2ff98278b19cacc5c753c3f/bci_framework-1.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a8d692b9f842f5d1656c982e230306e7c2dc9f598a33b52a4531a80e9e52106",
                "md5": "487f23e0601721db2b8e3ad07e71932a",
                "sha256": "4028939cd343d8985d3cfc7d40bdf8dd1f88a8d680ba24ff9fea0748034e05c5"
            },
            "downloads": -1,
            "filename": "bci-framework-1.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "487f23e0601721db2b8e3ad07e71932a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 62395963,
            "upload_time": "2023-06-21T19:28:41",
            "upload_time_iso_8601": "2023-06-21T19:28:41.765264Z",
            "url": "https://files.pythonhosted.org/packages/0a/8d/692b9f842f5d1656c982e230306e7c2dc9f598a33b52a4531a80e9e52106/bci-framework-1.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-21 19:28:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "UN-GCPDS",
    "github_project": "bci_framework",
    "github_not_found": true,
    "lcname": "bci-framework"
}
        
Elapsed time: 0.22556s