Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 922 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 922 Bytes

Scoreboard

Update 2022: Archived

The effort of this repo has been superseded by a community effort to benchmark the hardest challenges in Single Cell Analysis called Open Problems. The Github can be found here.

This is a work in progress

Scoreboard is a web application to view and submit ML algorithms solutions to challenges.

See an example deployment here: http://hpa.scoreboard.czi.technology/challenge/1

To run it locally, clone this repo then type

npm install

npm run build # builds javascript bundle
node server
# go to http://127.0.0.1:9001/

You may also need to setup a local postgres db called scoreboard, for instructions checkout this link

For questions and support: [email protected]