Giter VIP home page Giter VIP logo

rasa-voice-interface's Introduction

Rasa Voice Interface

A simple open source web interface for building voice assistants with Rasa. The interface records the voice input by connecting to the microphone enabled on your browser and autoplays the response generated by Rasa.

This is an alpha release of this voice interface. Community contributions are very welcome.

๐Ÿค– How to install and run the Rasa voice interface

Necessary dependencies:

This is how you get the interface downloaded and ready to run:

git clone https://github.com/RasaHQ/rasa-voice-interface.git
cd rasa-voice-interface
npm install

And finally start the project with:

npm run serve

After that, the interface will start running on port 8080 and listen to port 5005. Launch the voice interface by pointing your browser to https://localhost:8080.

Which ASR systems can you use with this interface?

You can use this interface with any ASR systems you like. We tested this interface by integrating it with Mozilla DeepSpeech and Mozilla TTS components. A step-by-step implementation of this implementation is documented here.

How to connect your Rasa assistant to this interface

To connect your own assistant to Rasa voice interface, you will need a connector. You can find an example implementation of a custom connector in this tutorial. To adapt the interface to your project, you can change the welcome message by editing the App.vue and store.js files.

Authors

Developed by INTEGR8 dev team, maintained by Rasa.

๐ŸŽ License

Licensed under the Apache License, Version 2.0. Copyright 2019 Rasa Technologies GmbH. Copy of the license.

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.