A project for medical error detection and analysis
conda env create -f environment.yml
If you plan to contribute to this repository, follow these steps:
- Fork the repository and create a new branch for your changes:
git checkout -b your-branch-name
- Install development dependencies:
pip install .[dev]
- Set up pre-commit hooks:
pre-commit install
- Commit your changes and open pull request with a clear description of changes.