Giter VIP home page Giter VIP logo

mouh19 / android-aws-architecture-components-dialogflow-chatbot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from veeshostak/android-aws-architecture-components-dialogflow-chatbot

0.0 0.0 0.0 4.49 MB

Android chatbot using: Dialogflow (Api.ai) for machine learning & NLP, AWS DynamoDB NoSQL Database, DynamoDB Object Mapper, AWS Cognito Identity. Android Architecture Components: Room Persistence Library, ViewModel, Live Data. MVVM Architecture Pattern

License: MIT License

Java 100.00%

android-aws-architecture-components-dialogflow-chatbot's Introduction

android-aws-architecture-components-dialogflow-chatbot

Android chatbot using:

  • Dialogflow (Api.ai) for machine learning & NLP

  • AWS DynamoDB NoSQL database for storage with DynamoDB Object Mapper (lets us map client-side classes to DynamoDB tables, perform CRUD operations, and execute queries)

  • AWS Cognito Identity to create unique identities for users and authenticate them for secure access to DynamoDB

  • Android Architecture Components:

    • Room Persistence Library (provides an abstraction layer over SQLite) (compile-time verification of raw SQL queries, supports observable queries which return LiveData objects)

    • ViewModel (exposes the required data and interested parties can listen to it) (ViewModels do not contain code related to the UI. This helps in the decoupling of our app components) (also allows data to survive configuration changes such as screen rotations. )

    • LiveData (an observable data holder class) (it's lifecycle-aware, ensuring LiveData only updates app component observers that are in an active lifecycle state.)

Fiona AI Chat

Keep yourself entertained! Talk about anything with Fiona, as she grows smarter with every interaction.


Screenshots

Contributing

Code & Issues

If you wish to contribute to the app please fork the project and submit a pull request. If possible make the PR on the develop branch.

You can trace the status of known issues on Github Issues,

Licensing

Fiona AI Chat is licensed under the MIT License.

android-aws-architecture-components-dialogflow-chatbot's People

Contributors

veeshostak avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.