pybci

Create real-time BCI's with the LSL, PyTorch, SKLearn and TensorFlow packages.

MIT License

Downloads
418
Stars
21

Bot releases are visible (Hide)

pybci - 1.5.0 Latest Release

Published by LMBooth 11 months ago

  • Zenodo archive.
  • JOSS submission and paper updates.
pybci - 1.4.4

Published by LMBooth 11 months ago

  • removed some unnecessary lines from logger
  • removed some unnecessary lines from pseudo device
  • extended pytests
  • ignored cli scripts from code coverage in git CI actions, doesnt call all lines properly.
pybci - 1.4.3

Published by LMBooth 11 months ago

  • added createMarkers boo to PseudoDeviceController class
  • added dual stream to pytests
pybci - 1.4.2

Published by LMBooth 12 months ago

  • Removed get_os from init.py
pybci - 1.4.1

Published by LMBooth 12 months ago

  • Had some left over get_os calls which are not needed
pybci - 1.4.0

Published by LMBooth 12 months ago

  • Removed get_os checks.
  • Changed pseudo device to make multi processed functions no longer in initial class.
pybci - 1.3.3

Published by LMBooth 12 months ago

  • PseudoDevice run in threaded operation fix
pybci - 1.3.2

Published by LMBooth 12 months ago

  • More graceful CLI exiting and control
  • code coverage now covers CLI commands
pybci - 1.3.1

Published by LMBooth 12 months ago

pybci - 1.3.0

Published by LMBooth 12 months ago

  • cli test created
  • feature extractor test created
  • feature extractor had sample entropy removed due to generated errors
pybci - 1.2.6

Published by LMBooth 12 months ago

import fix

pybci - 1.2.5

Published by LMBooth 12 months ago

cleaned up imports and comparison checks with ruff

pybci - 1.2.4

Published by LMBooth about 1 year ago

Minor readme update for pypi specifying python versions verified 3.9+

pybci - 1.2.3

Published by LMBooth about 1 year ago

bug fix for closing pseudodevice process cleanly.

pybci - 1.2.2

Published by LMBooth about 1 year ago

appveyor integration

pybci - 1.2.1

Published by LMBooth about 1 year ago

added pseudodevice creation from cli command

pybci - 1.2.0

Published by LMBooth about 1 year ago

Command line interface created to run basic examples of simple, sklearn , tensorflow and pytorch examples.

pybci - 1.1.3

Published by LMBooth about 1 year ago

New pypi instaler name and documentation, now use pip install pybci-package instead of pip install install-pybci

pybci - 1.1.1

Published by LMBooth about 1 year ago

slight amendment to readme for pip, discussing new pseudo device class.

pybci - 1.1.0

Published by LMBooth about 1 year ago

Main addition is moving the pseudo example to be a callable and configurable class, integrating in to all examples to show how examples can run automatically.