Skip to content

danspeech/danspeechdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

danspeechdemo

DanSpeech demo.

This is a demo that demonstrates some of the functionality of the danspeech python package.

Installation

Note that the demo includes some functionality of Danspeech that requires PyAudio and ctcdecoce.

For the best possible experience, please download and install these libraries as well!

Else, the following will enable danspeech.

$ pip install danspeech
$ pip install django
$ git clone https://github.com/danspeech/danspeechdemo.git
$ cd danspeechdemo
$ pip install .

Usage

Now, execute a script or run from terminal as below:

$ python
>>> import danspeechdemo
>>> danspeechdemo.run_server()

The demo will then be live at http://127.0.0.1:8000.

This demo is currently under development!

Features not working correctly:

  • Streaming
  • Folketinget example

These features will be added as soon as possible.

Authors and acknowledgment

Main authors:

This project is supported by Innovation Foundation Denmark through the projects DABAI and ATEL

Other acknowledgements:

Releases

No releases published

Packages

No packages published