Skip to content

Collection of scripts to convert 3rd party NLU models into the Voiceflow NLU model format

Notifications You must be signed in to change notification settings

voiceflow/model-import-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voiceflow NLU Model Import

Pass a supported model, get a Voiceflow NLU CSV out.

Usage

  1. Clone

  2. Install

    npm i

  3. Build

    npm run build

  4. Execute

    node build/bin.js -m <MODEL> -i <INPUT FILE> -o <OPTIONAL OUTPUT FILE>

Models

  1. dialogflow-cx
  2. einstein
  3. lex-v1
  4. nuance-mix
  5. rasa2
  6. watson

About

Collection of scripts to convert 3rd party NLU models into the Voiceflow NLU model format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published