¶
TigerFlow ML is a TigerFlow task library extension that makes large-scale machine learning inference a breeze. Think of it as your replacement for expensive, opaque private cloud services. TigerFlow supports batch inference by running tasks on your organization's existing HPC resources using TigerFlow orchestration to optimize throughput and take advantage of unused compute cycles. Task logic is completely transparent and open source and relies on open-weight models available from the Hugging Face model hub (or bring your own). Tasks can be used on their own or incorporated into larger workflows using TigerFlow's pipeline construction.
Available Tasks¶
- OCR — Extract text from images and PDFs
- Translation — Translate text documents
- Transcription — Transcribe audio to text
- Object Detection — Detect objects in images and videos
Installation¶
TigerFlow ML requires TigerFlow to be installed.
pip install tigerflow tigerflow-ml
Next Steps¶
Check out the Task Guide for detailed usage, parameters, and examples.