Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 819 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 819 Bytes

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