Skip to content

BigRLab/mldatahub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mldatahub 0.0.1

MlDataHub is a dataset storage hub backend. It is intended to be a standard tool for hosting and managing Machine Learning datasets.

image

This is still a work in progress. It is expected to achieve a Proof Of Concept during October 2017.

NOTES

On mongo, it is required to set indexes on element.addition_date, element.dataset_id and on `file.sha256`:

db.element.createIndex({'addition_date': 1})
db.element.createIndex({'dataset_id': 1})
db.element.createIndex({'file_ref_id': 1})
db.file.createIndex({'sha256': 1})

LICENSE

It is released under the GNU GPL v3 or greater license.

About

Machine Learning data HUB for storing datasets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%