Giter Site home page Giter Site logo

ml's Introduction

Hypar ML utilities

Tools for training and deploying models on Hypar.

Glossary

  • Function - A Hypar function. Locally, this is a directory containing a hypar.json file and a function's code. On Hypar's web application, functions are added to workflows.
  • Workflow - A set of functions that execute on Hypar's web application.
  • Input file - A JSON file containing one or more sets of input arguments for a function.
  • Input model - A JSON Hypar model, usually exported from Hypar, that contains input data required by a function being executed locally.

Getting Started

  • Follow the Things You Need section in the Getting Started guide to install the prerequisites to build and run a Hypar function.
  • Install the Hypar command line interface (CLI). In Installing and Using the Command Line Interface you may need to install an alpha release of the CLI as new features are added. To do so, you can do:
    dotnet tool install -g hypar.cli --version [VERSION]
    Where:
    • [VERSION] is the latest alpha version available here.
  • Create a workflow using Hypar's web application that will generate an input model that provides the data required by your function.
    • For example, if you are using Hypar's Facade function to generate a facade, you'll need a workflow that generates an envelope and some levels. You will not need to add the facade function to that workflow. The facade function will be run locally.
  • Export the workflow from Hypar using More -> Export -> glTF.
  • Follow the instructions in https://github.com/hypar-io/ML/tree/master/input_generation to generate an input file for the function and execute the function using the input file.
  • Follow the instructions in https://github.com/hypar-io/ML/tree/master/image_generation to generate images from the resulting models.

ml's People

Contributors

ikeough avatar mattc avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

ml's Issues

Support input_schema in input_generation script

The input_generation tool only supports Hypar functions that use the legacy "input" field in their hypar.json. It should be updated to support the new JSONSchema-based "input_schema" field.

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.