https://github.com/poyqraz/roboflow-api-usage
In this project, we will explain how we can use a model trained on Roboflow in our python projects with the help of API.
https://github.com/poyqraz/roboflow-api-usage
pycharm python roboflow-api
Last synced: 5 months ago
JSON representation
In this project, we will explain how we can use a model trained on Roboflow in our python projects with the help of API.
- Host: GitHub
- URL: https://github.com/poyqraz/roboflow-api-usage
- Owner: Poyqraz
- License: mit
- Created: 2024-04-30T08:19:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-30T09:05:02.000Z (about 2 years ago)
- Last Synced: 2025-04-06T02:31:44.849Z (about 1 year ago)
- Topics: pycharm, python, roboflow-api
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Roboflow-API-Usage
First of all, how to get api url?
1) You can find your customized api key in the roboflow api tab by clicking the settings button in the upper right corner of your workspace page.

Project Name
2) To access your project name, you need to copy the name of your project under the projects heading in your workspace.

Find version number
3) To find out the version of your project, go to your project page and click on the version section. For example, it is written as balloon_finder/1. Here the number after the / sign represents the project version.

Model id
4) Your model id is a combination of project name and project version. So for example it is written as " balloon_finder/1 " .

Api Url
5) To access the api url, it will be enough to copy the web address (url) of your roboflow workspace.
I shared the python file required for API usage in the article content.
# Thanks For The Be Here.
# Sources
1- https://inference.roboflow.com
2- https://discuss.roboflow.com
3- https://universe.roboflow.com
4- https://universe.roboflow.com
5- https://docs.roboflow.com/deploy/hosted-api/custom-models/object-detection