Metadata-Version: 2.1
Name: torchexpo
Version: 1.1.0a4
Summary: Collection of models and extensions for mobile deployment in PyTorch
Home-page: https://github.com/torchexpo/torchexpo
Author: Omkar Prabhu
Author-email: prabhuomkar@pm.me
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Description-Content-Type: text/markdown
Requires-Dist: onnx
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: transformers

# TorchExpo

<img src="https://img.shields.io/github/license/torchexpo/torchexpo?style=flat-square"
   alt="License">
<img src="https://img.shields.io/travis/torchexpo/torchexpo?style=flat-square" alt="Build Status">

- [Getting Started](#getting-started)
  - [Prerequisites](#prerequisites)
  - [Installation](#installation)
- [Contributing](#contributing)
- [License](#license)

## Getting Started

### Prerequisites

### Installation

## Contributing

We appreciate all contributions. If you are planning to contribute back bug-fixes, please do so
without any further discussion.

If you plan to contribute new features, utility functions or any application upgrades, please first
open an issue and discuss the feature with us. Sending a PR without discussion might end up
resulting in a rejected PR, because we might be taking the project in a different direction
than you might be aware of.

Please refer our [Contribution Guide](CONTRIBUTING.md) for more details.

## License

This project is licensed under Apache-2.0 as given in [LICENSE](LICENSE) file.


