Metadata-Version: 2.1
Name: aircraft_classifiers_jme45
Version: 0.3.0
Summary: A simple package for storing aircraft classifiers for training and prediction.
Project-URL: Homepage, https://github.com/jme45/aircraft_classifiers_jme45
Project-URL: Issues, https://github.com/jme45/aircraft_classifiers_jme45/issues
Author-email: Jonathan Edge <j.edge@zoho.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: numpy
Requires-Dist: pytest
Requires-Dist: torch
Requires-Dist: torchmetrics
Requires-Dist: torchvision
Requires-Dist: transfer-learning-vision-classifiers
Description-Content-Type: text/markdown

# aircraft_classifiers_jme45
> Package for classifiers for aircraft classification, to be used in several other projects.
> Based on FGVCA aircraft data (see https://arxiv.org/pdf/1306.5151.pdf), though this code allows one to use a subset

This is not expected to be of sufficient general interest that other people might want to install it, but for my personal use it is useful to have it on pypi.

## Installation
pip install git+https://github.com/jme45/aircraft_classifiers_jme45@main

