Skip to content

Getting started

Orges Leka edited this page Nov 30, 2017 · 6 revisions

To get started, git clone the repository and then:

  1. python webserver.py
  2. ./curl_iris.sh to send an example request to the iris model
  3. ./curl_boston.sh to send an example request to the boston model
  4. open http://localhost:8123/stats to see the stats of the requests and which models are actually loaded
  5. ./curl_load_irismodel2.sh to send an example request to load the irismodel2.pkl to the /iris url
  6. open http://localhost:8123/stats to see if the irismodel2.pkl was loaded

Clone this wiki locally