This repository contains the code for the SmartTry application.
- Install Python3.x and
pip - Create a virtual environment
python3 -m venv smarttry-tutorial-env - Activate virtual environment
source smarttry-tutorial-env/bin/activate - Install dependencies
pip install -r requirements.txt - Run Jupyter-notebook
jupyter-lab smarttry.ipynb - Follow the tutorial!