Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 2.57 KB

README.md

File metadata and controls

54 lines (42 loc) · 2.57 KB

ABI Deployment Thesis - Component Core

Welcome to the component-core repository! This project is a key part of a master's thesis at the University of Minho. It's a Proof of Concept for a proposed architecture designed to deploy and integrate intelligent models within Adaptive Business Intelligence (ABI) systems.

This repository provides the infrastructure for automating the deployment and execution of the PoC.

For a detailed explanation of the proposed architecture and its deployment strategy, please refer to the published article: Architecture proposal for deploying and integrating intelligent models in ABI.

Setup

Quick Start

  1. Clone the repository:
git clone https://github.com/ABI-Deployment-Thesis/component-core.git
  1. Change directory:
cd component-core
  1. Start docker compose:
docker-compose up --build -d
  1. View the web app at: http://localhost:8080
    • Use the default admin credentials (ID: 66c8d271f5b68d63c5a232c1):
    • For testing, you can use our healthcare-models repository

Author

License