HiberNET/drug-interaction-checker
0
Pharmaceutical Drug Interaction Checker โ OpenEnv
This is a clinical pharmacist simulator built on the OpenEnv framework. It exposes a patient profile and a medication list to an LLM agent, evaluating its ability to correctly identify dangerous drug-drug interactions, classify severity, and recommend clinical actions.
๐ Running Locally
Build the Docker Container:
docker build -t drug-interaction-env .
docker run -p 8000:8000 drug-interaction-env๐ Deploying to Hugging Face Spaces
This repository is strictly structured for an immediate Hugging Face Docker Space deployment via OpenEnv.
- Ensure you have the Hugging Face CLI installed:
pip install -U "huggingface_hub[cli]"- Login to your Hugging Face account (Requires Hugging Face Account Token from Settings > Access Tokens):
huggingface-cli login- Use the OpenEnv CLI to push:
openenv push --enable-interface(Alternatively, you can manually create a new Hugging Face Space on huggingface.co, select "Docker" as the space SDK, and push this entire repository directly to it!)
