Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

P Brain.ai

Fosters development of open source AI automation / assistant technologies
Collective - https://opencollective.com/p-brainai - Website: https://patrickjquinn.github.io/P-Brain.ai/ - Code: https://github.com/patrickjquinn/P-Brain.ai

Merge pull request #20 from timstableford/master

Remove yarn.lock and refactor to better suit msg: {text: 'text'} format

github.com/patrickjquinn/P-Brain.ai - 1cf4b27a70b0f62d66faf2540b8181cc45981652 authored over 7 years ago by Pat Quinn <[email protected]>
Fixed what is love

github.com/patrickjquinn/P-Brain.ai - ac3a76018ac5855759a545b61183edae68b5e694 authored over 7 years ago by Tim Stableford <[email protected]>
Fixed Rick Astley

github.com/patrickjquinn/P-Brain.ai - 25526090bd17b9b68c3e0db532a8c4cb69f8d694 authored over 7 years ago by Tim Stableford <[email protected]>
Refactoring to move to msg: {text: 'text'} format

github.com/patrickjquinn/P-Brain.ai - 584d06d08be96a5939c872956a9632a5a4c39f77 authored over 7 years ago by Tim Stableford <[email protected]>
Ignoring yarn.lock

github.com/patrickjquinn/P-Brain.ai - a5f1ccff10b3bf4fe8999afebb60bb1cb02cdfab authored over 7 years ago by Tim Stableford <[email protected]>
New response text object is stored in msg, this is what you access to display a response message, also cleaned up some code to match ES6 syntax

github.com/patrickjquinn/P-Brain.ai - 5a561dca730f679a891e11007b50afd8ac2e4636 authored over 7 years ago by Patrick Quinn <[email protected]>
Merge pull request #19 from timstableford/master

Expanded timer, name setter and cleanup

github.com/patrickjquinn/P-Brain.ai - bde0a5997a89adb5ae879c925c4c133b9085f644 authored over 7 years ago by Pat Quinn <[email protected]>
Changed to new way of reporting intents

github.com/patrickjquinn/P-Brain.ai - ae6dd4c49f72d2e55bb25dbb69f9d2a74639c8ea authored over 7 years ago by Tim Stableford <[email protected]>
Removed ability to ask what the name is

This interferred with the fact module

github.com/patrickjquinn/P-Brain.ai - 37c988cc2287fa4f1394861eb27817abd58a052a authored over 7 years ago by Tim Stableford <[email protected]>
Fixed repeated chanting of yes

github.com/patrickjquinn/P-Brain.ai - 99223383efc673ac03849af19dd73db28fa103e5 authored over 7 years ago by Tim Stableford <[email protected]>
Improved name queries

github.com/patrickjquinn/P-Brain.ai - a2ef4d2ab431b05632748e1a4eefbedbd93740c3 authored over 7 years ago by Tim Stableford <[email protected]>
Fixed refresh on asking name

github.com/patrickjquinn/P-Brain.ai - 01c2c2d0a5bb6ce0348222a9bbaa44106ac4dd91 authored over 7 years ago by Tim Stableford <[email protected]>
Moved name file to config

github.com/patrickjquinn/P-Brain.ai - fec405d8380a758678111faff2ea309cc082f3b4 authored over 7 years ago by Tim Stableford <[email protected]>
Removed classifier.json

The classifier was being regerenated and written over on each save.
There was really no point sa...

github.com/patrickjquinn/P-Brain.ai - 4dd29ecebdc24ef13e955641d3a28ee05db4cdae authored over 7 years ago by Tim Stableford <[email protected]>
Removed log files

github.com/patrickjquinn/P-Brain.ai - 34f77a54f7b1919cd7611658e1dd4acabe578c77 authored over 7 years ago by Tim Stableford <[email protected]>
Updated .gitignore

github.com/patrickjquinn/P-Brain.ai - 46f3256539630479e3f5947e6b198fc74a0dc5f3 authored over 7 years ago by Tim Stableford <[email protected]>
Made ip.js dynamic

