- HydroEcoLSTM is a Python package with a graphical user interface (GUI) for modeling hydro-ecological processes using Long short-term Memory (LSTM) neural network.
- Please check package documentation for more details, especially about how to use HydroEcoLSTM without the GUI
- Here is the YouTube channel for tutorial videos on how to use HydroEcoLSTM with GUI.
- If you have any questions or want to report any issues, you can either report it in GitHub or HydroEcoLSTM Google group.
# Install the package from PyPi
pip install hydroecolstm
# Import the package and show the GUI (please see below)
import hydroecolstm
hydroecolstm.interface.show_gui()
- After lanching the GUI, you should see the following window (the latest version could look different)