diff --git a/docs/index.rst b/docs/index.rst index 5216b90..9668e31 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,7 +3,7 @@ Welcome to the PyBCI documentation! **PyBCI** is a Python package to create a Brain Computer Interface (BCI) with data synchronisation and pipelining handled by the `Lab Streaming Layer `_, machine learning with `Pytorch `_, `scikit-learn `_ or `TensorFlow `_, leveraging packages like `Antropy `_, `SciPy `_ and `NumPy `_ for generic time and/or frequency based feature extraction or optionally have the users own custom feature extraction class used. -The goal of PyBCI is to enable quick iteration when creating pipelines for testing human machine and brain computer interfaces, namely testing applied data processing and feature extraction techniques on custom machine learning models. Training the BCI requires LSL enabled devices and an LSL marker stream for training stimuli. (The `examples folder `_ found on the github has a `pseudo LSL data generator and marker creator `_ in the `mainSend.py `_ file so the examples can run without the need of LSL capable hardware.) +The goal of PyBCI is to enable quick iteration when creating pipelines for testing human machine and brain computer interfaces, namely testing applied data processing and feature extraction techniques on custom machine learning models. Training the BCI requires LSL enabled devices and an LSL marker stream for training stimuli. All the `examples `__ found on the github not in a dedicated folder have a pseudo LSL data generator enabled by default, by setting `createPseudoDevice=True` so the examples can run without the need of LSL capable hardware. `Github repo here! `_