This adds an NLP capability to your gmail account to send payment to GPP.
Make sure you have docker installed and git.
Clone the repository
If you already cloned and want to update use
git pull
git clone https://github.com/kepicorp/AIGmail.gitAssuming you registered an app at fusion fabric developer website, configure your client_id, client_secret and token_endpoint in docker-compose.yml file (you have a sample file as docker-compose.yml.sample)
CLIENT_ID=XXXX
CLIENT_SECRET=YYYY
TOKEN=https://api.fusionfabric.cloud/login/v1/sandbox/oidc/tokenRun the docker compose
to build image add
---buildat the end of the command line
docker-compose upThe back-end is now running on http://localhost:5001
Go in the extension menu in chrome
And then load unpacked extension by clicking on load unpack and selecting the chrome folder in your git repository.
Make sure you ticked the developer toggle top right
Open your gmail account.
Create a new email.
Type in the body of the email:
I want to send 500 USD from AccountA to AccountB
It should automatically flag everything required.


