josedvq / covfee

extensible web framework for continuous annotation and perception experiments.

Home Page:https://josedvq.github.io/covfee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

covfee: continuos video feedback tool.

Covfee was created to provide an easily extensible tool for video perception and annotation experiments, especially those requiring continuous feedback from the user.

Full documentation: covfee docs

Quick start

This document contains instructions for installing covfee locally. We recommend that you work with covfee locally first even if you plan to put it online.

Setup

  1. Install version 12.x of node.js. Make sure that the npm command is available in your terminal.

  2. Clone this repository and install covfee using pip:

git clone git@github.com:josedvq/covfee.git
cd covfee
python3 -m pip install -e .
  1. Install Javascript dependencies:
covfee-installjs

Getting started

Please see the covfee docs for an interactive getting started guide.

Changing covfee

If you wish to change the source code of the backend or make changes to the frontend that are not supported by a custom task, see the Development guide.

About

extensible web framework for continuous annotation and perception experiments.

https://josedvq.github.io/covfee

License:MIT License


Languages

Language:Python 50.5%Language:TypeScript 45.5%Language:JavaScript 1.6%Language:SCSS 1.2%Language:Jupyter Notebook 0.9%Language:HTML 0.3%Language:CSS 0.1%