https://github.com/scai-bio/index
Intelligent data steward toolbox using Large Language Model embeddings for automated Data-Harmonization
https://github.com/scai-bio/index
data-harmonization data-stewardship embeddings large-language-models semantic-mapping
Last synced: about 2 months ago
JSON representation
Intelligent data steward toolbox using Large Language Model embeddings for automated Data-Harmonization
- Host: GitHub
- URL: https://github.com/scai-bio/index
- Owner: SCAI-BIO
- License: apache-2.0
- Created: 2023-11-24T08:33:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T12:19:58.000Z (4 months ago)
- Last Synced: 2025-01-17T16:45:11.361Z (4 months ago)
- Topics: data-harmonization, data-stewardship, embeddings, large-language-models, semantic-mapping
- Language: TypeScript
- Homepage: https://index.bio.scai.fraunhofer.de
- Size: 9.47 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# INDEX – the Intelligent Data Steward Toolbox

INDEX is an intelligent data steward toolbox that leverages Large Language Model embeddings for automated Data-Harmonization.
## Installation
### Local Development Server
#### Starting the backend
```bash
cd api
pip install -r requirements.txt
uvicorn routes:app --reload --port 5000
```Navigate to [localhost:5000](http://localhost:5000) to access the backend.
#### Starting the frontend
```bash
cd client
ng serve
```Navigate to [localhost:4200](http://localhost:4200) to access the frontend.
### Docker
You can start both frontend and API using docker-compose:
```bash
docker-compose -f docker-compose.local.yaml up
```## Configuration
_TODO: Add configuration instructions_