Metadata-Version: 2.4
Name: superccm
Version: 1.1.0
Summary: Open-Source Framework for Corneal Nerve Image Analysis
Home-page: https://github.com/qlnfm/SuperCCM
Author: Qincheng Qiao
Author-email: jugking6688@gmail.com
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiccm
Requires-Dist: matplotlib==3.7.0
Requires-Dist: numpy<2.0.0
Requires-Dist: scikit-learn==1.7.0
Requires-Dist: pywebview
Requires-Dist: pyinstaller
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<div align="center">

<img src="docs/assets/logo.png" alt="SuperCCM Logo" width="200"/>

---

# SuperCCM

**Open-Source Framework for Corneal Nerve Image Analysis**

[![Version](https://img.shields.io/badge/version-v1.1-orange.svg)]()
[![GitHub](https://img.shields.io/badge/GitHub-SuperCCM-blue?logo=github)](https://github.com/qlnfm/SuperCCM)
[![PyPI](https://img.shields.io/pypi/v/superccm?color=blueviolet&logo=pypi)](https://pypi.org/project/superccm/)
[![License: GPL v3](https://img.shields.io/badge/license-GPLv3-green.svg)](./LICENSE)
[![DOI](https://img.shields.io/badge/DOI-10.1167/tvst.14.11.27-2ea44f?logo=doi)](https://doi.org/10.1167/tvst.14.11.27)

**[🔮Online Demo](https://huggingface.co/spaces/jugking6688/SuperCCM-Web)** 
| **[💻Desktop App Download](https://github.com/qlnfm/SuperCCM/releases)**
| **[📖 Documentation]()**
</div>

---

## ❇️ Installation

```bash
# From PyPI
pip install superccm

# From Source
conda create -n superccm python=3.10 -y
conda activate superccm
pip install -r requirements.txt
````

---

## ⚡ Quick Start

```python
from superccm.api import analysis

metrics = analysis('your/img/path')
print(metrics)
```

### Launch the desktop app

```bash
python app.py
```
---


## 📄 License

This project is licensed under the [**GPL v3**](./LICENSE).
You are free to use, modify, and distribute it under the same terms.

---

## 🎓 Academic Reference

> Qiao, Qincheng et al. “SuperCCM: An Open Source Python Toolkit for Automated Quantification of Corneal Nerve Fibers in Confocal Microscopy Images.” Translational vision science & technology vol. 14,11 (2025): 27. doi:10.1167/tvst.14.11.27

---

<div align="center">

🧬 Made with ❤️ by the SuperCCM Team
💻 [https://github.com/qlnfm/SuperCCM](https://github.com/qlnfm/SuperCCM)

</div>
