Skip to content

h2oai/app-ask-craig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ask Craig

See these blog posts for more about this app:

http://h2o.ai/blog/2015/06/ask-craig-sparkling-water/

http://h2o.ai/blog/2015/07/ask-craig-sparkling-water-2/

Steps to run

Preconditions

  1. brew install mongodb

Window 1

  1. git clone [email protected]:h2oai/app-ask-craig.git
  2. cd app-ask-craig
  3. mkdir -p data/db
  4. mongod --dbpath `pwd`/data/db

Window 2

  1. cd app-ask-craig
  2. source env.sh
  3. ./install.sh
  4. ./start.sh
  5. ./monitor.sh

Watch the monitor output to see the model train.

When you see this line:

Starting app server ... started on port 9091.

then go to this URL to interact with the app: http://localhost:9091

Push the "+" in the lower right hand corner to type in a new job title.