All Projects → patrickjquinn → P Brain.ai

patrickjquinn / P Brain.ai

Licence: other
Natural language virtual assistant using Node.js + Bootstrap

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to P Brain.ai

Alexa Skills Kit Sdk For Java
The Alexa Skills Kit SDK for Java helps you get a skill up and running quickly, letting you focus on skill logic instead of boilerplate code.
Stars: ✭ 758 (+146.91%)
Mutual labels:  ai, skills, voice
Mycroft Core
Mycroft Core, the Mycroft Artificial Intelligence platform.
Stars: ✭ 5,489 (+1687.95%)
Mutual labels:  ai, skills
Warriorjs
🏰 An exciting game of programming and Artificial Intelligence
Stars: ✭ 8,673 (+2725.08%)
Mutual labels:  ai, skills
Voice Gender
Gender recognition by voice and speech analysis
Stars: ✭ 248 (-19.22%)
Mutual labels:  ai, voice
Tensorwatch
Debugging, monitoring and visualization for Python Machine Learning and Data Science
Stars: ✭ 3,191 (+939.41%)
Mutual labels:  ai
Alan Sdk Android
Alan AI Android SDK adds a voice assistant or chatbot to your app. Supports Java, Kotlin.
Stars: ✭ 278 (-9.45%)
Mutual labels:  voice
Competitive Programming Resources
Competitive Programming & System Design Resources.
Stars: ✭ 276 (-10.1%)
Mutual labels:  skills
Disgord
Go module for interacting with the documented Discord's bot interface; Gateway, REST requests and voice
Stars: ✭ 277 (-9.77%)
Mutual labels:  voice
Cleora
Cleora AI is a general-purpose model for efficient, scalable learning of stable and inductive entity embeddings for heterogeneous relational data.
Stars: ✭ 303 (-1.3%)
Mutual labels:  ai
Pyresparser
A simple resume parser used for extracting information from resumes
Stars: ✭ 297 (-3.26%)
Mutual labels:  skills
Yuka
JavaScript library for developing Game AI.
Stars: ✭ 290 (-5.54%)
Mutual labels:  ai
Oie Resources
A curated list of Open Information Extraction (OIE) resources: papers, code, data, etc.
Stars: ✭ 283 (-7.82%)
Mutual labels:  ai
Production Level Deep Learning
A guideline for building practical production-level deep learning systems to be deployed in real world applications.
Stars: ✭ 3,358 (+993.81%)
Mutual labels:  ai
Kendryte Standalone Sdk
Standalone SDK for kendryte K210
Stars: ✭ 280 (-8.79%)
Mutual labels:  ai
Basic Mathematics For Machine Learning
The motive behind Creating this repo is to feel the fear of mathematics and do what ever you want to do in Machine Learning , Deep Learning and other fields of AI
Stars: ✭ 300 (-2.28%)
Mutual labels:  ai
Program Y
Python 3.x based AIML 2.0 Chatbot interpreter, framework, related programs and knowledge files
Stars: ✭ 281 (-8.47%)
Mutual labels:  ai
Google Research
Google Research
Stars: ✭ 20,927 (+6716.61%)
Mutual labels:  ai
Deepvoice
Deep Voice: Real-time Neural Text-to-Speech
Stars: ✭ 297 (-3.26%)
Mutual labels:  voice
0xdeca10b
Sharing Updatable Models (SUM) on Blockchain
Stars: ✭ 285 (-7.17%)
Mutual labels:  ai
Blinkid Android
Everything you need to add AI-driven ID scanning into your native Android app.
Stars: ✭ 285 (-7.17%)
Mutual labels:  ai

P-Brain.ai - Voice Controlled Personal Assistant

Join the chat at https://gitter.im/P-Brain/Lobby Donate

Natural language virtual assistant using Node + Bootstrap

Screenshot

alt tag

Video Introduction To The Project

https://www.youtube.com/watch?v=4EF_qEYNNwU

Dependencies

  • Node >= 10
  • Python >= 2
  • Yarn / npm

Setup

Install

Install Yarn https://yarnpkg.com/en/docs/install

Clone repo, cd into its directory and type yarn & yarn start

Add api info for http://openweathermap.org/api and https://newsapi.org/account to config/index.js

Open Chrome and enter http://localhost:4567/

Say Hey Brain, Brain or Okay Brain followed by your query (i.e Hey Brain, What is the weather in Paris).

Install - Extra Windows Instructions

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

Skills

Adding Skills

Add a skill by creating a new folder with the name of your new skill and adding an index.js.

Add functions for intent 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 of String

In intent add return {keywords:['key 1','key 2'], module:'{skill_name}'} where keywords are the phrases you wish the skill to respond to and {skill_name} is the name of your new skill.

Add module.exports = {intent, get: {skill_name}_resp}; to the end of your index.js

Add that new folder to the skills directory in the project.

And bang, Brain will automatically import and enable your new skill!

API

For more detail on adding skills see the Wiki page Adding Skills.

Clients

Web Client

http://localhost:4567/api/ask?q={query} http://localhost:4567/ http://localhost:4567/settings.html http://localhost:4567/users.html

Raspberry Pi Client

The Raspberry Pi Client for this project is available here: https://github.com/patrickjquinn/P-Brain.ai-RasPi

MagicMirror+P-Brain

Coming Soon!

Android Client

https://github.com/timstableford/P-BrainAndroid

iOS Client

https://github.com/patrickjquinn/P-Brain.ai-iOS

Docker

You can run this application via Docker. Prequisites are that you have docker installed and cloned this repository locally. Then execute the following command to bring-up an instance on http://localhost:4567:

docker-compose up --build

Easter eggs

  • One can ask brain about 'trip to mordor'
  • or 'what is love'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].