github.com/patrickjquinn/P-Brain.ai - e569d83bfc6f62d202ffa9da0b5a85eaec3f817d authored over 7 years ago by Tim Stableford <[email protected]>
Added multiple timer support

github.com/patrickjquinn/P-Brain.ai - cb628c0557daef58150d9fd6fdf7650bab2771fd authored over 7 years ago by Tim Stableford <[email protected]>
Fixed setting multiple timers

github.com/patrickjquinn/P-Brain.ai - f658903aa4eee6986332b772adc5910646a6b6f6 authored over 7 years ago by Tim Stableford <[email protected]>
Added refresh when name received

github.com/patrickjquinn/P-Brain.ai - 0f5acf860a1cf0aba9e9f7be1acf7c4f08721ecf authored over 7 years ago by Tim Stableford <[email protected]>
Fixed name URL

github.com/patrickjquinn/P-Brain.ai - cd44bc16561b3ca6a1fcb9865c89f50e81942fc9 authored over 7 years ago by Tim Stableford <[email protected]>
Moved functions around

github.com/patrickjquinn/P-Brain.ai - fd9b40acf8d033c3762b964653ce93dd6d3dc7d1 authored over 7 years ago by Tim Stableford <[email protected]>
Added name getter to index.html

github.com/patrickjquinn/P-Brain.ai - 9ca4ec8e6bc8b9333b88d70d5d3f395c09b97d0e authored over 7 years ago by Tim Stableford <[email protected]>
Updated .gitignore

github.com/patrickjquinn/P-Brain.ai - 9292eb7f6c20913eb230454e0dad5f0e0207c4fe authored over 7 years ago by Tim Stableford <[email protected]>
Merge branch 'master' of https://github.com/patrickjquinn/P-Brain.ai

github.com/patrickjquinn/P-Brain.ai - 3cb6cda0388854aaaffb58810f20245287b9bbd6 authored over 7 years ago by Tim Stableford <[email protected]>
Per module API and demo

Added a per module call to allow each skill to register REST calls.
This is demonstrated using t...

github.com/patrickjquinn/P-Brain.ai - 7d11eb1eeb52207a1fe42402a21f695c70ece6b1 authored over 7 years ago by Tim Stableford <[email protected]>
Added new hello world skill, updated clothing skill for better readability, added in query object to be used in skills

github.com/patrickjquinn/P-Brain.ai - 714dea46e8f35778b86b2874c532dd0c670fb70a authored over 7 years ago by Patrick Quinn <[email protected]>
Updated license type

github.com/patrickjquinn/P-Brain.ai - 4b3c5e5c84b21b63e7c4d57374a54c5b88dfe315 authored over 7 years ago by Patrick Quinn <[email protected]>
Added clothing skill for new tutorial video and added MIT license

github.com/patrickjquinn/P-Brain.ai - 7f06ece3bbc1ba5229f5b73aa404876d2d7457ff authored over 7 years ago by Patrick Quinn <[email protected]>
Merge branch 'master' of https://github.com/patrickjquinn/P-Brain.ai

Conflicts:
skills/timer/index.js

github.com/patrickjquinn/P-Brain.ai - 843c8ed09120e889e26506561575464d3c88144f authored over 7 years ago by Tim Stableford <[email protected]>
Fixed double speak and changed name to piper

github.com/patrickjquinn/P-Brain.ai - f55e34dc4dcc9b7ac9ab4f53d7de92f7ab76aa3d authored over 7 years ago by Tim Stableford <[email protected]>
Fixed teeny-tiny spelling issues with README

github.com/patrickjquinn/P-Brain.ai - 6b05377656dd4807ca11c0a430aa776f8b15b5c9 authored over 7 years ago by Patrick Quinn <[email protected]>
Added new bitcoin price checker skill

github.com/patrickjquinn/P-Brain.ai - e49717baa00968657f2250bdd3ae4f43825e7a87 authored over 7 years ago by Patrick Quinn <[email protected]>
Merge pull request #14 from darkstardxm/patch-1

Update README.md

