Skip to content

PengHongyiNTU/MedMultiAgent

Repository files navigation

Medical Multi-Agent

Setup Instructions (using conda)

To create and activate the med-agent environment using Conda, follow these steps:

conda create --name med-agent --file spec-file.txt
conda activate med-agent
pip install -r requirement.txt

Running the Application

You can run the application in two modes: CLI and Web UI.

CLI Version

python main.py cli

Web UI Version

To run the Web UI version, use the following command:

python main.py web -p 3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published