aiorhuman-gpt

Back

Set up Environment

Install ClearML

First, sign up for free

Install the clearml python package:

pip install clearml

Connect ClearML SDK to the Server

  1. Execute the following command to run the ClearML setup wizard:
clearml-init

Install Docker

https://www.docker.com/get-started/

Install ngrok

ngrok.com

Setup Conda Env - Optional

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