Skip to content

In this project, we will explain how we can use a model trained on Roboflow in our python projects with the help of API.

License

Notifications You must be signed in to change notification settings

Poyqraz/Roboflow-API-Usage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Ek Açıklama 2024-04-30 113051

Project Name

  1. To access your project name, you need to copy the name of your project under the projects heading in your workspace.

Ek Açıklama 2024-04-30 113401

Find version number

  1. 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.

Ek Açıklama 2024-04-30 113709

Model id

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

Ek Açıklama 2024-04-30 113719

Api Url

  1. 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

About

In this project, we will explain how we can use a model trained on Roboflow in our python projects with the help of API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages