AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

Data Visualisation
 
 

Hi there!

I’m doing a interview bot and questions will link other questions using > topic and {topic=newtopic}

So considering this information and other that we have on .rive files, we can create a project just to create visualizations based on this brain information.

My first ideia is to create a project using nodejs(express) and angular + d3plus (https://github.com/mariohmol/angular-d3plus).

The first visualization that i’m pretending to do is a network chart showing how topics are related. Ex.: http://d3plus.org/examples/advanced/8b478ec65252e6f2c9bc/

Considering that, i have some questions:

1. What you think in general about this project, it worth the work to do it?

2. What other visualizations can we create? (here some examples where we can base on)
http://d3plus.org/examples/

3. Would we create that in the aichaos repo ?

Bests!

 

 
  [ # 1 ]

Here is the first version, with network chart working.

https://github.com/mariohmol/rivescript-viz

 

 
  [ # 2 ]

Impressive! I too was thinking that the interactions need/should be visualized. And your spreadsheet idea is interesting. I was trying to visualize the grammar like this:
I want a dog
  cat
  horse
 
  to eat
  fly
  code

That way the user doesn’t have to keep repeating certain strings… the responses would match the key verb noun phrases.

 

 
  login or register to react