Skip to content

Instantly share code, notes, and snippets.

@chiragw15
Last active September 3, 2017 02:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chiragw15/0631223836130601d9f94ed7a887042f to your computer and use it in GitHub Desktop.
Save chiragw15/0631223836130601d9f94ed7a887042f to your computer and use it in GitHub Desktop.
Final Project Report for GSoC 2017 - chiragw15

GSoC 2017 - SUSI Android, SUSI Server, SUSI Skill Data - Chirag Wadhera - FOSSASIA

This GSoC, I worked on SUSI.AI Android App, SUSI.AI Server and SUSI.AI Skill Data.

GSoC Project Link

SUSI Android App:

An Android client to provide intelligent answer using SUSI.AI infrastructure. This app allows the user to query with SUSI.AI and displays responses in a visually appealing way. Worked on improving the app and adding various features to it.

Github Repo - SUSI Android

Get it on Google Play

This app contains following features:

  • Login and signup functionality so that user can query with SUSI.AI privately.
  • Forgot password and Reset password functionality.
  • Anonymous mode that allows the user to query with SUSI.AI anonymously.
  • Feedback feature to rate SUSI.AI Skills.
  • Implement functionality to render following action types:
    • Answer
    • Anchor
    • RSS
    • WebSearch
    • Map
  • Allow user to query with SUSI.AI using speech and provide SUSI.AI reply in a speech format.
  • Store user's setting on the server and retrieve from the server when user login.
  • Hotword Detection using Snowboy voice detection library.
  • Skill Listing of all SUSI.AI skills so that user can browse through all skills and try them on the chat interface.
  • Hotword training functionality to train the hotword with the user's voice.

Along with this, we used Model View Presenter (MVP) architecture and Kotlin, the official language of Android. We have followed best practices for Android and maintained high standards in terms of code quality and structure so that there is no compromise in app performance and stability. We have also improved the overall UI of the app.

Screenshots


SUSI Server:

Worked on implementing some API endpoint, fixing general bugs and auto deploying Server on Google Cloud Platform using Kubernetes and Travis CI after each commit.

Github Repo - SUSI Server

The main task which was assigned to me on the Server was to auto deploy both master and development branch of server on Google Cloud Platform using Kubernetes and docker images after each Travis build on a successful PR merge. The deployment links are currently active:


SUSI Skill Data:

A repo containing SUSI.AI skills. Worked on implementing certain skills for SUSI.AI.

Github Repo - SUSI Skill Data

The main aim of this repo is to provide a storage area for SUSI.AI skills. There are many skills in this repo. I contributed in this as well making some of the SUSI.AI skills.

My Contributions

SUSI Android

SUSI Server

SUSI Skill Data

Additional Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment