Skip to content

Codabench is a flexible, easy-to-use and reproducible benchmarking platform. Check our paper at Patterns Cell Press https://hubs.li/Q01fwRWB0

License

Notifications You must be signed in to change notification settings

codalab/codabench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8606b17 · Jan 16, 2025
Apr 3, 2024
Dec 3, 2024
Jul 25, 2023
Sep 12, 2018
Dec 3, 2024
Nov 24, 2024
Jan 31, 2023
Jan 16, 2025
Nov 14, 2019
Feb 26, 2020
Oct 4, 2023
May 28, 2024
Dec 27, 2024
Jun 19, 2024
Aug 1, 2024
Aug 1, 2024
Oct 14, 2024
Jun 17, 2019
Oct 1, 2024
Oct 1, 2024
Oct 1, 2024
Oct 1, 2024
Sep 28, 2022
Oct 3, 2022
Aug 29, 2024
Dec 6, 2019
Feb 11, 2019
Apr 3, 2024
Dec 17, 2024
Jul 25, 2023
Dec 6, 2019
Aug 19, 2018
Dec 3, 2024
Dec 3, 2024
Aug 8, 2019
Sep 27, 2019
Nov 30, 2020
Feb 26, 2020
Dec 4, 2020
Dec 20, 2024

Repository files navigation

Codabench logo Circle CI

What is Codabench?

Codabench is an open-source web-based platform that enables researchers, developers, and data scientists to collaborate, with the goal of advancing research fields where machine learning and advanced computation is used. Codabench helps to solve many common problems in the arena of data-oriented research through its online community where people can share worksheets and participate in competitions and benchmarks. It can be seen as a version 2 of CodaLab Competitions.

To see Codabench in action, visit codabench.org.

Documentation

Quick installation (for Linux)

To participate, or even organize your own benchmarks or competitions, you don't need to install anything, you just need to sign in an instance of the platform (e.g. this one). If you wish to configure your own instance of Codabench platform, here are the instructions:

$ cp .env_sample .env
$ docker compose up -d
$ docker compose exec django ./manage.py migrate
$ docker compose exec django ./manage.py generate_data
$ docker compose exec django ./manage.py collectstatic --noinput

You can now login as username "admin" with password "admin" at http://localhost/

If you ever need to reset the database, use the script ./reset_db.sh

For more information about installation, checkout Codabench Basic Installation Guide and How to Deploy Server.

License

Copyright (c) 2020-2022, Université Paris-Saclay. This software is released under the Apache License 2.0 (the "License"); you may not use the software except in compliance with the License.

The text of the Apache License 2.0 can be found online at: http://www.opensource.org/licenses/apache2.0.php

Cite Codabench in your research

@article{codabench,
    title = {Codabench: Flexible, easy-to-use, and reproducible meta-benchmark platform},
    author = {Zhen Xu and Sergio Escalera and Adrien Pavão and Magali Richard and 
              Wei-Wei Tu and Quanming Yao and Huan Zhao and Isabelle Guyon},
    journal = {Patterns},
    volume = {3},
    number = {7},
    pages = {100543},
    year = {2022},
    issn = {2666-3899},
    doi = {https://doi.org/10.1016/j.patter.2022.100543},
    url = {https://www.sciencedirect.com/science/article/pii/S2666389922001465}
}