Skip to content
 
 

Repository files navigation

QuantImage v2 - Backend

Context

This repository is part of the QuantImage v2 platform, which includes the following repositories:

Project Structure

Docker

The project uses Docker for easy build & deployment, using the following files :

  • webapp/Dockerfile : Installs the Python backend dependencies and starts the Flask server
  • workers/Dockerfile : Installs the Celery worker dependencies and starts the worker
  • flower/Dockerfile : Installs & starts the Flower monitoring interface for the Celery workers
  • docker-compose.yml : Base Docker Compose file
  • docker-compose.override.yml : Override file for local development, exposing ports & mapping source directories to containers.
  • docker-compose.local.yml : Exports ports but does not map the source code directly
  • docker-compose.vm.yml : File for the QuantImage v2 VM, restarting the container automatically on reboot or crash
  • docker-compose.zrad.yml : File to include the ZRad feature extraction library (currently not publicly available)
  • docker-compose.prod.yml : Production file for use with Traefik

Code Structure

See the Documentation for more information on the code structure.

About

Backend of the QuantImage v2 Platform

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages