calpoly-csai / swanton

Swanton Pacific Ranch chatbot with a knowledge graph
MIT License
3 stars 1 forks source link

Convert QA Pairs CSV to Yaml Files #18

Open chidiewenike opened 3 years ago

chidiewenike commented 3 years ago

Objective

Takes the QA pair CSV and outputs the necessary yaml files to train the Rasa model.

Key Result

Produces yaml files needed to train a Rasa model.

Details

The program will take the path to the QA pair CSV as a cmd-line argument and generate the yaml files as a result. Testing will be done by taking the output yaml files and testing them on the Rasa Playground. Once confirmed on the playground, a model will be trained on the Raspberry Pi to be used for the final product.