Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 951 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 951 Bytes

face-detection-tensorjs

Face Detection Tensorjs & Docker

Quick Demo

docker run -p 1234:1234 harshmanvar/face-detection-tensorjs:slim-v1

Open URL in browser

http://localhost:1234

Screenshot 2023-08-02 at 1 23 45 AM

Getting Started

image1

Building the Image

docker build  -t tensor-development:v1 .

Running the Container

docker run -p 1234:1234 -v $(pwd):/app -v /app/node_modules tensor-development:v1 watch

Open URL in browser

http://localhost:1234

Monitoring container with Docker Desktop

image4