Skip to content

Tabular2ImageEncoder is a python library hat converts tabular data into images for deep learning applications such as transfer learning.

License

Notifications You must be signed in to change notification settings

qiriro/Tabular2ImageEncoder

Repository files navigation

Overview

docs Documentation Status
tests
package

Tabular2ImageEncoder implements the latest state-of-the-art algorithms for image construction from tabular data.

  • Free software: BSD 2-Clause License

Installation

pip install tabular2imageencoder

You can also install the in-development version with:

pip install https://github.com/qiriro/tabular2imageencoder/archive/main.zip

Documentation

https://tabular2imageencoder.readthedocs.io/

Development

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox

About

Tabular2ImageEncoder is a python library hat converts tabular data into images for deep learning applications such as transfer learning.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages