Giter VIP home page Giter VIP logo

wicker's Introduction

Wicker

Wicker is an open source framework for Machine Learning dataset storage and serving developed at Woven Planet L5.

Usage

Refer to the Wicker documentation's Getting Started page for more information.

Development

To develop on Wicker to contribute, set up your local environment as follows:

  1. Create a new virtual environment
  2. Do a pip install -r dev-requirements.txt to install the development dependencies
  3. Run make test to run all unit tests
  4. Run make lint-fix to fix all lints and make lint to check for any lints that must be fixed manually
  5. Run make type-check to check for type errors

To contribute a new plugin to have Wicker be compatible with other technologies (e.g. Kubernetes, Ray, AWS batch etc):

  1. Add your plugin into the wicker.plugins module as an appropriately named module
  2. If your new plugin requires new external dependencies:
    1. Add a new extra-requires entry to setup.cfg
    2. Update dev-requirements.txt with any necessary dependencies to run your module in unit tests
  3. Write a unit test in tests/ to test your module

wicker's People

Contributors

jaychia avatar pickles-bread-and-butter avatar ben-shansen avatar aalavian avatar anantsimran avatar perone avatar varshaparthay avatar chrisochoatri avatar pqhieu avatar chethancmk avatar valentin-woven avatar yuta-tsuzuki-woven avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.