Skip to content
/ index Public

Intelligent data steward toolbox using Large Language Model embeddings for automated Data-Harmonization

License

Notifications You must be signed in to change notification settings

SCAI-BIO/index

Repository files navigation

INDEX – the Intelligent Data Steward Toolbox

GitHub Release

INDEX is an intelligent data steward toolbox that leverages Large Language Model embeddings for automated Data-Harmonization.

Installation

Local Development Server

Starting the backend

cd api
pip install -r requirements.txt
uvicorn routes:app --reload --port 5000

Navigate to localhost:5000 to access the backend.

Starting the frontend

cd client
ng serve

Navigate to localhost:4200 to access the frontend.

Docker

You can start both frontend and API using docker-compose:

docker-compose -f docker-compose.local.yaml up

Configuration

TODO: Add configuration instructions