Skip to content

dockersamples/face-detection-tensorjs

 
 

Repository files navigation

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

About

Face Detection Tensorjs & Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.8%
  • HTML 4.3%
  • Dockerfile 2.9%