To install the project, paste the following commands:
> git clone "https://github.com/XantiLizanzu/ml2.git"
> py -3.11 -m venv venv # build virtual environment with Python 3.11
> .\venv\Scripts\activate
> pip install -r requirements.txt Copy the .env.example to a .env file:
> cp .env.example .envAnd edit SAVE_DIR to match the directory where you want to save the model.
Run the simultaneous_training.py file.
Create a branch from main named for what you are doing (e.g. add-ltsm) and when you are done and committed all your code create a pull request through GitHub:

