Chatbot designer

  • 51 Replies
  • 20853 Views
*

Bragi

  • Trusty Member
  • ********
  • Replicant
  • *
  • 564
    • Neural network design blog
Chatbot designer
« on: July 02, 2011, 04:36:14 pm »
Hello everyone.
I just published a new post on my blog about the new direction that the project is heading to
Looks pretty cool he?

*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6858
  • Mostly Harmless
Re: Chatbot designer
« Reply #1 on: July 02, 2011, 05:40:07 pm »
Pretty cool indeed, I think you have opened things up to a much wider audience now 8)

I'm looking forward to developments and thanks for the compliment on the visimes :)

P.S. liked the moving hair too  O0

*

squarebear

  • Trusty Member
  • *********
  • Terminator
  • *
  • 868
  • It's Hip to be Square
Re: Chatbot designer
« Reply #2 on: July 03, 2011, 10:17:30 pm »
I like it a lot. Is it possible to pipe any text through her? I'm thinking along the lines of a server based AIML bot that speaks the responses.
Feeling Chatty?
www.mitsuku.com

*

Bragi

  • Trusty Member
  • ********
  • Replicant
  • *
  • 564
    • Neural network design blog
Re: Chatbot designer
« Reply #3 on: July 04, 2011, 08:00:21 am »
I like it a lot. Is it possible to pipe any text through her? I'm thinking along the lines of a server based AIML bot that speaks the responses.

Thanks. No not really. Pure AIML will have to be transformed a bit, though the brainfiles are in xml format, the pattern language is more like that of the PF (but more features, easier to read), so the pattern matcher works a little different then that of AIML (more specifically, no unnamed wildcards, a pattern can start anywhere in a sentence, more operators, great and easy memory functionality ...).
The idea is that you edit your bot in the windows app and then, when you are ready, upload the brain to your website. Though that bit isn't implemented yet.

Also, the current animations can still be improved upon. there is a way for the characters to move the heads while speaking, just takes lots of renders and some tweaking of the engine.


*

Bragi

  • Trusty Member
  • ********
  • Replicant
  • *
  • 564
    • Neural network design blog
Re: Chatbot designer
« Reply #4 on: August 11, 2011, 06:02:48 pm »
I've made a new video of the second character:

Pretty cool he.
and here's a new post with some more details of the project: http://janbogaerts.name/index.php/2011/08/11/mika/

*

Art

  • At the end of the game, the King and Pawn go into the same box.
  • Trusty Member
  • **********************
  • Colossus
  • *
  • 5865
Re: Chatbot designer
« Reply #5 on: August 11, 2011, 10:46:48 pm »
Very nice job with Mika!! Animations were kind of brief but quite smooth and fluid.
The character has a cuteness that soon grows on the user I'd imagine. Definitely
worth developing to a further degree, especially in the AI department. O0 O0
In the world of AI, it's the thought that counts!

*

Bragi

  • Trusty Member
  • ********
  • Replicant
  • *
  • 564
    • Neural network design blog
Re: Chatbot designer
« Reply #6 on: August 12, 2011, 07:38:56 am »
Thanks. I also liked the drawings very much. Yes, the current demo doesn't show much AI, I primarily made it to show the guy who made the drawings how his work looks like in motion.

*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6858
  • Mostly Harmless
Re: Chatbot designer
« Reply #7 on: August 13, 2011, 12:14:16 pm »
Looking good :)  I like how you have the eyes working now too, did you recode the character engine ?

*

Bragi

  • Trusty Member
  • ********
  • Replicant
  • *
  • 564
    • Neural network design blog
Re: Chatbot designer
« Reply #8 on: August 13, 2011, 01:32:15 pm »
Yes and no. The continuous eye movement while talking was already possible in the previous version. Under the 'backgroundAnimations', Tara has a definition for the hair animation. This can be used for the eyes as well, but with a different loop style. The hair is a 'VariableJojo', but there is also 'FrontToBack' and in the latest version 'VarTimer' which can be used for the eyes. (all still very much undocumented stuff). But I did rewrite the char-engine a couple of times (4 in total), to get the visemes working as good as possible for as many voices as possible. It turns out that, for some voices, there are subtle differences between the 'managed' and native speech api's (usualy, the native version has better timing   :tickedoff: ).
In fact, when I think about it, every part of the app has already been rewritten a couple of times.

