327ff18726
linted a few modules, added a check that the language_code exists when calling Transcriber.transcribe, made that method non-abstract to do so. Added a test for this. Extracted a few things to fixtures.
zevav2019-07-18 12:19:42 +02:00
e7258f50c9
fixed docstring for 'list' option
zevav2019-07-17 20:27:02 +02:00
b01ca332e8
updated README and bumped version
zevav2019-03-25 23:16:43 +01:00
d8f90cd98a
Add support for other languages. Add CLI options for specifying language as well as for getting a list of supported languages. Add abstract method on vendor.py for language_list. Manually add list of language codes (_language_list and language_list) to Amazon. Manually add list of language codes to Google. Add 'name' attribute to each Transcriber
zevav2019-03-25 07:50:39 +01:00
956c70fee1
removed --name option from 'transcribe list' to keep things simple, made code neater for helpers.get_transcription_jobs
zevav2019-03-06 23:28:46 -05:00
2767f2ff55
updated README, setup.py, and fixed#27zevav2019-03-06 23:22:36 -05:00
d431d6aa0d
made STT_SERVICES dynamic based on vendors.__init__, updated calling code accordingly
zevav2019-02-20 11:12:45 -05:00
24920a52f8
made config work a little better, changed vendor class name to Transcriber. added demo gif
zevav2019-02-20 10:43:21 -05:00
9e2f894187
changed credentials to config in amazon, don't set up aws clients unless config exists. static -> classmethod for several in amazon
zevav2019-02-20 10:08:01 -05:00
3206dfad22
added Pipfile* to gitignire
zevav2019-02-19 21:08:58 -05:00
0d80bcfe04
made a lot of methods static in amazon.py, made printouts a little nicer in CLI, and dealt with AWS credential error by asking the user to configure aws themselves.
zevav2019-02-12 21:08:33 -05:00
6ceb88c591
fixed README, spruced up setup.py
zevav2019-02-12 20:46:12 -05:00
355327afd7
added descriptions to setup.py
zevav2019-02-12 20:18:08 -05:00
ae722a79f1
tweaking setup.py to make it work via pip
zevav2019-02-12 19:51:46 -05:00
8a8ac24c73
changed dir structure and modified setup.py to use tatt package
zevav2019-02-12 19:45:11 -05:00