Metadata-Version: 2.3
Name: hornets
Version: 0.1.0
Summary: 
Author: bkolosk1
Author-email: bosec99@gmail.com
Requires-Python: >=3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: scikit-learn (>=1.6.1,<2.0.0)
Requires-Dist: torch (>=2.5.1,<3.0.0)
Requires-Dist: torchaudio (>=2.5.1,<3.0.0)
Requires-Dist: torchvision (>=0.20.1,<0.21.0)
Requires-Dist: tqdm (>=4.67.1,<5.0.0)
Description-Content-Type: text/markdown

# This is a repository implementing the HorNets architecture 


## Installation

### Using Poetry

To install the package using Poetry, first ensure you have Poetry installed. If not, you can install it by following the [Poetry installation guide](https://python-poetry.org/docs/#installation).



