A simple chat bot built using Wit.ai and Vapor Swift web framework.
A simple chat bot built using Wit.ai and
Vapor Swift web framework, which aims to
help you with the things you missed while playing hooky from geography classes
back in school 😀.
If you don’t know about Wit.ai yet, drop everything you’re
doing and go check it out. It is an open and extensible natural language
platform, bot engine and intent parser to build applications and devices that
you can talk or text to.
Do you want to setup the project locally and pretend that you’re doing some
real AI stuff? Be my guest!
Server Access Token
under Settings page in the Wit.ai console.WIT_TOKEN
environment variable or, alternatively, creategeobot/Config/secrets/wit.json
:{
"token": "$WIT_TOKEN"
}
git clone https://github.com/vadymmarkov/geobot.git
cd geobot
swift build
.build/debug/App
Vadym Markov, [email protected]
Check the CONTRIBUTING
file for more info.
Geobot is available under the MIT license. See the LICENSE file for more info.