Python package PyKoopman-AE
for the data-driven identification of the Koopman Operator-based models for dynamical systems using autoencoders.
You can install PyKoopman-AE
from PyPI using pip.
Ensure you have Python 3.x installed. You can download Python from the official Python website.
To install the package, run the following command in your terminal:
pip install pykoopman-ae
Alternatively, you can clone the repository and install it from the source:
- Clone the repository:
git clone https://github.com/SuchethShenoy/pykoopman-ae.git
- Navigate to the package directory:
cd pykoopman_ae
- Install the package using pip:
pip install .
Refer to this tutorial to get started.
This project is licensed under the MIT License. See the LICENSE file for details.
For any questions or suggestions, please open an issue or contact the repository owner at [sucheth17@gmail.com].
Thank you for using PyKoopman-AE
!