Recorded SAPI utterances
Hi I have a question regarding output from SAPI. I am using a Python module PYTTSX3 (https://github.com/nateshmbhat/pyttsx3) This allows you to do local TTS using the OS underlying TTS technology, in this case, SAPI. The module allows you to record the utterances from the TTS. I am in the process of creating a dataset for voice AI by recording keywords uttered by the TTS engine.
My aim is to:
- Use the dataset to create a keyword detection AI for a client - the dataset will be uploaded to a cloud platform and others can clone the project and dataset.
- Make the dataset open to researchers who may want to work on similar problems in the medical industry.
My process is,
- loop through my keywords
- use PYTTSX3 to record the utterances
- use the utterances to train a model online, the project and data can be cloned by others
- publish the dataset to a platform such as Kaggle where others can download it
I have not been able to find anything related to the restrictions of this use case. Please could you let me know if it is possible for me to do the above.
Regards
,