A sample project built with Init.ai. This is based on the What's the Weather? tutorial.
Make sure to read the Getting Started guide to familiarize yourself with the Init.ai platform.
- Create a new project in the Init.ai Console
- Fork or download this repo
- Copy its contents and replace your new project contents with the contents of this repo. Be sure to copy all files including the init.yaml and package.json.
- Run
npm install
to install dependencies - Commit and push changes
- Go to the project in the Init.ai console
- Add your openweather.org API key to
behavior/scripts/lib/getCurrentWeather.js
- When the language model is trained and deployed, navigate to Chat and start chatting
- Hack away!