Metadata-Version: 2.4
Name: overlink
Version: 0.1.0
Summary: Bridge between local PC and cloud GPU processing
Home-page: https://github.com/KhanhRomVN/overlink
Author: KhanhRomVN
Author-email: KhanhRomVN <khanhromvn@gmail.com>
Project-URL: Homepage, https://github.com/KhanhRomVN/overlink
Project-URL: Bug Tracker, https://github.com/KhanhRomVN/overlink/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# Overlink - Cloud GPU Bridge

[![PyPI version](https://img.shields.io/pypi/v/overlink.svg)](https://pypi.org/project/overlink/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Seamlessly connect local applications to cloud GPU resources (Google Colab, Kaggle, etc.) using ngrok tunnels.

## Features

- 🚀 Automatic ngrok tunnel setup
- ⚡ GPU acceleration on cloud
- 🖼️ Simple API for image processing
- 🔌 Connection health monitoring
- 🔒 Secure HTTPS connections

## Installation

```bash
pip install overlink
```