*

Art

  • At the end of the game, the King and Pawn go into the same box.
  • Trusty Member
  • **********************
  • Colossus
  • *
  • 5865
Re: Chatbot designer
« Reply #9 on: August 13, 2011, 01:42:45 pm »
Jan,

I was thinking that Mika would be an ideal character to read books, stories, poems, etc., to children.
They would very easily grow attachments to her character and personality (when developed).

Just some food for thought. O0
In the world of AI, it's the thought that counts!

*

Bragi

  • Trusty Member
  • ********
  • Replicant
  • *
  • 564
    • Neural network design blog
Re: Chatbot designer
« Reply #10 on: August 13, 2011, 02:05:23 pm »
Some of here expressions also reminded me of my (what's the opposite of uncle?).
Just thinking out loud: if you have the story/text in digital form, you could transform it into an xml file, with proper tags that the bot understands (topic files), add some ssml tags for the facial expressions and import that into the bot (or import, then add tags, also possible). and voila, a story telling bot.
Perhaps with each chapter or page divided as a topic, all linked, to be told in sequence, with a pause in between. I could probably create a default template topic file for that.

*

mendicott

  • Bumblebee
  • **
  • 28
    • Meta-Guide.com
Re: Chatbot designer
« Reply #11 on: August 13, 2011, 02:56:20 pm »
There are lots of ePub format readers (text-to-speech) available now for tablets and mobile apps (Kindle etc).  The real challenge is making "interactive talking books" that children can ask questions to.  ;^)  And, its not just about making one book interactive, but about a system that can digest any book (ePub) and convert it into a knowledgebase for the conversational agent.

*

Bragi

  • Trusty Member
  • ********
  • Replicant
  • *
  • 564
    • Neural network design blog
Re: Chatbot designer
« Reply #12 on: August 13, 2011, 03:27:18 pm »
True, though you have to start somewhere.

*

Freddy

  • Administrator
  • **********************
  • Colossus
  • *
  • 6858
  • Mostly Harmless
Re: Chatbot designer
« Reply #13 on: August 14, 2011, 11:59:11 am »
Yes, don't try to run before you can walk  ;)

*

Bragi

  • Trusty Member
  • ********
  • Replicant
  • *
  • 564
    • Neural network design blog
Re: Chatbot designer
« Reply #14 on: August 22, 2011, 07:28:59 am »
I've made 2 new videos. the first shows an initial AI feature: complete the sequence, which is all done using a single rule and some thesaurus look-ups, more info on my homepage. (probably best viewed in full screen, hd, so you can see the letters).

The second is a small debug session that shows how the network performs this little trick (neural code). this video is narrated (my terrible voice).

 


AI controlled F-16, for real!
by frankinstien (AI News )
May 04, 2024, 01:04:11 am
OpenAI Speech-to-Speech Reasoning Demo
by MikeB (AI News )
March 31, 2024, 01:00:53 pm
Say good-bye to GPUs...
by MikeB (AI News )
March 23, 2024, 09:23:52 am
Google Bard report
by ivan.moony (AI News )
February 14, 2024, 04:42:23 pm
Elon Musk's xAI Grok Chatbot
by MikeB (AI News )
December 11, 2023, 06:26:33 am
Nvidia Hype
by 8pla.net (AI News )
December 06, 2023, 10:04:52 pm
How will the OpenAI CEO being Fired affect ChatGPT?
by 8pla.net (AI News )
December 06, 2023, 09:54:25 pm
Independent AI sovereignties
by WriterOfMinds (AI News )
November 08, 2023, 04:51:21 am

Users Online

389 Guests, 0 Users

Most Online Today: 422. Most Online Ever: 2369 (November 21, 2020, 04:08:13 pm)

Articles