Metadata-Version: 2.4
Name: fast_hyperfast
Version: 1.0.2
Summary: HyperFast (https://github.com/AI-sandbox/HyperFast) but customizable (and in some cases faster too!)
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: pandas>=2.2.3
Requires-Dist: pydantic>=2.10.4
Requires-Dist: requests>=2.32.3
Requires-Dist: scikit-learn==1.5.2
Requires-Dist: torch>=2.5.1
Requires-Dist: tqdm>=4.67.1
Requires-Dist: xlrd>=2.0.1
Description-Content-Type: text/markdown

# Fast HyperFast ⚡

Fast Hyperfast is a project heavily inspired by the ideas and (some) of the code from [HyperFast](https://github.com/AI-sandbox/HyperFast). The project aims to improve it adding the possibility to:

  - Save the main model result inside a pkl file (so you can import it on your embedded device, raspberry pi, etc.)
  - Add the code for training the HyperNetwork 
  - Re-write the code so you have two sources to look at the same stuff (and it was a great experience for learning how it works!)

## License

This project is licensed under the **Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)** license, the same as [HyperFast](https://github.com/AI-sandbox/HyperFast)