https://github.com/josedvq/covfee
extensible web framework for continuous annotation and perception experiments.
https://github.com/josedvq/covfee
annotation audio-annotation emotion-annotations perception psychology-experiments video-annotation
Last synced: 5 months ago
JSON representation
extensible web framework for continuous annotation and perception experiments.
- Host: GitHub
- URL: https://github.com/josedvq/covfee
- Owner: josedvq
- License: mit
- Created: 2020-07-09T23:52:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-08T17:06:51.000Z (over 1 year ago)
- Last Synced: 2026-01-07T00:20:52.945Z (6 months ago)
- Topics: annotation, audio-annotation, emotion-annotations, perception, psychology-experiments, video-annotation
- Language: Python
- Homepage: https://josedvq.github.io/covfee
- Size: 92.5 MB
- Stars: 12
- Watchers: 3
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://josedvq.github.io/covfee/)
## 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](https://nodejs.org/en/download/). 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 .
```
3. Install Javascript dependencies:
```
covfee-installjs
```
### Getting started
Please see the [covfee docs](https://master--5faeef49f6655f00210dbf35.chromatic.com) 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](docs/development.md).