Skip to content

harsh4870/face-detection-tensorjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

face-detection-tensorjs

Face Detection Tensorjs & Docker

Quick Demo

ARM

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

AMD

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

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

Machine Learning Face Detection Tensorjs & Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published