Metadata-Version: 2.4
Name: fivedreg
Version: 0.0.6
Summary: A lightweight, configurable neural network for 5D interpolation.
Author-email: Rowan d'Auria <rd761@cam.ac.uk>
Project-URL: Homepage, https://github.com/rowan-dauria/c1-coursework
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tensorflow<3.0.0,>=2.10.0
Requires-Dist: numpy>=1.21.0
Requires-Dist: pandas>=1.21.0
Provides-Extra: dev
Requires-Dist: build>=0.10.0; extra == "dev"
Requires-Dist: twine>=4.0.0; extra == "dev"
Requires-Dist: pytest>=7.0.0; extra == "dev"
Dynamic: license-file

# fivedreg

A lightweight, configurable neural network for 5D interpolation.

## Installation

Install from PyPI:

```bash
pip install fivedreg
```

**Requirements:** Python >= 3.12

## Quick Start

```python
from fivedreg import LightweightNN, DataLoader

# Your code here
```

## Documentation

For detailed documentation, tutorials, and API reference, please visit:

**https://c1-coursework-docs.readthedocs.io/en/latest/**

## License

MIT License
