Really cool! Perhaps you could also take a look at what we are building at https://snips.ai (disclaimer: I'm a co-founder) to make a 100% on-device and private-by-design Voice AI which runs even on a RaspberryPi 3 it would be awesome to do this on a raspi, without requiring internet connection!
Voice Coder – Alexa skill to code by voice
11–20 of 45 posts
Re: Voice Coder – Alexa skill to code by voice
#12Really cool! Perhaps you could also take a look at what we are building at https://snips.ai (disclaimer: I'm a co-founder) to make a 100% on-device and private-by-design Voice AI which runs even on a RaspberryPi 3 it would be awesome to do this on a raspi, without requiring internet connection!
Is it possible to get started without creating an account on your website? I couldn't figure out how, but I figured there must be a way if it's "100% on-device".
Re: Voice Coder – Alexa skill to code by voice
#13Really cool! Perhaps you could also take a look at what we are building at https://snips.ai (disclaimer: I'm a co-founder) to make a 100% on-device and private-by-design Voice AI which runs even on a RaspberryPi 3 it would be awesome to do this on a raspi, without requiring internet connection!
Great idea. I really like idea of not requiring an internet connection. Self contained projects are more reliable and portable. Also this project is aimed towards students so privacy is a real concern. The way I built it should be easy to use another voice ai input. The Alexa module of the code just passes the commands to the Core logic. It's all built in node.js. I built this for Alexa Skills Challenge: Tech for Goo…
(No affiliation)
Re: Voice Coder – Alexa skill to code by voice
#14Earlier quoted context omitted.
The game template supplies the available events/action/value. The Game Creator guides you through the available options supplied by the template. It then tries to use a human speech like interface to receive the input, the game logic. Currently there is only one game template. Each new game template would need to supply it's own possible events/actions/values to suit it's needs. A game template looks something like t…
Is this the template for the example? If so where does the logic for columns of boxes and stars come from?
I plan to add more game templates with the create object command for more advanced users. You can set it's properties, game physic values and so on. The game itself will need to implement and execute that command. The game template just tells the Game Creator what that current game supports. So the magic happens in the game code. Hit view source on the game if want to see it.
The project was built in a 2 weeks; server, Alexa integration, mini-game, and game creator logic. If the project gets any traction, I'd love to keep working on it.
Re: Voice Coder – Alexa skill to code by voice
#15Re: Voice Coder – Alexa skill to code by voice
#16Seems like the skill needs a lot of semantic knowledge. This is less coding than a meta game.
This is more like changing exposed parameters in Unity during gameplay for tweaking.
Re: Voice Coder – Alexa skill to code by voice
#17Really cool! Perhaps you could also take a look at what we are building at https://snips.ai (disclaimer: I'm a co-founder) to make a 100% on-device and private-by-design Voice AI which runs even on a RaspberryPi 3 it would be awesome to do this on a raspi, without requiring internet connection!
This looks neat! Is it possible to get started without creating an account on your website? I couldn't figure out how, but I figured there must be a way if it's "100% on-device".
I would like to make a version 100% on device. A few have suggest how.
Re: Voice Coder – Alexa skill to code by voice
#18Earlier quoted context omitted.
This looks neat! Is it possible to get started without creating an account on your website? I couldn't figure out how, but I figured there must be a way if it's "100% on-device".
You do not create an account on the website. Right now the only way is to open the Alexa skill and it will give you a 4 digit code for your game. After you open your game on the website you can continue adding rules to your game via Alexa. New game logic will update in the game in real time. I would like to make a version 100% on device. A few have suggest how.
Re: Voice Coder – Alexa skill to code by voice
#19Alexa: "Sorry, I don't know that"
Re: Voice Coder – Alexa skill to code by voice
#20Really cool! Perhaps you could also take a look at what we are building at https://snips.ai (disclaimer: I'm a co-founder) to make a 100% on-device and private-by-design Voice AI which runs even on a RaspberryPi 3 it would be awesome to do this on a raspi, without requiring internet connection!
This looks neat! Is it possible to get started without creating an account on your website? I couldn't figure out how, but I figured there must be a way if it's "100% on-device".