Skip to content

mcowell/docker-imageAI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageAIDemo

Dockerised version of the example provided by Moses Olafenwa in his article Object Detection with 10 lines of code

cd docker-imageAI
sudo docker build -t imageai --file Dockerfile .
sudo docker run --rm -it imageai /bin/bash
sudo docker run -p 127.0.0.1:8080:8080 -d imageai
sudo docker container ls
curl -X POST 127.0.0.1:8080 --data-binary @/home/breim/Desktop/foto1.jpg # if post mode, i will finish this soon.
docker exec -it imageai bash # login in docker

Todo

Implement a curl post with http.server to return json response.

About

Initial inplementation of imageai

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 54.9%
  • Python 45.1%