Metadata-Version: 2.1
Name: bcikit
Version: 0.0.1.dev1
Summary: A toolbox for data manipulation and transformation for EEG and machine learning.
Home-page: https://github.com/ntubci/bcikit
Author: NTU Brain-Computing Research
Author-email: ntuscsebci@gmail.com
License: UNKNOWN
Project-URL: Source, https://github.com/ntubci/bcikit
Project-URL: Documentation, https://bcikit.readthedocs.io
Project-URL: Tracker, https://github.com/ntubci/bcikit/issues
Description: # Brain-Computer Interface Toolkit
        
        The toolkit consists of datasets, model architectures, and common signal processing functions for BCI before applying on PyTorch.
        
        ## Installation
        
        ```
        git clone https://github.com/ntubci/bcikit.git
        pip install -r requirements.txt
        ```
        
        ## Contributing
        
        If you plan to contribute new dataset, features, utility functions, or extensions to the core, please first open an [issue](https://github.com/ntubci/bcikit/issues) and discuss the feature with us. Sending a PR without discussion might end up resulting in a rejected PR because we might be taking the core in a different direction than you might be aware of.
        
        To learn more about making a contribution to Pytorch, please see our [Contribution](https://github.com/ntubci/bcikit/blob/main/CONTRIBUTING.md) page.
        
        ## Communication
        
        - GitHub Issues: If you want to report a bug, feature requests, install issues, thoughts, or suggest an enhancement, we'd love for you to open an [issue](https://github.com/ntubci/bcikit/issues) at this github repository
        
        ## The Team
        
        ## License
        
        BCI Toolkit is licensed under the Apache License 2.0, as found in the [LICENSE](https://github.com/ntubci/bcikit/blob/main/LICENSE) file.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.3
Description-Content-Type: text/markdown
