Skip to content
/ gaia Public

Chatbot mobile app (Dialogflow, Ionic, Firebase)

Notifications You must be signed in to change notification settings

Kagigz/gaia

Repository files navigation

Gaia - Chatbot application for people with Alzheimer's

January 2018 - Today

Chatbot mobile app made with Ionic, using the dialogflow API and firebase.

Video

Video of what the app looks like for now: https://youtu.be/q0h4v9mNRNA

/!\ It's not finished yet.

Blog posts

Run it on your device

  1. Install node.js

  2. Create a new project on firebase

  3. Click on "Add Firebase to your web app" in the firebase console

  4. Copy these lines

var config = {
    apiKey: "XXXXXXXXXXXX",
    authDomain: "XXXXXXXXXXXX",
    databaseURL: "XXXXXXXXXXXX",
    projectId: "XXXXXXXXXXXX",
    storageBucket: "XXXXXXXXXXXX",
    messagingSenderId: "XXXXXXXXXXXX"
  };
  1. In the src folder, create a new file (firebase_config.ts) and paste your credentials

  2. Go into the application folder, open a terminal and run

npm install
  1. Plug your phone and run
ionic cordova run platform

If you have an android, platform = android. If you have an iPhone, platform = ios.

About

Chatbot mobile app (Dialogflow, Ionic, Firebase)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published