Metadata-Version: 2.1
Name: movinets_helper
Version: 0.1.0
Summary: Top-level package for movinets-helper.
Home-page: https://github.com/plaguss/movinets_helper
License: MIT
Author: Agustín Piqueres
Author-email: agustin.piqueres@gmail.com
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: tensorflow
Requires-Dist: tensorflow-io>=0.26.0
Requires-Dist: tf-models-official
Requires-Dist: tqdm>=4.62.3
Requires-Dist: pandas>=1.3.5
Requires-Dist: opencv-python>=4.5.5.62
Requires-Dist: opencv-python-headless>=4.6.0.66
Requires-Dist: isort ; extra == "dev"
Requires-Dist: black ; extra == "dev"
Requires-Dist: mypy ; extra == "dev"
Requires-Dist: nox ; extra == "dev"
Requires-Dist: flake8 ; extra == "dev"
Requires-Dist: mkdocs ; extra == "doc"
Requires-Dist: mkdocs-material ; extra == "doc"
Requires-Dist: mkdocstrings[python] ; extra == "doc"
Requires-Dist: pytest==6.2.3 ; extra == "test"
Requires-Dist: pytest-cov==2.11.1 ; extra == "test"
Project-URL: Documentation, https://movinets_helper.readthedocs.io
Project-URL: Repository, https://github.com/plaguss/movinets_helper
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test

# movinets-helper

Package to help fine-tuning MoViNets.

WORK IN PROGRESS.

### Development status

![ci workflow](https://github.com/plaguss/movinets_helper/actions/workflows/ci.yml/badge.svg)

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

[![codecov](https://codecov.io/gh/plaguss/movinets_helper/branch/main/graph/badge.svg?token=AVKH6TS7G7)](https://codecov.io/gh/plaguss/movinets_helper)

[![Documentation Status](https://readthedocs.org/projects/movinets_helper/badge/?version=latest)](https://movinets_helper.readthedocs.io/en/latest/?badge=latest)


### Installation

Explain here

### Usage

Explain here

### Documentation

Insert link

### License

[MIT License](https://github.com/plaguss/movinets_helper/blob/main/LICENSE)

