AI agent demo running on the Axone protocol for collaborative medical diagnosis.
Note
🥘 Still cooking. Not ready for prime time yet.
DoctAI is a webapp demo showcasing an AI agent running on top of the Axone protocol, enabling user interaction with a collaborative AI system for medical diagnosis.
Main features:
- Submit medical queries or data and receive AI-driven analysis.
- Demonstrate cross-lab collaboration via DoctAI.
- Highlight governance ensuring data ownership and control.
- Provide a functional, user-friendly demo interface.
This is a Next.js project bootstrapped with create-next-app
.
Be sure to have the following properly installed:
Copy the example file and edit if needed:
cp .env.example .env
Use Docker Compose to launch the PostgreSQL database:
docker compose up -d
If you want to use Adminer (web UI for PostgreSQL), run with the debug profile:
docker compose --profile debug up -d
Install the required dependencies using pnpm
:
pnpm install
pnpm dev
Open http://localhost:3000 in your browser to see the result.
Please check out Axone health files :