Skip to content

Image Processing Service for the Mangrove Monitoring Image Classification Tool

Notifications You must be signed in to change notification settings

UCSD-E4E/MMICT-ip_service

Repository files navigation

To build, navigate to the /ip-docker directory and use:

docker build -t ip_service .

To run flask app use:

docker run -p {HOST_MACHINE_PORT}:5000 ip_service

For example, running the following makes the service accessible at http://localhost:8080

docker run -p 8080:5000 ip_service

For testing with the central webserver, follow the build instructions for the webserver and run the following:

docker run -p {HOST_MACHINE_PORT}:5000 --net=mmict_bridge ip_service

About

Image Processing Service for the Mangrove Monitoring Image Classification Tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published