Skip to content

slai-labs/slai_example

Repository files navigation

Housing Estimator Screenshot

About

This is the companion app for the Slai Get Started guide. Check out a working example at https://slai-example-app.herokuapp.com/

Setup

  1. git clone https://github.com/slai-labs/slai_example
  2. cd slai_example
  3. python3 -m venv .venv
  4. source .venv/bin/activate
  5. pip install .
  6. export SLAI_CLIENT_ID=[YOUR_SLAI_ID_HERE] (Slai API admin)
  7. export SLAI_CLIENT_SECRET=[YOUR_KEY_HERE]
  8. export SLAI_PROJECT_URL=[<EMAIL>/<PROJECT>/<BRANCH>]
  9. ./run.sh
  10. Open http://localhost:4242

Explore

Open up a jupyter notebook to explore the model.

  1. Run ./jupyter.sh
  2. Open Model Exploration.ipynb within Jupyter.

More info at Slai Get Started