Skip to content

Real Time Object Detection with YoloV8 flask server using WebSockets and VueJS as client in Docker containers

Notifications You must be signed in to change notification settings

fedoxyz/RealTimeCV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install

Clone repository and change directory

git clone https://github.com/fedoxyz/RealTimeCV
cd RealTimeCV

Build from Dockerfiles

cd server && docker build -t server .
cd ../client && docker build -t client .

Be sure to have nvidia-container-toolkit installed on your host machine to run with GPU.

Run containers for server and client images

docker run --rm --gpus all -p 5000:5000 server
docker run -p 80:80 client

About

Real Time Object Detection with YoloV8 flask server using WebSockets and VueJS as client in Docker containers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published