DEV Community

Anish Aggarwal
Anish Aggarwal

Posted on

Nudity detector

My Workflow

Works for node 8.x, 10.x, 12.x

uses: actions/checkout@v2
name: Use Node.js matrix.node-version
uses: actions/setup-node@v1 with: node-version:matrix.node-version
run: npm install
name: run loop run: for filename in images/*; do node app.js "$filename" ; done

Submission Category:

Activity Tracker

Yaml File or Link to Code

https://github.com/anishagg17/node-action

Top comments (0)