BRAINSia / dcm-classifier

Apache License 2.0
2 stars 1 forks source link

Include Model File in Package #31

Closed CavRiley closed 7 months ago

CavRiley commented 7 months ago

If this feature request related to a problem? Please describe.

This feature request aims to address the problem of packaging a machine learning model file within the Python package. Currently, the absence of a model file limits the usability and portability of the package, as users need to separately obtain and load the model file to utilize the package's functionality. By including a pre-trained model file within the package, users can easily install the package and immediately start using the provided model for inference tasks without additional manual steps.

Alternatives Considered If Applicable

N/A

Rationale

The addition of a model file to the pip package offers several benefits:

Implementation Ideas

Additional Context

Including a model file within the pip package enhances the overall user experience and makes the package more accessible to a wider audience. By bundling the model file with the package, users can seamlessly integrate machine learning capabilities into their Python applications, accelerating development and deployment workflows. Additionally, providing a pre-trained model file within the package aligns with the project's goal of delivering comprehensive and user-friendly solutions to its users.