Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerize the Object Detector Service #36

Open
4 tasks
AhmedFatthy1040 opened this issue Nov 28, 2024 · 0 comments
Open
4 tasks

Dockerize the Object Detector Service #36

AhmedFatthy1040 opened this issue Nov 28, 2024 · 0 comments
Labels
backend Server-side development tasks. enhancement New feature or request priority-medium For medium-priority issues.

Comments

@AhmedFatthy1040
Copy link
Owner

Dockerize the Object Detector Service

Description

Create a Docker setup for the Flask-based object detector service to simplify deployment and ensure consistency.

Tasks

  • Create a Dockerfile for the AI service.
    • Use a Python base image.
    • Install dependencies using requirements.txt.
    • Run the Flask server.
  • Add the object detector service to the docker-compose.yml file.
  • Test the Dockerized AI service locally with sample images.
  • Update the README with instructions for running the AI service using Docker.

Acceptance Criteria

  • The object detector service runs successfully using Docker.
  • Docker Compose includes the AI service configuration.
  • The README file is updated with Docker instructions.
@AhmedFatthy1040 AhmedFatthy1040 added enhancement New feature or request backend Server-side development tasks. priority-medium For medium-priority issues. labels Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Server-side development tasks. enhancement New feature or request priority-medium For medium-priority issues.
Projects
None yet
Development

No branches or pull requests

1 participant