Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seblemaguer/flexeval


https://github.com/seblemaguer/flexeval

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# FlexEval

FlexEval is a toolkit which enables researchers to create a subjective evaluation

## How to install

FlexEval requires python 3 (tested with python 3.11).
To install simply run the following command:

```sh
pip install -e .
```

## Launching the webserver

### Launching a local instance

Simply run :

```sh
flexeval absolute_path_to_instance
```

By default, the evaluation will be available at: http://127.0.0.1:8080.

### Defining an instance

## Contributing

Please don't forget to install `pre-commit` to ensure your commits will respect the constraints of the toolkit:
1. install the package `pre-commit`: `pip install pre-commit`
2. install the git hooks: `pre-commit install`

## Citing

TO COME