Metadata-Version: 2.4
Name: ml_golem
Version: 0.1.2
Summary: A description of your project
Home-page: https://github.com/CameronBraunstein/ml_golem
Author: Cameron Braunstein
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: file_golem
Requires-Dist: torch
Requires-Dist: accelerate
Requires-Dist: tensorboard
Requires-Dist: pandas
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

This is a package I developed for handling an ML pipline for training and inference. 

This work builds upon the file_golem package which I developed, and it is a necessary dependency.

The goal is to simplify working with different ML models, where all custom parameters are stored on a single config file. 

For dev: python setup.py sdist bdist_wheel && pip install .
