The central objective of this project is to develop a firefox addon for interacting with SUSI AI chatbot using WebExtension APIs.
Susi is an artificial intelligence combining pattern matching, internet data, data flow principles and inference engine principles. It has reflection abilities and it will be able to remember the users input to produce deductions and a personalized feed-back. Its purpose is to explore the abilities of an artificial companion and to answer the remaining unanswered questions.
We noticed that users don't want to open susi web chat everytime and would prefer to interact with SUSI while staying on the current tab. So, we figured that a web extension will solve this problem.
$ git clone https://github.com/fossasia/susi_firefoxbot
$ cd susi_firefoxbot
$ cd src
- Clone this repository.
- Open
about:debugging
on mozzila firefox. - Enable add-on debugging.
- Load temporary-addon from
src
folder. - You will see an icon on the firefox's toolbar.
- Click on the icon and start interacting with SUSI.