bfackland / replica_dialog_generator

🗣 Auto-generate dialog audio files using the Replica Studios 'AI Voices' API using Rasa's responses.yml file format.
GNU General Public License v3.0
5 stars 0 forks source link

Path to responses.yml and output dir shouldn't be hard-coded #1

Open bfackland opened 3 years ago

bfackland commented 3 years ago

Currently:

Need to update generate_dialog.py to take the dialog directory and 'responses.yml' path as arguments (e.g. 'responses.yml' could be in a different location such as 'data' or project folder).