https://github.com/repalash/ibm_watson_challenge
https://github.com/repalash/ibm_watson_challenge
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/repalash/ibm_watson_challenge
- Owner: repalash
- Created: 2017-03-14T17:37:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T07:44:06.000Z (over 9 years ago)
- Last Synced: 2025-08-26T07:27:06.322Z (10 months ago)
- Size: 153 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IBM_Watson_Challenge
**Technical Architecture Diagram**

**Intents in CSV:(also attached along)**
```
What is my balance?, balance_enquiry
How much money do I have in my account?. balance_enquiry
Whats my account balance?, balance_enquiry
Account balance please., balance_enquiry
Send my account details to my email., account_statement
Send my statement for the last one year to my email account., account_statement
email me my statement for the last month., account_statement
I want to transfer funds to another account., fund_transfer
please transfer 5000 rs to my friends account., fund_transfer
how do i transfer money to another account., fund_transfer
What is the process to transfer money to another bank account?., fund_transfer
I want to open an FD., fd_opening
Whats the process to open an FD?, fd_opening
Can I open an FD from here?, fd_opening
How do I open an FD account?, fd_opening
I want to topup my phone., mobile_recharge
Please recharge my phone balance, mobile_recharge
My phone balance is low I want to add money, mobile_recharge
Make phone recharge of Rs 100, mobile_recharge
Can I add money to my phone from here?, mobile_recharge
I want to ask for a loan., byom_lones
What is the procedure to get a loan from bank?, byom_loans
What is be your own master loans, byom_loans
Guide me through getting a loan, byom_loans
I am requesting for a loan please process it, byom_loans
```
**Languages:**
We will be basically using python for the backend. We will us the facebook messenger SDK for python for the user interface. We will use the watson's RESTful API called via our python backend. Our backend will be in flask which is a BSD licensed microframework for Python based on Werkzeug, Jinja 2. Some of our code will also be in C to perform high performance modelling.
We will be hosting our main code of backend on the IBM bluemix, it will also be the main point of contact for the following IBM services that we will use.
- IBM Watson for the powerful natural language processing APIs
- IBM Cloudant DB to store all the queries and logs
- IBM Watson translation API to integrate more languages like Hindi for users who recently enrolled after Pradhan Mantri Jan Dhan Yojna.