Metadata-Version: 2.4
Name: qbtrain
Version: 0.1.6
Summary: Tools for training and serving models (replace with a short description)
Author: Pavan Reddy
Keywords: training,ml,qbtrain
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic>=2.12.0
Requires-Dist: openai>=2.16.0
Requires-Dist: ollama>=0.6.0
Requires-Dist: boto3>=1.42.40
Requires-Dist: google-cloud-aiplatform>=1.135.0
Requires-Dist: playwright>=1.40.0
Requires-Dist: pymupdf>=1.24.0
Requires-Dist: python-docx>=1.1.0
Requires-Dist: Pillow>=10.0
Requires-Dist: sqlglot>=28.9.0
Dynamic: license-file

# qbtrain

Tools for training and serving models for the QBTrain platform. This package
contains the reusable `qbtrain` library; the Django server that uses it lives in
`python/qbtrainserver` of the same repository and ships as the same versioned
release (PyPI package, Docker image tag, and git tag are kept in lockstep).

## Install

```bash
pip install qbtrain
```