github.com/patrickjquinn/P-Brain.ai - 36bfb6f376dda1a8915a3bc7d0a09480899aa474 authored over 7 years ago by patrickjquinn <[email protected]>
Update README.md

Added host networking specification and space between -p flag and port numbers

github.com/patrickjquinn/P-Brain.ai - f86e342def4a7b1dee71ac45ee702177a8010435 authored over 7 years ago by darkstardxm <[email protected]>
Merge pull request #12 from Elergy/master

Dockerfile fixed

github.com/patrickjquinn/P-Brain.ai - 88908b4779b5b6d4cac2c7318f686c14991b12de authored over 7 years ago by patrickjquinn <[email protected]>
Merge pull request #10 from syzer/master

More refactorings, added tests

github.com/patrickjquinn/P-Brain.ai - 5b3fa79a4769a7fc9f70c33396e6de67f02d1935 authored over 7 years ago by patrickjquinn <[email protected]>
repository and bugs field in package json,

usage: npm repo, and npm bugs

github.com/patrickjquinn/P-Brain.ai - bc64d7a25d6bed72a2d6bdd33fadf43f59389201 authored over 7 years ago by [email protected] <[email protected]>
more refactoring, usage maps instead implicit loops

github.com/patrickjquinn/P-Brain.ai - fc1d2bf00d9db1d4e7be51b093398bc587b7c8ae authored over 7 years ago by [email protected] <[email protected]>
Merge pull request #9 from syzer/master

ES2015 style

github.com/patrickjquinn/P-Brain.ai - 0aef68a485fdac48bfc2b2dfd9f78e1dfbc61ef1 authored over 7 years ago by patrickjquinn <[email protected]>
Added a minor correction to GH page

github.com/patrickjquinn/P-Brain.ai - 7d955204a8b259d60df9f21a41df7a54edde32be authored over 7 years ago by Patrick Quinn <[email protected]>
Expanded set timer functionality

github.com/patrickjquinn/P-Brain.ai - 96703ea813988c03a3638f0d397889f4eba550bf authored over 7 years ago by Tim Stableford <[email protected]>
Added https to GH page for fonts

github.com/patrickjquinn/P-Brain.ai - b044d926e470cb51335d17b328067eb2c588636a authored over 7 years ago by Patrick Quinn <[email protected]>
Merge pull request #8 from patrickjquinn/page

Added new gh page

github.com/patrickjquinn/P-Brain.ai - b69326242bc2ffb699ae2b12ffc19cc073465d0e authored over 7 years ago by patrickjquinn <[email protected]>
Added new gh page

github.com/patrickjquinn/P-Brain.ai - beec89dbd627a3122047764565c203a56f25350e authored over 7 years ago by Patrick Quinn <[email protected]>
Added RasPi client & MagicMirror info to README

github.com/patrickjquinn/P-Brain.ai - 391e6694019a910dbc1470f4e64261e0100f9a76 authored over 7 years ago by Patrick Quinn <[email protected]>
Added in response logging for later analysis and self-learning

github.com/patrickjquinn/P-Brain.ai - ce55a3b2a3955ba7c8228ad974cb836287cdfa04 authored over 7 years ago by Patrick Quinn <[email protected]>
Deleted my queries from the log.json (oops)

github.com/patrickjquinn/P-Brain.ai - 36aef56b0cab0ef47d900ef3de19727d1282e937 authored over 7 years ago by Patrick Quinn <[email protected]>
P-Brain.ai now logs user queries and support learning by saving classification for later use, next stop is manual training

github.com/patrickjquinn/P-Brain.ai - 6a7ee06cf286e9e79e16563ade1786e7752661a3 authored over 7 years ago by Patrick Quinn <[email protected]>
Added intent parsing to core-ask.js which will allow for skills to be much simplier and more accurate

github.com/patrickjquinn/P-Brain.ai - e5e459a688bed409081cbdc32ccd25e8bbe065e7 authored over 7 years ago by Patrick Quinn <[email protected]>
Added a space shuttle launch info skill to P-Brain.ai's skill set

