|
|
|
|
|
by Allezxandre
2422 days ago
|
|
The service is basically dataset hosting. Today, hosting code is quite easy, with git for instance, you can have your code up for sharing on Github in a few seconds. However, as soon as you need to make your dataset available, you can’t use Git anymore. So instead, I’ve seen people use Google Drive to host the datasets, and then write scripts to make the downloading and stitching of the Zip files easier. I built this service to solve that: instead of hosting the datasets yourself, you just push them using Joule, and the users that download your code will only need to run a single command to download your code. EDIT: here’s a sample Git repository with a dataset hosted on Joule: https://gitlab.com/joule-host/that-state-of-the-art-research... |
|