Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork76
Natural language virtual assistant using Node.js + Bootstrap
License
patrickjquinn/P-Brain.ai
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Natural language virtual assistant using Node + Bootstrap
https://www.youtube.com/watch?v=4EF_qEYNNwU
- Node >= 10
- Python >= 2
- Yarn / npm
Install Yarnhttps://yarnpkg.com/en/docs/install
Clone repo, cd into its directory and typeyarn &yarn start
Add api info forhttp://openweathermap.org/api andhttps://newsapi.org/account toconfig/index.js
Open Chrome and enterhttp://localhost:4567/
SayHey Brain,Brain orOkay Brain followed by your query (i.eHey Brain, What is the weather in Paris).
Install Python:https://www.python.org/downloads/windows/
Install Node.js v6:https://nodejs.org/en/download/
Install Windows Build Tools:npm install --global --production windows-build-tools
Add a skill by creating a new folder with the name of your new skill and adding anindex.js.
Add functions forintent and{skill_name}_resp to that index, the latter contining the logic that will respond to a query. The{skill_name}_resp function must have a response type ofString
Inintent addreturn {keywords:['key 1','key 2'], module:'{skill_name}'} wherekeywords are the phrases you wish the skill to respond to and{skill_name} is the name of your new skill.
Addmodule.exports = {intent, get: {skill_name}_resp}; to the end of yourindex.js
Add that new folder to theskills directory in the project.
And bang, Brain will automatically import and enable your new skill!
For more detail on adding skills see the Wiki pageAdding Skills.
http://localhost:4567/api/ask?q={query}http://localhost:4567/http://localhost:4567/settings.htmlhttp://localhost:4567/users.html
The Raspberry Pi Client for this project is available here:https://github.com/patrickjquinn/P-Brain.ai-RasPi
Coming Soon!
https://github.com/timstableford/P-BrainAndroid
https://github.com/patrickjquinn/P-Brain.ai-iOS
You can run this application via Docker. Prequisites are that you have docker installedand cloned this repository locally. Then execute the following command to bring-up an instanceonhttp://localhost:4567:
docker-compose up --build
- One can ask brain about 'trip to mordor'
- or 'what is love'
This project exists thanks to all the people who contribute. [Contribute].
Become a financial contributor and help us sustain our community. [Contribute]
Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]
About
Natural language virtual assistant using Node.js + Bootstrap
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors12
Uh oh!
There was an error while loading.Please reload this page.