github.com/patrickjquinn/P-Brain.ai - 7724bda539b250e8ac3cc91238f70fa51cbd4a85 authored over 7 years ago by Patrick Quinn <[email protected]>
Cleaned up the Fact skill for better readability, cleaned up the response parser and the core ask API

github.com/patrickjquinn/P-Brain.ai - b1287a3426f2013e0502e70d7f579c809829d5bb authored over 7 years ago by Patrick Quinn <[email protected]>
Added better error handling for empty responses on Facts skill

github.com/patrickjquinn/P-Brain.ai - 06228847f3986bf06e68ffd7f5235fefde4d7c41 authored over 7 years ago by Patrick Quinn <[email protected]>
Merge pull request #6 from anonrig/master

Add dependencies and fix yarn commands

github.com/patrickjquinn/P-Brain.ai - 84dd5ef26bf2b578ec25f0f8bf86bed74abbee74 authored over 7 years ago by patrickjquinn <[email protected]>
Add dependencies and fix yarn commands

github.com/patrickjquinn/P-Brain.ai - d731e3f8d557dbc080be7713b9d6715c2761458d authored over 7 years ago by Yagiz Nizipli <[email protected]>
Added new Yarn instructions to readme, did a quick server cleanup

github.com/patrickjquinn/P-Brain.ai - bd49ab87212e0f1eea9c20e72cd372ae3d3978fc authored over 7 years ago by Patrick Quinn <[email protected]>
Merge pull request #4 from anonrig/master

Add yarn for faster installation

github.com/patrickjquinn/P-Brain.ai - 9f59b905ab37d93a9590714f48e9d4842b3d1964 authored over 7 years ago by patrickjquinn <[email protected]>
Added a Termux bash script for running on Android devices

github.com/patrickjquinn/P-Brain.ai - 701e19c1ada17c221deeac572f0ed27aa59200cb authored over 7 years ago by Patrick Quinn <[email protected]>
Cont input from mic on support mobile browsers

github.com/patrickjquinn/P-Brain.ai - 16d1133b9ecdbc012fb10b3f73ad0e5d7ae72b41 authored over 7 years ago by Patrick Quinn <[email protected]>
Added speech rec in Chrome for android

github.com/patrickjquinn/P-Brain.ai - 3deee1a121c20925d3f891f444549b64b50d0468 authored over 7 years ago by Patrick Quinn <[email protected]>
Fixed slight syntax error with movie skill

github.com/patrickjquinn/P-Brain.ai - bba46ea1ebb90c833f0a055cdf3473c8ad1e5f82 authored over 7 years ago by Patrick Quinn <[email protected]>
Remove references to sync-request from skills, migrated all skills over to co-request instead

github.com/patrickjquinn/P-Brain.ai - 822e8d33cc32a1e7085ba4484b8db4ef4704627f authored over 7 years ago by Patrick Quinn <[email protected]>
Remove uneeded deps

github.com/patrickjquinn/P-Brain.ai - 0de88ef3777b2d6d27145ec3a67d03c09a20a960 authored over 7 years ago by Patrick Quinn <[email protected]>
Merge branch 'master' of https://github.com/patrickjquinn/P-Brain.ai

github.com/patrickjquinn/P-Brain.ai - bfc2bd3d111c8e0ed543c7a010e89aee096d9d05 authored over 7 years ago by Patrick Quinn <[email protected]>
Merged google skill with fact skill, moved remote requests to co-request from sync-request to make use of generators, small syntax and code santiy changes

github.com/patrickjquinn/P-Brain.ai - b99e5ce6ec3a4133f3c86f37546786546e011ee9 authored over 7 years ago by Patrick Quinn <[email protected]>
Merge pull request #3 from matueranet/docker

Added Dockerfile to run application in a container.

github.com/patrickjquinn/P-Brain.ai - fc0c83ecca1c08ed8258fcbe8e8fc3154fd53725 authored over 7 years ago by patrickjquinn <[email protected]>
Added Dockerfile to run application in a container.

github.com/patrickjquinn/P-Brain.ai - da7218e6eafd57c3d98f6aea7094904ff73e5862 authored over 7 years ago by matueranet <[email protected]>
Merge branch 'master' of https://github.com/patrickjquinn/P-Brain.ai

github.com/patrickjquinn/P-Brain.ai - 9e86635fbbd5727868e74e6a81d21c4e6cfc3fb0 authored over 7 years ago by Patrick Quinn <[email protected]>
Added fallbakc to weather skill, reduce the keywords used by the coin skill and added catch log to errors on response

github.com/patrickjquinn/P-Brain.ai - 5b090d0e9c90721567019d03cdf9da0c4e64db07 authored over 7 years ago by Patrick Quinn <[email protected]>
Merge pull request #2 from gitter-badger/gitter-badge

Add a Gitter chat badge to README.md

github.com/patrickjquinn/P-Brain.ai - bf35832245f96e3f5eccf609e712d638867f4033 authored over 7 years ago by patrickjquinn <[email protected]>
Add Gitter badge

github.com/patrickjquinn/P-Brain.ai - c6854883a7882e6265f2662244cb8ac001e874df authored over 7 years ago by The Gitter Badger <[email protected]>
Removed redundant server end-point

github.com/patrickjquinn/P-Brain.ai - d4124efc8d87a0243cbc8421dd8462b3491774d1 authored over 7 years ago by Patrick Quinn <[email protected]>
Clean up of the README

github.com/patrickjquinn/P-Brain.ai - a7e030e88ffa4641699217f25ed19173109954a7 authored over 7 years ago by Patrick Quinn <[email protected]>
Added youtube video to readme and increased the confidence treshold for queries.

github.com/patrickjquinn/P-Brain.ai - 7f842dbdbd53b1bd81fa537ce6af771e733cd08c authored over 7 years ago by Patrick Quinn <[email protected]>
Added in api key for openweatherdata into config

github.com/patrickjquinn/P-Brain.ai - 25d19aec083c749900d72cf8c9c8c14ac7a6bacd authored over 7 years ago by Patrick Quinn <[email protected]>
Fixed issue where config was being treated as a function when its actually and object

github.com/patrickjquinn/P-Brain.ai - 80d4d8817eff1b10e639f140c4259dbc634b24f6 authored over 7 years ago by Patrick Quinn <[email protected]>
Added more readable readme

github.com/patrickjquinn/P-Brain.ai - afe673cd53e9dae566e1e5d573a51eedea28e46e authored over 7 years ago by Patrick Quinn <[email protected]>
Added more readable readme

github.com/patrickjquinn/P-Brain.ai - 179799a368586b6c6b4b5174045738828422ff46 authored over 7 years ago by Patrick Quinn <[email protected]>
Added more readable readme

github.com/patrickjquinn/P-Brain.ai - b0d4152a3071ae461de2be33e9d31de2bf9bd23e authored over 7 years ago by Patrick Quinn <[email protected]>
Added more readable readme

github.com/patrickjquinn/P-Brain.ai - f650e9261b0e60730d46460c568be06435582159 authored over 7 years ago by Patrick Quinn <[email protected]>
Added new structure and skills system, updated readme

github.com/patrickjquinn/P-Brain.ai - a878c6da2325cd2c40e09d2cd364db241760508d authored over 7 years ago by Patrick Quinn <[email protected]>
Added new structure and skills system, updated readme

github.com/patrickjquinn/P-Brain.ai - b054e2879c1451fc3931f24de0e4b2c1253536e6 authored over 7 years ago by Patrick Quinn <[email protected]>
Added new structure and skills system, updated readme

github.com/patrickjquinn/P-Brain.ai - bbccd28bcc2c0179ba048b0ac91d3ddad7eb91c0 authored over 7 years ago by Patrick Quinn <[email protected]>
Added new structure and skills system, updated readme

github.com/patrickjquinn/P-Brain.ai - d66485807fee27e7d2402aaa0d1459d847937831 authored over 7 years ago by Patrick Quinn <[email protected]>