neurosity-sdk-python icon indicating copy to clipboard operation
neurosity-sdk-python copied to clipboard

[BETA] The Official Neurosity Python SDK 🤯

Results 11 neurosity-sdk-python issues
Sort by recently updated
recently updated
newest added

* Make sample data blocks in readme collapsable, add console link * Add dev container configuration files * Extend `.gitignore` * Add some doc comments * Add some type hints...

I have trained a kinesis `leftArm` via dev console and wanted to access it via the python API. My script: ``` from neurosity import NeurositySDK from dotenv import load_dotenv import...

```bash Traceback (most recent call last): File "C:\Users\user\Desktop\code\bci\new-command\index.py", line 4, in neurosity = NeurositySDK({ ^^^^^^^^^^^^^^ File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\neurosity\neurosity.py", line 27, in __init__ signal.signal(signal.SIGHUP, self.exit_handler) ^^^^^^^^^^^^^ AttributeError: module 'signal' has no attribute...

I would like to report a pair of out-of-the-box issues with example.py / the "SDK". In a Python 3.10.2 venv on Windows 11 Pro x64, trying to run the example...

https://github.com/neurosity/neurosity-sdk-python/blame/1ac04e0c73a0e350b38d140a992e5b2f0f31e2c9/neurosity/neurosity.py#L16C25-L16C33 Hi @andrewjaykeller I used Buildozer on my Python program to get APK file but my app is crashing on the phone. While debugging, I found initialize_app method of firebase...

It is crucial for ML to be aware of sample quality timestamp. Tmestamp of probing(sampling) needs to be added so Quality dataset can be joined with Brainwaves dataset. Valuable? Please,...

It is not clear to me, how my data privacy is guaranteed. It seems to me that the crown does encrypt the eeg data, but then sends this data to...

We need to refresh the session token periodically.

Could we rename this repo `neurosity-sdk-python` to match the `neurosity-sdk-js`?

Hi! I was wondering if we can subscribe to multiple kinesis, like you mention in the new update v16.4.0 (your post on X: https://twitter.com/neurosity/status/1778465119602946434) with your API Thanks in advance!