Giter VIP home page Giter VIP logo

audiotranscribe's Introduction

Audio transcription from the British Museum Soundcloud archive

An application for transcription of Soundcloud audio.

This application has four files:

  • template.html: the view for every task and deal with the data of the answers.
  • tutorial.html: a simple tutorial for the volunteers.
  • project.json: the setup metadata (make sure name and short name are unique, or create will fail.)
  • long_description.md: the long description for the app.

Creating the application

You need to use the PBS command line interface for creating and updating the project.

  • Create an account in PyBossa
  • Copy from your account profile your API-KEY
  • Navigate to your home directory and create a file called .pybossa.cfg
  • Within this file add following lines:
   [default]
   server: http://crowdsourced.micropasts.org
   apikey: API-KEY
  • Now clone the code to your server and change directory into the folder:
   $ git clone https://github.com/MicroPasts/montpelierVirginia.git applicationName
   $ cd applicationName
  • Now run:
   $ pbs create_project
  • This should have created the project.
  • If the long description has not appeared, then run the update project command as shown below

Documentation

We recommend that you read the section: Build with PyBossa and follow the step by step tutorial.

Updating template

After making changes to your source code and committing to github do the following:

  • Clone or pull changes from repo to your server and then issue this command:
    $ pbs update_project
  • Template should update

Adding tasks to project

Import the file names via the CSV importer.

Change redundancy of tasks

To update all of them:

    $ pbs update-task-redundancy --redundancy 3

LICENSE

Please, see the COPYING file.

audiotranscribe's People

Contributors

portableant avatar

Stargazers

 avatar

Watchers

 avatar  avatar  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.