Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.46 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.46 KB

Conversational-Chatbot-SOC2020

This is a Summer of Code Project done by me under WnCC IITB.

The Project implements a Conversational Chatbot in Android and using a Flask based backend API.

Implementation Details:

Deep Learning Model:

  • Encoder Decoder architecture with Attention mechanism.

Android Studio:

  • The chats are stored and retrieved from firebase database.
  • These chats are then rendered in a recycler view .
  • API calls are handled by the Retrofit library.

Backend:

  • A simple backend API in Flask.

Hosting:

  • The backend server is hosted on AWS EC2 instance.

Author

Created by Aaron Jerry Ninan (aaroncodebro). May 2020