Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

prepare_model

Method
This is a method of the UploadVisionModel class in the upload_vision module.
Load the trained model for uploading.

Signature

def prepare_model() -> Any

Returns

Returns
Any
The result of the operation.

Uses

  • FastVisionModel.from_pretrained

Used By

Source

View on GitHub

praisonai/upload_vision.py at line 28