Commit Graph

67 Commits

Author SHA1 Message Date
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
2019-03-25 07:50:39 +01:00
c97ec79ece bumped version 2019-03-08 22:09:14 -05:00
62ecfc9a72 added helper to get transcript type 2019-03-08 21:26:56 -05:00
82efb77ff2 fixed #49, fixed #52 2019-03-08 11:35:05 -05:00
9952f5fe4b added speaker diarization for amazon, not in CLI yet 2019-03-07 23:38:29 -05:00
d029e6ccea removed txt files 2019-03-07 17:58:35 -05:00
5b7a05379f fixed #42, fixed #43, got sample rate programmatically 2019-03-07 17:58:27 -05:00
2c93d4724f removed txt files 2019-03-07 16:59:49 -05:00
0a2f46f971 fixed #32, fixed #35, use_enhanced in Google STT by default, as well as the best ('video') model 2019-03-07 16:59:29 -05:00
ab6e381ebf bumped setup.py 2019-03-06 23:58:01 -05:00
c2c93949bd updated README 2019-03-06 23:42:37 -05:00
a336aa4c1d small bug 2019-03-06 23:35:57 -05:00
956c70fee1 removed --name option from 'transcribe list' to keep things simple, made code neater for helpers.get_transcription_jobs 2019-03-06 23:28:46 -05:00
2767f2ff55 updated README, setup.py, and fixed #27 2019-03-06 23:22:36 -05:00
e19128f46c removed pickle file 2019-03-06 22:58:17 -05:00
7a61e5d729 google is working 2019-03-06 22:58:06 -05:00
8a29f36cf0 google partially working 2019-03-06 00:47:56 -05:00
6de786fb35 added stub of google vendor 2019-03-05 19:18:16 -05:00
7dff0121dd set up abstract base class 2019-03-05 19:04:48 -05:00
b858e7def0 status is working 2019-02-21 00:09:28 -05:00
ac278f2d18 added some tests, removed some unused methods on vendors/amazon 2019-02-20 21:30:30 -05:00
12297a321f ../.. 2019-02-20 13:28:20 -05:00
e6ff3fed1d removed extraneous dry_run arg, added 'status' CLI option 2019-02-20 13:26:10 -05:00
eaf0dc4cc3 made output pipeable hopefully, added 'pretty' option for 'get' in CLI 2019-02-20 12:52:39 -05:00
8383e6ebb3 fixing writing ot file 2019-02-20 12:31:31 -05:00
7407a1ecd6 ../.. 2019-02-20 12:20:38 -05:00
e2620ade65 using click.echo's built in file-handling 2019-02-20 12:16:23 -05:00
d5ce3d6583 formatted json transcript 2019-02-20 12:03:42 -05:00
226c645a6b bug fixes and back to pprint for JSON output 2019-02-20 11:51:58 -05:00
797f5a3bfe move getting trasncripts logic to helpers 2019-02-20 11:39:16 -05:00
2a3b85a8b5 renamed STT_SERVICES to SERVIES 2019-02-20 11:21:33 -05:00
af63c053a6 fixed README 2019-02-20 11:17:36 -05:00
666aba3d56 bugs 2019-02-20 11:16:42 -05:00
d431d6aa0d made STT_SERVICES dynamic based on vendors.__init__, updated calling code accordingly 2019-02-20 11:12:45 -05:00
24920a52f8 made config work a little better, changed vendor class name to Transcriber. added demo gif 2019-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 2019-02-20 10:08:01 -05:00
3206dfad22 added Pipfile* to gitignire 2019-02-19 21:08:58 -05:00
56b226c847 ../.. 2019-02-19 13:53:42 -05:00
4e4163da35 removed unnecessary 'name' variable in tatt/__init__.py 2019-02-19 13:51:39 -05:00
54e9b1dec9 fixed #17. 2019-02-17 20:59:14 -05:00
7f905f7f2f $ 2019-02-12 21:30:08 -05:00
5b37401b0f ../.. 2019-02-12 21:29:19 -05:00
d60ab20607 ../.. 2019-02-12 21:28:45 -05:00
5001cfbbd6 small fix to README 2019-02-12 21:27:59 -05:00
04f506868c removed json files 2019-02-12 21:26:55 -05:00
2f175df006 more output in README 2019-02-12 21:26:41 -05:00
88faa75274 started adding output to code blocks in README 2019-02-12 21:19:39 -05:00
1ba60b0df2 bumped setup.py 2019-02-12 21:09:37 -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. 2019-02-12 21:08:33 -05:00
6ceb88c591 fixed README, spruced up setup.py 2019-02-12 20:46:12 -05:00