--- license: cc-by-nc-sa-4.0 --- This repository only contains weights for CellVit-Hibou-L model. Go to [https://github.com/HistAI/hibou](https://github.com/HistAI/hibou) for information and examples on how to use the model. To use CellViT-Hibou-L follow these instructions. 1. Clone [https://github.com/HistAI/hibou](https://github.com/HistAI/hibou). 2. Download weights ``` cli # Make sure you have git-lfs installed (https://git-lfs.com) git lfs install git clone https://huggingface.co/histai/cellvit-hibou-l ``` 3. Run the example notebook [segmentation_example.ipynb](https://github.com/HistAI/hibou/blob/main/segmentation_example.ipynb)