Automatic classification of products into categories.
Setup python environment.
python3 -m venv python
source python/bin/activate
pip install -r requirements.txt
Run JupyterLab.
jupyter lab
Remote access to JupyterLab.
export PORT=8888
export HOSTNAME=mistral4
export HOST=formation.plafrim.fr
ssh -L $PORT:$HOSTNAME:$PORT $HOST
jupyter lab --port $PORT --ip 0.0.0.0
Retrieve data on plafrim.
./sync.sh