INDEX is an intelligent data steward toolbox that leverages Large Language Model embeddings for automated Data-Harmonization.
cd api
pip install -r requirements.txt
uvicorn routes:app --reload --port 5000
Navigate to localhost:5000 to access the backend.
cd client
ng serve
Navigate to localhost:4200 to access the frontend.
You can start both frontend and API using docker-compose:
docker-compose -f docker-compose.local.yaml up
TODO: Add configuration instructions