{"id":19895250,"url":"https://github.com/venthur/wyrm","last_synced_at":"2025-05-02T20:30:51.415Z","repository":{"id":6423853,"uuid":"7662408","full_name":"venthur/wyrm","owner":"venthur","description":"OFFICIAL REPOSITORY HAS MOVED TO: https://github.com/bbci/wyrm","archived":false,"fork":false,"pushed_at":"2016-06-13T08:33:31.000Z","size":1775,"stargazers_count":14,"open_issues_count":1,"forks_count":49,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-07T05:11:32.482Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","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":"2013-01-17T08:23:45.000Z","updated_at":"2024-03-15T16:29:46.000Z","dependencies_parsed_at":"2022-09-15T17:22:47.291Z","dependency_job_id":null,"html_url":"https://github.com/venthur/wyrm","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venthur%2Fwyrm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venthur%2Fwyrm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venthur%2Fwyrm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/venthur%2Fwyrm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/venthur","download_url":"https://codeload.github.com/venthur/wyrm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252104007,"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.040Z","updated_at":"2025-05-02T20:30:50.939Z","avatar_url":"https://github.com/venthur.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The official repository has moved!\n\nThe official Wyrm 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/wyrm\n\n\n# Wyrm\n\nWyrm is a Brain Computer Interface (BCI) toolbox written in Python. Wyrm is\nsuitable for running on-line BCI experiments as well as off-line analysis of EEG\ndata.\n\nOnline documentation is available [here][wyrmdoc].\n\n  [wyrmdoc]: http://venthur.github.io/wyrm\n\n\n## Installation\n\n### Using git\n\nUse distutils to install Wyrm into your `PYTHONPATH`:\n\n```bash\n$ git clone http://github.com/venthur/wyrm\n$ cd wyrm\n$ python setup.py install --user\n```\n\nthis will always give you the latest development version of Wyrm.\n\n\n### Using PyPI\n\nWyrm is also available on the [Python Package Index (PyPI)][pypi] and can be\neasily installed via:\n\n```bash\n$ pip install wyrm\n```\n\n  [pypi]: https://pypi.python.org/pypi/Wyrm\n\n\n## Examples\n\nIn the `examples` directory, you'll find, among others, examples for various BCI\ntasks using publicly available BCI datasets from the [BCI Competition][bcicomp].\n\n* An example for classification of motor imagery in ECoG recordings. For that\n  example the [BCI Competition3, Data Set 1][bcicomp3ds1] was used.\n\n* An example for classification with a P300 Matrix Speller in EEG recordings.\n  The [BCI Competition 3, Data Set 2][bcicomp3ds2] was used for that example.\n\nYou can follow those examples by downloading the data and copying the files to\nthe appropriate places.\n\n\n  [bcicomp]: http://www.bbci.de/competition\n  [bcicomp3ds1]: http://www.bbci.de/competition/iii/#data_set_i\n  [bcicomp3ds2]: http://www.bbci.de/competition/iii/#data_set_ii\n\n\n## Python 3 Support\n\nWyrm is mainly developed under Python 2.7, however since people will eventually\nmove on to Python 3 we try to be forward compatible by writing the code in a way\nthat it runs on Python 2 and -3.\n\n[![Build Status](https://travis-ci.org/venthur/wyrm.png)](https://travis-ci.org/venthur/wyrm)\n\nWhenever a new version of Wyrm is pushed to github, the [Travis continuous\nintegration service][travisci] will run Wyrm's whole test suite with Python 2.7,\n3.3, and 3.4. If and only if all three test suites pass, the build is shown as\n\"passing\".\n\n  [travisci]: https://travis-ci.org/venthur/wyrm\n\n\n## Related Software\n\nFor a complete BCI system written in Python use Wyrm together with\n[Mushu][mushu] and [Pyff][pyff]. Mushu is a BCI signal acquisition and Pyff a\nBCI feedback and -stimulus framework.\n\n  [pyff]: http://github.com/venthur/pyff\n  [mushu]: http://github.com/venthur/mushu\n\n\nCiting Us\n=========\n\nIf you use Wyrm for anything that results in a publication, We humbly ask you to\ncite us:\n\n```bibtex\n@Article{venthur2015,\n    author={Venthur, Bastian and Dähne, Sven and Höhne, Johannes and Heller, Hendrik and Blankertz, Benjamin},\n    title={Wyrm: A Brain-Computer Interface Toolbox in Python},\n    journal={Neuroinformatics},\n    year={2015},\n    volume={13},\n    number={4},\n    pages={471--486},\n    issn={1559-0089},\n    doi={10.1007/s12021-015-9271-8},\n    url={http://dx.doi.org/10.1007/s12021-015-9271-8}\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fventhur%2Fwyrm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fventhur%2Fwyrm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fventhur%2Fwyrm/lists"}