Git Product home page Git Product logo

openwhisk_workloads's Introduction

Usage

Before registering the functions, be sure to copy wsk (wsk_cli) to /usr/local/bin.

  • chameleon

     wsk action create chameleon faas_chameleon.py --docker yz2297/chameleon_openwhisk --web raw -i --memory 1024
     wsk action invoke chameleon -i -p rows 5 -p cols 5 -r -v
  • floating point operation

     wsk action create float_op float_operation.py -i 
     wsk action invoke float_op -i -p N 10 -r -v
  • Image processing

     wsk action create image_process image_process.py --docker yz2297/python3_openwhisk --web raw -i
  • linpack

     wsk action create linpack linpack.py --docker yz2297/python3_openwhisk --web raw --memory 1024 -i
     wsk action invoke linpack -i -p N 10 -r -v
  • matmult

     wsk action create matmult matmult.py --docker yz2297/python3_openwhisk --web raw --memory 1024 -i
     wsk action invoke matmult -i -p N 10 -r -v
  • pyaes

     wsk action create pyaes faas_pyaes.py --docker yz2297/pyaes_openwhisk --web raw -i
     wsk action invoke pyaes -i -p length 10 -p iteration 10 -r -v
  • video processing

     wsk action create video_process video_process.py --docker yz2297/video_process_openwhisk --web raw -i
  • logistic regression review

     wsk action create lr_review lr_review.py --docker yz2297/lr_review_openwhisk --web raw -i
     wsk action invoke lr_review -i -p text "Just fine" -r -v
  • mobilenet

     wsk action create mobilenet mobilenet.py --docker yz2297/mobilenet_openwhisk --web raw -i

openwhisk_workloads's People

Contributors

zyqcsl avatar

Stargazers

 avatar Varun Gohil avatar

Watchers

James Cloos avatar  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.