Model_deploy

Getting Started

System Requirements:

Installation

Using Docker

  1. Clone the Model_deploy repository:
$ git clone https://github.com/223MapAction/Model_deploy.git
  1. Change to the project directory:
$ cd Model_deploy
  1. Build and start the Docker containers:
$ docker-compose -f _cd_pipeline.yaml up --build

Usage

Access the Application

Once the containers are up and running, access the application at:

http://localhost:8001

Tests

Run the test suite using the command below:

$ docker-compose -f _ci_pipeline.yml up