First, sign up for free
Install the clearml
python package:
pip install clearml
clearml-init
https://www.docker.com/get-started/
ngrok.com
conda create -n "py39_demo" python=3.9 ipython
conda activate py39_demo
pip3 install -r /aiorhuman-gpt/aiorhuman/requirements.txt
python3 -c 'import benepar; benepar.download("benepar_en3")'
python3 -m spacy download en_core_web_lg