Metadata-Version: 2.1
Name: Deep-Transit
Version: 0.1.0
Summary: Transit detection with object detection algorithm
Home-page: https://github.com/ckm3/Deep-Transit
Author: Kaiming Cui
Author-email: cuikaiming15@mails.ucas.edu.cn
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.6.1
Description-Content-Type: text/markdown
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: lightkurve (>=2.0)
Requires-Dist: wotan


# Deep-Transit

``Deep-Transit`` is an open-source Python package designed for transit detection with a 2D object detection algorithm.

## Installation
``Deep-Transit`` is easy to install with pip:
```
pip install deep-transit
```
## Quickstart

Please visit the [quickstart page](https://deep-transit.readthedocs.io/en/latest/Quickstart.html) for details.


