{"id":19895249,"url":"https://github.com/venthur/mushu","last_synced_at":"2025-05-02T20:30:51.638Z","repository":{"id":2859068,"uuid":"3863801","full_name":"venthur/mushu","owner":"venthur","description":"OFFICIAL REPOSITORY HAS MOVED TO: https://github.com/bbci/mushu","archived":false,"fork":false,"pushed_at":"2015-06-24T19:12:27.000Z","size":1269,"stargazers_count":16,"open_issues_count":5,"forks_count":31,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-25T21:07:50.966Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://bbci.de/mushu","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/venthur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-03-29T07:54:24.000Z","updated_at":"2022-06-21T13:48:13.000Z","dependencies_parsed_at":"2022-07-31T13:59:11.794Z","dependency_job_id":null,"html_url":"https://github.com/venthur/mushu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venthur%2Fmushu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venthur%2Fmushu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venthur%2Fmushu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venthur%2Fmushu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/venthur","download_url":"https://codeload.github.com/venthur/mushu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252104005,"owners_count":21695400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T18:36:04.031Z","updated_at":"2025-05-02T20:30:51.076Z","avatar_url":"https://github.com/venthur.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The official repository has moved!\n\nThe official Mushu repository has a new home at the [BBCI github account][bbci].\nPlease use the new one for forks, issues, etc.\n\n  [bbci]: https://github.com/bbci/mushu\n\nMushu\n=====\n\n[Mushu][mushu] is a free and open-source Brain Computer Interface (BCI) signal\nacquisition software written in Python.\n\n  [mushu]: http://bbci.de/mushu\n\nInstallation\n------------\n\n\n### Using PyPI\n\nMushu is available on the [Python Package Index (PyPI)][pypi] and can be easily\ninstalled via:\n\n```bash\n$ pip install mushu\n```\n\n  [pypi]: https://pypi.python.org/pypi/Mushu\n\n\n### Requirements\n\nThe required packages to run Mushu can be found in the file\n[requirements.txt](requirements.txt). To install all required packages at once\none can use `pip`:\n\n```sh\n$ pip install -r requirements.txt\n```\n\nor simply install all packages line by line using the package manager of your\noperating system.\n\n\n### Manually Installing Mushu\n\nTo install Mushu manually on your system, download the latest version of Mushu\nand run:\n\n```sh\n$ python ./setup.py install --user\n```\n\nSupported Amplifiers\n--------------------\n\n  * g.USBamp by g.tec (native)\n  * EPOC by emotiv (native)\n  * any [lab streaming layer][lsl] device publishing EEG data\n  * Virtual Amplifier: ReplayAmp, an amplifier that replays EEG data in realtime\n    or timelapse\n\n  [lsl]: https://code.google.com/p/labstreaminglayer/\n\nOnline Documentation\n--------------------\n\nOnline documentation is available [here][mushudoc].\n\n  [mushudoc]: http://venthur.github.io/mushu\n\nMotivation\n----------\n\n  * Platform Independent\n  * Amplifier Independent\n    * Single interface regardless of the underlying Amplifier type used\n  * Free Software\n  * Next step towards a whole BCI system based on Python (as opposed to C++ or\n    Matlab)\n\nUse Cases\n---------\n\n  * Directly as Python library\n  * As Network server\n\n\nOutput Format\n-------------\n\n  * Numpy arrays\n  * TOBI Interface A\n\n\nCiting Us\n---------\n\nIf you use Mushu for anything that results in a publication, We humbly ask you\nto cite us:\n\n```bibtex\n@INPROCEEDINGS{venthur2012,\n    author={Venthur, Bastian and Blankertz, Benjamin},\n    booktitle={Engineering in Medicine and Biology Society (EMBC), 2012 Annual International Conference of the IEEE},\n    title={Mushu, a free- and open source BCI signal acquisition, written in Python},\n    year={2012},\n    month={Aug},\n    pages={1786-1788},\n    organization={IEEE},\n    doi={10.1109/EMBC.2012.6346296},\n    ISSN={1557-170X},\n}\n```\n\nRelated Software\n----------------\n\nFor a complete BCI system written in Python use Mushu together with\n[Wyrm][wyrm] and [Pyff][pyff]. Wyrm is a Brain Computer Interface (BCI) toolbox\nwritten in Python and is suitable for running on-line BCI experiments as well as\noff-line analysis of EEG data. Pyff a BCI feedback and -stimulus framework.\n\n  [pyff]: http://github.com/venthur/pyff\n  [wyrm]: http://github.com/venthur/wyrm\n\n\n\nAuthor\n------\n\n  * [Bastian Venthur][venthur]\n\n\n  [venthur]: http://venthur.de\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fventhur%2Fmushu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fventhur%2Fmushu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fventhur%2Fmushu/lists"}