This commit is contained in:
Yannik Schmidt
2018-08-15 20:56:35 +02:00
commit 0eb65e4772
8 changed files with 51 additions and 0 deletions

6
python-server/s_input.py Normal file
View File

@@ -0,0 +1,6 @@
import speech
def analyse_file_by_path(file_path):
transcript = speech.analyse(file_path)
return transcript