coralnet-toolbox


Namecoralnet-toolbox JSON
Version 0.0.93 PyPI version JSON
download
home_pageNone
SummaryTools for annotating and developing ML models for benthic imagery
upload_time2025-11-12 20:37:57
maintainerNone
docs_urlNone
authorNone
requires_python<3.11,>=3.10
licenseMIT License
keywords coralnet-toolbox
VCS
bugtrack_url
requirements PyQt5 pyqtdarktheme pyqtgraph ultralytics segmentation-models-pytorch albumentations lap open-clip-torch supervision scikit-learn scikit-image umap-learn faiss-cpu pycocotools ujson timm autodistill transformers hf_xet x-segment-anything yolo-tiling roboflow rasterio requests selenium beautifulsoup4 webdriver_manager dill seaborn GPUtil psutil
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CoralNet-Toolbox πŸͺΈπŸ§°

<div align="center">
<img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/coralnet_toolbox.png" alt="CoralNet-Toolbox" width="300">
<p><strong>AI-Powered Annotation for Coral Reef Analysis</strong>. An unofficial toolkit to supercharge your <a href="https://coralnet.ucsd.edu/">CoralNet</a> workflows.</p>
</div>

<div align="center">

[![Python Version](https://img.shields.io/pypi/pyversions/CoralNet-Toolbox.svg?style=for-the-badge&logo=python&logoColor=white)](https://pypi.org/project/CoralNet-Toolbox)
[![Version](https://img.shields.io/pypi/v/CoralNet-Toolbox.svg?style=for-the-badge&color=blue)](https://pypi.python.org/pypi/CoralNet-Toolbox)
[![GitHub last commit](https://img.shields.io/github/last-commit/Jordan-Pierce/CoralNet-Toolbox?style=for-the-badge)](https://github.com/Jordan-Pierce/CoralNet-Toolbox)
[![Downloads](https://img.shields.io/pepy/dt/coralnet-toolbox.svg?style=for-the-badge&color=brightgreen)](https://pepy.tech/project/coralnet-toolbox)

[![PyPI Passing](https://img.shields.io/github/actions/workflow/status/Jordan-Pierce/CoralNet-Toolbox/pypi.yml?style=for-the-badge&label=PyPI%20Build&logo=github)](https://pypi.org/project/CoralNet-Toolbox)
[![Windows](https://img.shields.io/github/actions/workflow/status/Jordan-Pierce/CoralNet-Toolbox/windows.yml?style=for-the-badge&label=Windows&logo=windows&logoColor=white)](https://pypi.org/project/CoralNet-Toolbox)
[![macOS](https://img.shields.io/github/actions/workflow/status/Jordan-Pierce/CoralNet-Toolbox/macos.yml?style=for-the-badge&label=macOS&logo=apple&logoColor=white)](https://pypi.org/project/CoralNet-Toolbox)
[![Ubuntu](https://img.shields.io/github/actions/workflow/status/Jordan-Pierce/CoralNet-Toolbox/ubuntu.yml?style=for-the-badge&label=Ubuntu&logo=ubuntu&logoColor=white)](https://pypi.org/project/CoralNet-Toolbox)

</div>

## ⚑ Get Started

**1. Create Conda Environment (Recommended)**

```bash
# Create and activate custom environment
conda create --name coralnet10 python=3.10 -y
conda activate coralnet10
```

**2. Install**

```bash
# Use UV for the fastest installation
pip install uv
uv pip install coralnet-toolbox
```

**3. Launch**

```bash
coralnet-toolbox
```

**4. (Optional) GPU Acceleration**
For full acceleration, install PyTorch with CUDA support.

```bash
# Example for CUDA 12.9; use your version of CUDA
uv pip install torch torchvision --index-url https://download.pytorch.org/whl/cu129
```

*See the [Installation Guide](https://jordan-pierce.github.io/CoralNet-Toolbox/installation) for details on other versions.*

> **Fallback**: If UV fails, use regular pip: `pip install coralnet-toolbox`

### 🎯 **GPU Status Indicators**
- **🐒** CPU only
- **πŸ‡** Single GPU
- **πŸš€** Multiple GPUs  
- **🍎** Mac Metal (Apple Silicon)

*Click the icon in the bottom-left to see available devices*

### πŸ”„ **Upgrading**
```bash
# When updates are available
uv pip install -U coralnet-toolbox==[latest_version]
```

-----

## πŸ“š Resources & Advanced Details


* [**Installation Guide**](https://jordan-pierce.github.io/CoralNet-Toolbox/installation): Detailed setup for CUDA, Windows, and Mac.
* [**User Manual**](https://jordan-pierce.github.io/CoralNet-Toolbox/usage): A complete guide to all tools and features.
* [**Hot Keys**](https://jordan-pierce.github.io/CoralNet-Toolbox/hot-keys): Keyboard shortcuts to accelerate your workflow.
* [**AI Tutorial**](https://jordan-pierce.github.io/CoralNet-Toolbox/classify): Learn to train your own classification models.

<details open>
<summary><h3>πŸ“Ί <strong>Watch the Demo Videos</strong></h3></summary>

<div align="center">
  <a href="https://youtube.com/playlist?list=PLG5z9IbwhS5NQT3B2jrg3hxQgilDeZak9&feature=shared">
    <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/toolbox_qt.PNG" alt="Video Tutorial Series" width="80%" style="border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);">
  </a>
  
  <p><strong>🎬 Complete playlist covering all major features and workflows</strong></p>
</div>
</details>

## From Bottleneck to Pipeline

Traditional benthic imagery analysis is time-consuming. Manual annotation, data management, and model training are often separate, complex tasks. CoralNet-Toolbox unifies this process, turning a research bottleneck into an integrated, AI-accelerated pipeline.

<div align="center">

### πŸ“ **Core Annotation Tools**

| <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Patches.gif" alt="Patch Annotation" width="250" style="border-radius: 8px;"/><br>**🎯 Patch Annotation** | <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Rectangles.gif" alt="Rectangle Annotation" width="250" style="border-radius: 8px;"/><br>**πŸ“ Rectangle Annotation** | <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Polygons.gif" alt="Polygon Annotation" width="250" style="border-radius: 8px;"/><br>**πŸ”· Multi-Polygon Annotation** |
|:---:|:---:|:---:|

### πŸ€– **AI-Powered Analysis**

| <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Classification.gif" alt="Classification" width="250" style="border-radius: 8px;"/><br>**🧠 Image Classification** | <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Object_Detection.gif" alt="Object Detection" width="250" style="border-radius: 8px;"/><br>**🎯 Object Detection** | <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Instance_Segmentation.gif" alt="Instance Segmentation" width="250" style="border-radius: 8px;"/><br>**🎭 Instance Segmentation** |
|:---:|:---:|:---:|

### πŸ”¬ **Advanced Capabilities**

| <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Segment_Anything.gif" alt="SAM" width="250" style="border-radius: 8px;"/><br>**πŸͺΈ Segment Anything (SAM)** | <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Classifying_Polygons.gif" alt="Polygon Classification" width="250" style="border-radius: 8px;"/><br>**πŸ” Polygon Classification** | <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Work_Areas.gif" alt="Work Areas" width="250" style="border-radius: 8px;"/><br>**πŸ“ Region-based Detection** |
|:---:|:---:|:---:|

### βœ‚οΈ **Editing & Processing Tools**

| <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Cut.gif" alt="Cut Tool" width="250" style="border-radius: 8px;"/><br>**βœ‚οΈ Cut** | <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Combine.gif" alt="Combine Tool" width="250" style="border-radius: 8px;"/><br>**πŸ”— Combine** | <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Simplify.gif" alt="Simplify Tool" width="250" style="border-radius: 8px;"/><br>**🎨 Simplify** |
|:---:|:---:|:---:|

</div>

## 🌊 Success Stories

> **Using CoralNet-Toolbox in your research?** 
> 
> We'd love to feature your work! Share your success stories to help others learn and get inspired.

---

### πŸ—οΈ **Repository Structure**

<div align="center">
  <a href="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/diagram.svg">
    <img src="https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/diagram.svg" alt="Visualization of the codebase" width="80%">
  </a>
</div>

---

## 🌍 About CoralNet

Coral reefs are among Earth's most biodiverse ecosystems, supporting marine life and coastal communities worldwide. However, they face unprecedented threats from climate change, pollution, and human activities.

**[CoralNet](https://coralnet.ucsd.edu/)** is a revolutionary platform enabling researchers to:
- Upload and analyze coral reef photographs
- Create detailed species annotations
- Build AI-powered classification models
- Collaborate with the global research community

The **CoralNet-Toolbox** extends this mission by providing advanced AI tools that accelerate research and improve annotation quality.

---

## πŸ“„ Citation

If you use CoralNet-Toolbox in your research, please cite:

```bibtex
@misc{CoralNet-Toolbox,
  author = {Pierce, Jordan and Battista, Tim and Kuester, Falko},
  title = {CoralNet-Toolbox: Tools for Annotating and Developing Machine Learning Models for Benthic Imagery},
  year = {2025},
  howpublished = {\url{https://github.com/Jordan-Pierce/CoralNet-Toolbox}},
  note = {GitHub repository}
}
```

---

## βš–οΈ Legal & Licensing

<div align="center">

### ⚠️ **Disclaimer**
*This is a scientific product and not official communication of NOAA or the US Department of Commerce. All code is provided 'as is' - users assume responsibility for its use.*

### πŸ“‹ **License**
*Software created by US Government employees is not subject to copyright in the United States (17 U.S.C. Β§105). The Department of Commerce reserves rights to seek copyright protection in other countries.*

</div>

---

<div align="center">
  <p><em>Empowering researchers β€’ Protecting ecosystems β€’ Advancing science</em></p>
</div>

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "coralnet-toolbox",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.11,>=3.10",
    "maintainer_email": null,
    "keywords": "CoralNet-Toolbox",
    "author": null,
    "author_email": "Jordan Pierce <jordan.pierce@noaa.gov>",
    "download_url": "https://files.pythonhosted.org/packages/1e/55/090631497e7e47021c5441a473c5754644880b8fffe9dea5cc0cc2124353/coralnet_toolbox-0.0.93.tar.gz",
    "platform": null,
    "description": "# CoralNet-Toolbox \ud83e\udeb8\ud83e\uddf0\n\n<div align=\"center\">\n<img src=\"https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/coralnet_toolbox.png\" alt=\"CoralNet-Toolbox\" width=\"300\">\n<p><strong>AI-Powered Annotation for Coral Reef Analysis</strong>. An unofficial toolkit to supercharge your <a href=\"https://coralnet.ucsd.edu/\">CoralNet</a> workflows.</p>\n</div>\n\n<div align=\"center\">\n\n[![Python Version](https://img.shields.io/pypi/pyversions/CoralNet-Toolbox.svg?style=for-the-badge&logo=python&logoColor=white)](https://pypi.org/project/CoralNet-Toolbox)\n[![Version](https://img.shields.io/pypi/v/CoralNet-Toolbox.svg?style=for-the-badge&color=blue)](https://pypi.python.org/pypi/CoralNet-Toolbox)\n[![GitHub last commit](https://img.shields.io/github/last-commit/Jordan-Pierce/CoralNet-Toolbox?style=for-the-badge)](https://github.com/Jordan-Pierce/CoralNet-Toolbox)\n[![Downloads](https://img.shields.io/pepy/dt/coralnet-toolbox.svg?style=for-the-badge&color=brightgreen)](https://pepy.tech/project/coralnet-toolbox)\n\n[![PyPI Passing](https://img.shields.io/github/actions/workflow/status/Jordan-Pierce/CoralNet-Toolbox/pypi.yml?style=for-the-badge&label=PyPI%20Build&logo=github)](https://pypi.org/project/CoralNet-Toolbox)\n[![Windows](https://img.shields.io/github/actions/workflow/status/Jordan-Pierce/CoralNet-Toolbox/windows.yml?style=for-the-badge&label=Windows&logo=windows&logoColor=white)](https://pypi.org/project/CoralNet-Toolbox)\n[![macOS](https://img.shields.io/github/actions/workflow/status/Jordan-Pierce/CoralNet-Toolbox/macos.yml?style=for-the-badge&label=macOS&logo=apple&logoColor=white)](https://pypi.org/project/CoralNet-Toolbox)\n[![Ubuntu](https://img.shields.io/github/actions/workflow/status/Jordan-Pierce/CoralNet-Toolbox/ubuntu.yml?style=for-the-badge&label=Ubuntu&logo=ubuntu&logoColor=white)](https://pypi.org/project/CoralNet-Toolbox)\n\n</div>\n\n## \u26a1 Get Started\n\n**1. Create Conda Environment (Recommended)**\n\n```bash\n# Create and activate custom environment\nconda create --name coralnet10 python=3.10 -y\nconda activate coralnet10\n```\n\n**2. Install**\n\n```bash\n# Use UV for the fastest installation\npip install uv\nuv pip install coralnet-toolbox\n```\n\n**3. Launch**\n\n```bash\ncoralnet-toolbox\n```\n\n**4. (Optional) GPU Acceleration**\nFor full acceleration, install PyTorch with CUDA support.\n\n```bash\n# Example for CUDA 12.9; use your version of CUDA\nuv pip install torch torchvision --index-url https://download.pytorch.org/whl/cu129\n```\n\n*See the [Installation Guide](https://jordan-pierce.github.io/CoralNet-Toolbox/installation) for details on other versions.*\n\n> **Fallback**: If UV fails, use regular pip: `pip install coralnet-toolbox`\n\n### \ud83c\udfaf **GPU Status Indicators**\n- **\ud83d\udc22** CPU only\n- **\ud83d\udc07** Single GPU\n- **\ud83d\ude80** Multiple GPUs  \n- **\ud83c\udf4e** Mac Metal (Apple Silicon)\n\n*Click the icon in the bottom-left to see available devices*\n\n### \ud83d\udd04 **Upgrading**\n```bash\n# When updates are available\nuv pip install -U coralnet-toolbox==[latest_version]\n```\n\n-----\n\n## \ud83d\udcda Resources & Advanced Details\n\n\n* [**Installation Guide**](https://jordan-pierce.github.io/CoralNet-Toolbox/installation): Detailed setup for CUDA, Windows, and Mac.\n* [**User Manual**](https://jordan-pierce.github.io/CoralNet-Toolbox/usage): A complete guide to all tools and features.\n* [**Hot Keys**](https://jordan-pierce.github.io/CoralNet-Toolbox/hot-keys): Keyboard shortcuts to accelerate your workflow.\n* [**AI Tutorial**](https://jordan-pierce.github.io/CoralNet-Toolbox/classify): Learn to train your own classification models.\n\n<details open>\n<summary><h3>\ud83d\udcfa <strong>Watch the Demo Videos</strong></h3></summary>\n\n<div align=\"center\">\n  <a href=\"https://youtube.com/playlist?list=PLG5z9IbwhS5NQT3B2jrg3hxQgilDeZak9&feature=shared\">\n    <img src=\"https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/toolbox_qt.PNG\" alt=\"Video Tutorial Series\" width=\"80%\" style=\"border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);\">\n  </a>\n  \n  <p><strong>\ud83c\udfac Complete playlist covering all major features and workflows</strong></p>\n</div>\n</details>\n\n## From Bottleneck to Pipeline\n\nTraditional benthic imagery analysis is time-consuming. Manual annotation, data management, and model training are often separate, complex tasks. CoralNet-Toolbox unifies this process, turning a research bottleneck into an integrated, AI-accelerated pipeline.\n\n<div align=\"center\">\n\n### \ud83d\udcdd **Core Annotation Tools**\n\n| <img src=\"https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Patches.gif\" alt=\"Patch Annotation\" width=\"250\" style=\"border-radius: 8px;\"/><br>**\ud83c\udfaf Patch Annotation** | <img src=\"https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Rectangles.gif\" alt=\"Rectangle Annotation\" width=\"250\" style=\"border-radius: 8px;\"/><br>**\ud83d\udcd0 Rectangle Annotation** | <img src=\"https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Polygons.gif\" alt=\"Polygon Annotation\" width=\"250\" style=\"border-radius: 8px;\"/><br>**\ud83d\udd37 Multi-Polygon Annotation** |\n|:---:|:---:|:---:|\n\n### \ud83e\udd16 **AI-Powered Analysis**\n\n| <img src=\"https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Classification.gif\" alt=\"Classification\" width=\"250\" style=\"border-radius: 8px;\"/><br>**\ud83e\udde0 Image Classification** | <img src=\"https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Object_Detection.gif\" alt=\"Object Detection\" width=\"250\" style=\"border-radius: 8px;\"/><br>**\ud83c\udfaf Object Detection** | <img src=\"https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Instance_Segmentation.gif\" alt=\"Instance Segmentation\" width=\"250\" style=\"border-radius: 8px;\"/><br>**\ud83c\udfad Instance Segmentation** |\n|:---:|:---:|:---:|\n\n### \ud83d\udd2c **Advanced Capabilities**\n\n| <img src=\"https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Segment_Anything.gif\" alt=\"SAM\" width=\"250\" style=\"border-radius: 8px;\"/><br>**\ud83e\udeb8 Segment Anything (SAM)** | <img src=\"https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Classifying_Polygons.gif\" alt=\"Polygon Classification\" width=\"250\" style=\"border-radius: 8px;\"/><br>**\ud83d\udd0d Polygon Classification** | <img src=\"https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Work_Areas.gif\" alt=\"Work Areas\" width=\"250\" style=\"border-radius: 8px;\"/><br>**\ud83d\udccd Region-based Detection** |\n|:---:|:---:|:---:|\n\n### \u2702\ufe0f **Editing & Processing Tools**\n\n| <img src=\"https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Cut.gif\" alt=\"Cut Tool\" width=\"250\" style=\"border-radius: 8px;\"/><br>**\u2702\ufe0f Cut** | <img src=\"https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Combine.gif\" alt=\"Combine Tool\" width=\"250\" style=\"border-radius: 8px;\"/><br>**\ud83d\udd17 Combine** | <img src=\"https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/figures/tools/Simplify.gif\" alt=\"Simplify Tool\" width=\"250\" style=\"border-radius: 8px;\"/><br>**\ud83c\udfa8 Simplify** |\n|:---:|:---:|:---:|\n\n</div>\n\n## \ud83c\udf0a Success Stories\n\n> **Using CoralNet-Toolbox in your research?** \n> \n> We'd love to feature your work! Share your success stories to help others learn and get inspired.\n\n---\n\n### \ud83c\udfd7\ufe0f **Repository Structure**\n\n<div align=\"center\">\n  <a href=\"https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/diagram.svg\">\n    <img src=\"https://raw.githubusercontent.com/Jordan-Pierce/CoralNet-Toolbox/refs/heads/main/diagram.svg\" alt=\"Visualization of the codebase\" width=\"80%\">\n  </a>\n</div>\n\n---\n\n## \ud83c\udf0d About CoralNet\n\nCoral reefs are among Earth's most biodiverse ecosystems, supporting marine life and coastal communities worldwide. However, they face unprecedented threats from climate change, pollution, and human activities.\n\n**[CoralNet](https://coralnet.ucsd.edu/)** is a revolutionary platform enabling researchers to:\n- Upload and analyze coral reef photographs\n- Create detailed species annotations\n- Build AI-powered classification models\n- Collaborate with the global research community\n\nThe **CoralNet-Toolbox** extends this mission by providing advanced AI tools that accelerate research and improve annotation quality.\n\n---\n\n## \ud83d\udcc4 Citation\n\nIf you use CoralNet-Toolbox in your research, please cite:\n\n```bibtex\n@misc{CoralNet-Toolbox,\n  author = {Pierce, Jordan and Battista, Tim and Kuester, Falko},\n  title = {CoralNet-Toolbox: Tools for Annotating and Developing Machine Learning Models for Benthic Imagery},\n  year = {2025},\n  howpublished = {\\url{https://github.com/Jordan-Pierce/CoralNet-Toolbox}},\n  note = {GitHub repository}\n}\n```\n\n---\n\n## \u2696\ufe0f Legal & Licensing\n\n<div align=\"center\">\n\n### \u26a0\ufe0f **Disclaimer**\n*This is a scientific product and not official communication of NOAA or the US Department of Commerce. All code is provided 'as is' - users assume responsibility for its use.*\n\n### \ud83d\udccb **License**\n*Software created by US Government employees is not subject to copyright in the United States (17 U.S.C. \u00a7105). The Department of Commerce reserves rights to seek copyright protection in other countries.*\n\n</div>\n\n---\n\n<div align=\"center\">\n  <p><em>Empowering researchers \u2022 Protecting ecosystems \u2022 Advancing science</em></p>\n</div>\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Tools for annotating and developing ML models for benthic imagery",
    "version": "0.0.93",
    "project_urls": {
        "Homepage": "https://github.com/Jordan-Pierce/CoralNet-Toolbox"
    },
    "split_keywords": [
        "coralnet-toolbox"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9f3c7aa86923b27a49dce4802a1ba9bd33f577ca2491e367dc02276c17820d2e",
                "md5": "363d582a257b974ae9e7425f40b1ff6e",
                "sha256": "09b4b60872d415c2ec69ffb6fdb012a44ad4b73b1a99c161c82902ef8b58d8fc"
            },
            "downloads": -1,
            "filename": "coralnet_toolbox-0.0.93-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "363d582a257b974ae9e7425f40b1ff6e",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": "<3.11,>=3.10",
            "size": 777049,
            "upload_time": "2025-11-12T20:37:56",
            "upload_time_iso_8601": "2025-11-12T20:37:56.101335Z",
            "url": "https://files.pythonhosted.org/packages/9f/3c/7aa86923b27a49dce4802a1ba9bd33f577ca2491e367dc02276c17820d2e/coralnet_toolbox-0.0.93-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1e55090631497e7e47021c5441a473c5754644880b8fffe9dea5cc0cc2124353",
                "md5": "b66462adc3798574c625c5ad9ef1c09a",
                "sha256": "29f49e9f7b844984b1cdbc355d8285fbdd894b6c87acda36aea8da765dfc793e"
            },
            "downloads": -1,
            "filename": "coralnet_toolbox-0.0.93.tar.gz",
            "has_sig": false,
            "md5_digest": "b66462adc3798574c625c5ad9ef1c09a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.11,>=3.10",
            "size": 657842,
            "upload_time": "2025-11-12T20:37:57",
            "upload_time_iso_8601": "2025-11-12T20:37:57.462237Z",
            "url": "https://files.pythonhosted.org/packages/1e/55/090631497e7e47021c5441a473c5754644880b8fffe9dea5cc0cc2124353/coralnet_toolbox-0.0.93.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-11-12 20:37:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Jordan-Pierce",
    "github_project": "CoralNet-Toolbox",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "PyQt5",
            "specs": [
                [
                    ">=",
                    "5.15.11"
                ]
            ]
        },
        {
            "name": "pyqtdarktheme",
            "specs": []
        },
        {
            "name": "pyqtgraph",
            "specs": []
        },
        {
            "name": "ultralytics",
            "specs": [
                [
                    ">=",
                    "8.3.191"
                ]
            ]
        },
        {
            "name": "segmentation-models-pytorch",
            "specs": []
        },
        {
            "name": "albumentations",
            "specs": []
        },
        {
            "name": "lap",
            "specs": [
                [
                    ">=",
                    "0.5.12"
                ]
            ]
        },
        {
            "name": "open-clip-torch",
            "specs": [
                [
                    ">=",
                    "2.20.0"
                ]
            ]
        },
        {
            "name": "supervision",
            "specs": [
                [
                    ">=",
                    "0.24.0"
                ]
            ]
        },
        {
            "name": "scikit-learn",
            "specs": []
        },
        {
            "name": "scikit-image",
            "specs": []
        },
        {
            "name": "umap-learn",
            "specs": []
        },
        {
            "name": "faiss-cpu",
            "specs": []
        },
        {
            "name": "pycocotools",
            "specs": []
        },
        {
            "name": "ujson",
            "specs": []
        },
        {
            "name": "timm",
            "specs": [
                [
                    "==",
                    "0.9.2"
                ]
            ]
        },
        {
            "name": "autodistill",
            "specs": []
        },
        {
            "name": "transformers",
            "specs": [
                [
                    ">=",
                    "4.56.0"
                ]
            ]
        },
        {
            "name": "hf_xet",
            "specs": []
        },
        {
            "name": "x-segment-anything",
            "specs": [
                [
                    ">=",
                    "0.0.8"
                ]
            ]
        },
        {
            "name": "yolo-tiling",
            "specs": [
                [
                    ">=",
                    "0.0.27"
                ]
            ]
        },
        {
            "name": "roboflow",
            "specs": []
        },
        {
            "name": "rasterio",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "selenium",
            "specs": [
                [
                    ">=",
                    "4.15.2"
                ]
            ]
        },
        {
            "name": "beautifulsoup4",
            "specs": [
                [
                    ">=",
                    "4.12.2"
                ]
            ]
        },
        {
            "name": "webdriver_manager",
            "specs": []
        },
        {
            "name": "dill",
            "specs": []
        },
        {
            "name": "seaborn",
            "specs": []
        },
        {
            "name": "GPUtil",
            "specs": []
        },
        {
            "name": "psutil",
            "specs": []
        }
    ],
    "lcname": "coralnet-toolbox"
}
        
Elapsed time: 3.04091s