Skip to content

ritamsarmah/geno

Repository files navigation

Geno

Geno is a developer tool for adding voice input modality to existing web apps without requiring significant NLP expertise. It provides a high-level workflow for developers to specify functionalities to be supported by voice (intents), create language models for detecting intents and the relevant information (parameters) from user utterances, and fulfill the intents by either programmatically invoking the corresponding functions or replaying GUI actions on the web app. Geno further supports multimodal references to GUI context in voice commands (e.g. "move this [event] to next week" while pointing at an event with the cursor).

Check out our UIST 2020 video to see Geno in action. See the paper, or documentation for more details.

Overview

Getting Started

  1. Make sure you have Node.js installed
  2. Download the code and navigate to the project directory.
  3. Run npm install to install project dependencies
  4. Run npm start to start the development server.
  5. In a separate terminal session, navigate to the project directory and run npm run electron to start the Electron app.
    • If the new application window is blank, wait a few seconds to allow the development server to start and reload by going to View > Reload

Geno requires the corresponding backend server to be running for training and using voice models.

Dependencies

The project is built using Electron and React.

About

A Developer Tool for Authoring Multimodal Interaction on Existing Web Applications

Resources

Stars

Watchers

Forks

Packages

No packages published