Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seblemaguer/flexeval
https://github.com/seblemaguer/flexeval
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/seblemaguer/flexeval
- Owner: seblemaguer
- License: other
- Created: 2024-02-08T16:53:28.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-03T07:57:58.000Z (10 days ago)
- Last Synced: 2025-01-03T08:31:28.836Z (10 days ago)
- Language: Python
- Size: 5.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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