Inspiration

I would like to know much more about bots in general and bot frameworks. Simply chosen out of curiosity.

What it does

It uses Microsoft's LUIS (a cognitive services for language understanding) to get the user's goal in order to answer their questions by calling an open REST API for STAR WARS film info.

How I built it

Using the Microsoft Bot Framework and LUIS, the bot is written in node.js

Challenges I ran into

I've started to learn JavaScript framework just a couple of months ago. Still full of bugs, I ran into some difficulities when receiving the callbacks from the API. So all its matching findings and answers are 'undefined'. I chose this for learning experience. When I trained one of the back-end service with luis.ai I was a bit inpatient, to input correct full human-like answers. Unfortunately it has learned from all kind of text inputs and replies (even gibberish keystrokes I wrote to), so instead of getting smarter it kept being dumb and dumber.

Accomplishments that I'm proud of

It's already accessible to the public, even in Facebook Messenger. The debugging was a nightmare :)

What I learned

To be more patient and agile :)

What's next for report-it

It is waiting for the user inputs. Whether it'll be smarter or dumber by collecting and learning. Might continue it as a hobby project.

Built With

Share this project:

Updates