Metadata-Version: 2.1
Name: litmnist
Version: 0.1.0
Summary: PyTorch Lightning demo on the MNIST dataset
Home-page: https://github.com/XavierJiezou/LitMNIST
Keywords: PyTorch,PyTorch-Lightning,MNIST
Author: XavierJiezou
Author-email: 878972272@qq.com
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: fire (>=0.4.0,<0.5.0)
Requires-Dist: pytorch-lightning (>=1.6.3,<2.0.0)
Requires-Dist: rich (>=12.3.0,<13.0.0)
Requires-Dist: torch (>=1.11.0,<2.0.0)
Requires-Dist: torchvision (>=0.12.0,<0.13.0)
Project-URL: Documentation, https://github.com/XavierJiezou/LitMNIST
Project-URL: Repository, https://github.com/XavierJiezou/LitMNIST
Description-Content-Type: text/markdown

# LitMNIST

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/XavierJiezou/LitMNIST/Release)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/c2f85c8d6b8a4892b40059703f087eab)](https://www.codacy.com/gh/XavierJiezou/LitMNIST/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=XavierJiezou/LitMNIST&amp;utm_campaign=Badge_Grade)
[![codecov](https://codecov.io/gh/XavierJiezou/LitMNIST/branch/main/graph/badge.svg?token=AFQB7E7JID)](https://codecov.io/gh/XavierJiezou/LitMNIST)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/LitMNIST)
![PyPI - Downloads](https://img.shields.io/pypi/dm/LitMNIST)
![PyPI](https://img.shields.io/pypi/v/LitMNIST)
[![GitHub stars](https://img.shields.io/github/stars/XavierJiezou/LitMNIST)](https://github.com/XavierJiezou/LitMNIST/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/XavierJiezou/LitMNIST)](https://github.com/XavierJiezou/LitMNIST/network)
[![GitHub issues](https://img.shields.io/github/issues/XavierJiezou/LitMNIST)](https://github.com/XavierJiezou/LitMNIST/issues)
[![GitHub license](https://img.shields.io/github/license/XavierJiezou/LitMNIST)](https://github.com/XavierJiezou/LitMNIST/blob/main/LICENSE)

PyTorch Lightning demo on the MNIST dataset.

## Demo

## Install

```bash
pip install litmnist
```

## Usage

`$ litmnist`

## Changelog

See [CHANGELOG.md](CHANGELOG.md)

## License

[MIT License](License)

## References

- [Python dependency management and packaging made easy.](https://github.com/python-poetry/poetry)
- [The lightweight PyTorch wrapper for high-performance AI research. Scale your models, not the boilerplate.](https://github.com/PyTorchLightning/pytorch-lightning)

