This website requires JavaScript.
Explore
Help
Sign In
malarinv
/
jasper-asr
mirror of
https://github.com/malarinv/jasper-asr.git
Watch
1
Star
0
Fork
You've already forked jasper-asr
0
Code
Issues
Releases
Wiki
Activity
d87369c8fe
jasper-asr
/
streamlit.py
4 lines
97 B
Python
Raw
Normal View
History
Unescape
Escape
1. added streamlit based validation ui with mongodb datastore integration 2. fix asr wrong sample rate inference 3. update requirements
2020-04-29 08:56:11 +00:00
import
runpy
refactored module structure
2020-05-21 11:17:45 +00:00
runpy
.
run_module
(
"
jasper.data.validation.ui
"
,
run_name
=
"
__main__
"
,
alter_sys
=
True
)