Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 760 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 760 Bytes

Alexa-currency-converter

logo

Skill set for Alexa to convert between currencies.

So far the model only accepts certain representations for each currency. For more information, check the file currency.js in the repository.

The skill has been certified by Amazon and published in the Alexa skill store.

If you want to replicate the project:

  • Define the skill in Amazon Alexa skill page.
  • Copy the interation files - the intent schema, the custom slot type and the sample utterances to train the model.
  • Upload the archive in a AWS Lambda function.
  • Test the model