Skip to content

Instantly share code, notes, and snippets.

View wrathagom's full-sized avatar

Caleb M. Keller wrathagom

View GitHub Profile
{
"gravatar": 6,
"uiColor": "#ff5722",
"agentName": "Pizza Bot",
"description": "Just the typical pizza bot demo.",
"language": "en",
"timezone": "UTC",
"useWebhook": false,
"usePostFormat": false,
"multiCategory": false,
@wrathagom
wrathagom / Survey Bot.json
Created February 12, 2019 19:18
Survey Bot Example for Articulate 0.20.3
{
"agentName": "Survey Bot",
"description": "A demo for Github Issue.",
"language": "en",
"timezone": "UTC",
"useWebhook": false,
"usePostFormat": false,
"multiCategory": false,
"categoryClassifierThreshold": 0.5,
"fallbackAction": "Default Fallback Action",
@wrathagom
wrathagom / chatbotsareawesome.json
Created May 25, 2018 01:32
Chatbots Questions for Articulate Gitter user
{
"status": "Ready",
"language": "en",
"timezone": "UTC",
"agentName": "Chatbot Demo Questions",
"useWebhook": false,
"description": "A demo agent for Gitter user",
"lastTraining": "2018-05-25T01:30:14.755Z",
"extraTrainingData": false,
"fallbackResponses": [
# Individual Contributor License Agreement
Thank you for your interest in contributing to open source software projects (“Projects”) made available by Samtec, Incorporated's Smart Platform Group. This Individual Contributor License Agreement (“Agreement”) sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner, to Samtec in respect of any of the Projects (collectively “Contributions”). If you have any questions respecting this Agreement, please contact social@spg.ai.
You agree that the following terms apply to all of your past, present and future Contributions. Except for the licenses granted in this Agreement, you retain all of your right, title and interest in and to your Contributions.
### Copyright License
> You hereby grant, and agree to grant, to Samtec a non-exclusive, perpetual, irrevocable, wo
@wrathagom
wrathagom / training-data.json
Created July 28, 2017 13:13
Stack Overflow Get a Cab Training Data set
{
"rasa_nlu_data": {
"common_examples": [
{
"intent": "ServiceRequestEnquiry",
"text": "wake up"
},
{
"intent": "ServiceRequestEnquiry",
"text": "wake"
@wrathagom
wrathagom / gettingStarted.sh
Last active August 16, 2017 00:43
Node Red Introduction Code Snippets
git clone
cd node-red-introduction
docker-compose up
@wrathagom
wrathagom / timeTest.json
Last active July 19, 2017 15:53
Rasa Training Set for `What time is it?` question
{
"rasa_nlu_data": {
"common_examples": [
{
"text": "hey",
"intent": "greet",
"entities": []
},
{
"text": "howdy",
@wrathagom
wrathagom / duckling-3days-test.json
Created June 2, 2017 02:57
Duckling Output for `3 days` input
[
{
"dim": "number",
"body": "3",
"value": {
"type": "value",
"value": 3
},
"start": 0,
"end": 1