Giter Site home page Giter Site logo

asrqa_interface's Introduction

ASRQA_Interface

This repository contains all the components needed to run the Earudite platform. In summary, Earudite is a platform designed to crowdsource the collection of training data using Quiz bowl questions to improve automatic speech recognition systems.

Installation

To install this repository, simply clone it into your directory of choice using the following command:

$ git clone https://github.com/saptab/ASRQA_Interface.git

Then, follow the installation instructions in the README for each sub-repository. The HLS server component requires no additional installation steps aside from generating a secure handshake.

Running

Prior to running the platform, make sure that each reference uses the same port for a given component. Use the following ports:

  • HLS: 4440
  • Data Flow Server: 5110
  • Socket Server: 6470
  • Frontend + Proxy: 8700
  • Internal MongoDB Port (if MongoDB is run locally): 27019

The following series of commands shows how to run the platform:

$ cd ASRQA_Interface/server
$ module load nodejs
$ module load ffmpeg
$ npx pm2 start server.js --name ASRQA -o ./out.log -e ./err.log
$ npx pm2 save --force
$ export Q_INST_PATH=/fs/clip-quiz/saptab1/ASRQA/ASRQA_Interface/quizzr-server
$ export CONNECTION_STRING=<DATA-FLOW-SERVER-CONNECTION-STRING>
$ cd ../quizzr-socket-server/
$ nohup nice python main-with-arg.py > MMMDD_log.txt &
$ cd ../quizzr-server/
$ nohup nice python server.py > MMMDD_log.txt &
$ cd ../hls/
$ nohup nice ./Go-HLS-Streamer --config hls.yaml serve > MMMDD_log.txt &

Replace <DATA-FLOW-SERVER-CONNECTION-STRING> with the connection string discussed in quizzr-server/README.md and MMMDD with the current month and day. Example: May21.

Project Team Members

Saptarashmi Bandyopadhyay

Shivam Malhotra

Andrew Chen

Christopher Rapp

asrqa_interface's People

Contributors

christopherrapp avatar ndrewchen avatar

Watchers

 avatar

Forkers

pinafore

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.