This is the companion app for the Slai Get Started guide. Check out a working example at https://slai-example-app.herokuapp.com/
git clone https://github.com/slai-labs/slai_example
cd slai_example
python3 -m venv .venv
source .venv/bin/activate
pip install .
export SLAI_CLIENT_ID=[YOUR_SLAI_ID_HERE]
(Slai API admin)export SLAI_CLIENT_SECRET=[YOUR_KEY_HERE]
export SLAI_PROJECT_URL=[<EMAIL>/<PROJECT>/<BRANCH>]
./run.sh
- Open http://localhost:4242
Open up a jupyter notebook to explore the model.
- Run
./jupyter.sh
- Open
Model Exploration.ipynb
within Jupyter.
More info at Slai Get Started