Metadata-Version: 2.1
Name: cebtp
Version: 0.1.0
Summary: Package for cebtp  EEG and feature data preprocessing
Home-page: https://github.com/ZENITH-Intelligence
Author: ZENIHTH
Author-email: chainloop3@mail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: scikit-learn
Requires-Dist: mne
Requires-Dist: pywt
Requires-Dist: nolds
Requires-Dist: antropy
Requires-Dist: tensorflow
Requires-Dist: google-cloud-storage
Requires-Dist: cryptography
Requires-Dist: keras

# CEBTP

This package provides functions to preprocess EEG and feature data for cebtp.

## Installation

You can install the package using pip:

```bash
pip install git+https://github.com/yourusername/cebtp.git
