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

https://github.com/onukura/racoon

Simple and easy data science competition hosting application
https://github.com/onukura/racoon

competition data-science flask-application leaderboard python

Last synced: about 2 months ago
JSON representation

Simple and easy data science competition hosting application

Awesome Lists containing this project

README

          

![logo](docs/assets/img/logo.png)

# Racoon: A simple data science leaderboard

[![GitHub license](https://img.shields.io/github/license/onukura/Racoon)](https://github.com/onukura/Racoon)
[![CircleCI Build Status](https://circleci.com/gh/onukura/Racoon.svg?style=shield)](https://circleci.com/gh/onukura/Racoon)
[![TravisCI Build Status](https://travis-ci.org/onukura/Racoon.svg?branch=master)](https://travis-ci.org/onukura/Racoon)
[![Coverage](https://codecov.io/gh/onukura/Racoon/branch/master/graph/badge.svg)](https://codecov.io/gh/onukura/Racoon)
[![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Docker automated](https://img.shields.io/docker/cloud/automated/onukura/racoon)](https://hub.docker.com/r/onukura/racoon)
[![Docker build](https://img.shields.io/docker/cloud/build/onukura/racoon)](https://hub.docker.com/r/onukura/racoon)

Simple and easy data science competition hosting application inspired by [dataScienceLeaderboardPlatform](https://github.com/thenomemac/dataScienceLeaderboardPlatform).

## Installation

```bash
git clone https://github.com/onukura/Racoon.git & cd Racoon
docker-compose up -d
```

## Licence

[MIT](https://github.com/onukura/Racoon/blob/master/LICENSE)

## Author

[onukura](https://github.com/onukura)