Giter Site home page Giter Site logo

lt2216-vt19's Introduction

Overview

You will have 4 labs:

TitleSessionPrelim. deadline
1Building a simple dialogue system in VoiceXML8/218/2
2ASR and NLU15/225/2
3TTS and NLG22/24/3
4Building a frame-based dialogue system in VoiceXML1/311/3

Spoken dialogue system architecture

from Lecture 1

./Figures/sds.png

in our case

./Figures/lab.png

Calling the application

using SIP

  1. Create an account in Linphone (https://www.linphone.org/free-sip-service.html)
  2. You will receive an email with your username and domain name
  3. Download SIP softphone (macOS: Telephone; iPhone/Android: SessionTalk SIP Phone; Windows: Ekiga, X-Lite, Linphone etc., Linux: Ekiga)
  4. Try it out: set up your account and dial [email protected]
  5. Check whether speech recognition is working

using the phone (optional)

031 786 5902

Call routing app (under development): /usr/local/voxeo/webapps/www/vt19/routing.xml

Server access

eduserv.flov.gu.se (with your student account)

static files

On the server side you should have an access to /usr/local/voxeo where you can find the webapps, logs, etc.

Static pages should be stored here: /usr/local/voxeo/webapps/www/vt19

dynamic files

You can use Python to generate VoiceXML files. See the example in /vxml-server folder. In order to access the sever from your local web browser you will need to forward server’s port. E.g.:

ssh -L8099:localhost:8099 eduserv.flov.gu.se

Managing applications in Voxeo

Prophecy Commander: http://eduserv.flov.gu.se:9996

Tips

  1. Set up your SSH key:
    • Generate your key with ssh-keygen: follow the GitHub guide
    • Once an SSH key has been created, the ssh-copy-id command can be used to install it as an authorized key on the server. (on Windows this would be slightly trickier)
  2. SSH config (~/.ssh/config) is very handy:
    Host eduserv
      HostName eduserv.flov.gu.se
      User <your-gus-username>
      LocalForward 8099 localhost:8099
        

lt2216-vt19's People

Contributors

vladmaraev avatar tzaeimzadeh avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.