Skip to content

machine-data-hub/app

Repository files navigation

Introduction

Machine Data Hub is an open source data hub for locating prognostics and health management data sets for machine learnign reseachers and hobbyists.

Documentation

Use the package pip to install our Python client.

pip install machinedatahub

Contributing

Please read our contributing guidelines here. Pull requests welcomed!

License

MIT

GitHub Tree

.
└── machine-data-hub/
    ├── app: web application/
    │   ├── _blogcontent: Markdown files for blog
    │   ├── componets: React components
    │   ├── context: filtering contexts
    │   ├── data: JSON files for rendering text and cards
    │   ├── lib: scripts for posting to GitHub
    │   ├── pages: Website pages
    │   ├── public: Images and datasets for Python package
    │   ├── styles: Global CSS file
    │   ├── utils: Sorting scripts
    │   ├── CODE_OF_CONDUCT: Code of Conduct
    │   ├── CONTRIBUTING: Rules for contributing to Machine Data Hub
    │   ├── LICENSE: MIT license
    │   ├── README: Introductory file
    │   ├── netlify.toml: Loader for Netlify deploys
    │   ├── package-lock.json: Dependencies
    │   └── package.json: Dependencies
    ├── lib: Python package/
    │   ├── .idea: IntelliJ IDE project-specific settings
    │   ├── .github: GitHub project-specific settings
    │   ├── .vscode: Visual Studio Code project-specific settings
    │   ├── src: Commands user calls
    │   ├── docs: Sphinx documentation
    │   ├── test: Files for testing package
    │   ├── LICENSE: MIT license
    │   ├── README: Introductory file
    │   ├── noxfile.py: Script to automate testing
    │   ├── poetry.toml: Dependencies
    │   └── poetry.lock: Asserts dependencies versions
    ├── Roadmap: Goals for Machine Data Hub
    ├── binder-examples: Runnable Python notebooks that open on Binder
    ├── Examples -- Outdated
    ├── ml-examples -- Outdated
    ├── jiwoo-ML -- Outdated
    └── react -- Outdated