Project

General

Profile

ANN: v0.7.1 - AI

Added by Josip Almasi about 2 months ago

New in v0.7.1:

- prompt Metakraft.ai to generate models
- RPM avatars for BotLibre chatbots
- Bot avatar animation
- Voice synthesis for chatbots
- Credit authors (finally)

Short presentation: https://www.youtube.com/watch?v=xwBDXMiN8EI

New client-side compontent, BotController, manages actions on bot avatar. Performs speech synthesis, though it's not 3D (limitation of web speech API). It also analyzes text that the bot sends, and optionally triggers some avatar animation.
New server-side component, MetakraftController, forwards prompts to metakraft.ai API. Prompts only so far, refinement and other functions aren't implemented yet. On the client side, that's another button and input form in WorldEditor.
Last but not least, crediting authors is finally implemented: whatever is currently in the scene, and contains sketchfab-style author metadata, will be analyzed and information displayed in textbox once credits button is pressed.