Comment on page
Python Package
Use Roboflow in your Python code.
The Roboflow Python package is a wrapper around the Roboflow REST API, providing abstract methods for interacting with Roboflow in Python code.
The Python package offers methods for managing projects and workspaces, uploading and downloading datasets, running inference on models, uploading model weights, and more.
Examples and references for using methods in the Python package are documented in the API Reference documentation.
To install this package, you must use
Python 3.8
or a more recent version of Python. To install the Roboflow Python package, run the following command:
pip install roboflow
Microsoft Visual C++ redistributable, is needed for some Python packages. You can download it from the official Microsoft website:
After downloading the appropriate file, run the installer and follow the prompts to install the redistributable.
Last modified 2mo ago