Welcome to the RAI-ReCycle repository.
python3 -m venv <venvname>
source <venvname>/bin/activate
git clone https://github.com/Helmholtz-AI-Energy/ReCycle.git
cd ReCycle
pip install -e .
python -m ReCycle [options] {train|test|infer}
The option -c <file name>
passes a config file.