Clarifai / clarifai-python

Experience the power of Clarifai’s AI platform with the python SDK. 🌟 Star to support our work!
https://github.com/Clarifai/clarifai-python
Other
25 stars 4 forks source link

[EAGLE-4299] Add flag to download exported Model #337

Closed sainivedh closed 4 months ago

sainivedh commented 4 months ago

Why

How

>>> from clarifai.client.model import Model
>>> model = Model("url")
>>> model.export() 
                  or
>>> model.export("/export/dir")

Tests

Notes