hydroecolstm

A python package for HydroEcological Modelling using LSTM


License
GPL-3.0
Install
pip install hydroecolstm==0.2.0

Documentation

What is HydroEcoLSTM

  • HydroEcoLSTM is a tool for modelling Hydro-ecological processes with Long short-term Memory (LSTM) neural network. HydroEcoLSTM is provided to users as a python packages with graphical user interface (GUI) and without GUI.
  • This is the beta version, package documentation will be provided in later versions
  • Please click here to see the package documentation.

Quick start

# Install the package from github using pip command
pip install git+https://github.com/tamnva/hydroecolstm.git

# 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 in the "development" branch could look different)