roboflow / roboflow-python

The official Roboflow Python package. Manage your datasets, models, and deployments. Roboflow has everything you need to build a computer vision application.
https://docs.roboflow.com/python
Apache License 2.0
280 stars 72 forks source link

Readme: upload_dataset in workspace, not project #232

Closed LinasKo closed 6 months ago

LinasKo commented 6 months ago

Description

upload_dataset is a function of workspace - not project.

Type of change

How has this change been tested, please provide a testcase or example of how you tested the change?

Code line in workspace: https://github.com/roboflow/roboflow-python/blob/ef6e3d9b32c8503fe2bfa7583e7ee8ba169b9214/roboflow/core/workspace.py#L271

Project: https://github.com/roboflow/roboflow-python/blob/main/roboflow/core/project.py

Any specific deployment considerations

None.

Docs

Tiny updates to Readme.md and index.md.