An app to explore patient journeys, powered by large language models.
This is a research project. Please use at your own risk.
© FHNW Medical Informatics 2023/24
This project uses Bun as a package manager, test runner, etc. If you haven't installed Bun, you can do so by following the instructions on the official website.
- Install Bun
- Install Backend Pre-Requisites
- Clone the repo
- Install TypeScript packages
bun install - Install Python packages
cd packages/llm-service poetry install
From the project root, you can run:
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
This command runs the vite development server for the app, as well as the langchain backend in the background.
Builds the app and all services for production.
Launches the test runner for all packages in the CI (non-interactive) mode.
Lints the project using ESLint.
Formats the project using Prettier.