Skip to content

tamnva/hydroecolstm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HydroEcoLSTM

Documentation Status DOI PyPI Latest Release

  • 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.

Quick start

# Install the package from PyPi
pip install hydroecolstm

# Import the package and show the GUI (please see below)
import hydroecolstm
hydroecolstm.interface.show_gui()

The GUI

  • After lanching the GUI, you should see the following window (the latest version could look different)