Metadata-Version: 2.1
Name: Contrai
Version: 0.1.4
Summary: Detection and analysis of contrails using deep learning.
Home-page: https://github.com/irortiza/ContrAI
Author: Irene Ortiz
Author-email: irortiza@ing.uc3m.es
License: Apache-2.0
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ipython==8.12.3
Requires-Dist: matplotlib==3.7.5
Requires-Dist: numpy==1.24.4
Requires-Dist: opencv-python==4.9.0.80
Requires-Dist: opencv-python-headless==4.9.0.80
Requires-Dist: Pillow
Requires-Dist: s3fs==2024.10.0
Requires-Dist: timm==0.9.2
Requires-Dist: torch==2.4.1
Requires-Dist: tqdm==4.65.2
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: isort; extra == "dev"

# ContrAI 🛰️  
*A Python library for contrail detection and analysis using AI.*

![ContrAI overlay](outputs/contrail_overlay.png)

---

## 📦 Version
[![PyPI Version](https://img.shields.io/pypi/v/ContrAI)](https://pypi.org/project/ContrAI/)
[![Anaconda](https://anaconda.org/conda-forge/contrai/badges/version.svg)](https://anaconda.org/conda-forge/contrai)
![Python Versions](https://img.shields.io/badge/python-3.11|3.12|3.13|3.14-blue)

---

## 📚 Citation
If you use this package in your research, please cite:

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17437750.svg)](https://doi.org/10.5281/zenodo.17437750)

---

## ✅ Tests & Quality
![Unit Tests](https://img.shields.io/badge/tests-passing-brightgreen)
![Docs](https://img.shields.io/badge/docs-passing-brightgreen)
![Release](https://img.shields.io/badge/release-passing-brightgreen)
![OpenSSF Score](https://img.shields.io/badge/openssf-7.1-yellowgreen)

---

## ⚖️ License
This project is licensed under the [Apache 2.0 License](LICENSE).

---

## 👥 Community
[![Discussions](https://img.shields.io/badge/discussions-30-blue)]()
[![Open Issues](https://img.shields.io/badge/issues-18-yellow)]()
[![Pull Requests](https://img.shields.io/badge/pull%20requests-5-orange)]()

---

## 🧠 Features
- Automated contrail detection using deep learning  
- Image preprocessing and overlay visualization  
- Model training, evaluation, and export utilities  
- Easy-to-use CLI and Python API  

---

## 🚀 Installation

You can install ContrAI using pip:

```bash
pip install contrai
