Burhan-Q / Ultralytics_DiscordBot

Discord bot providing image inference using Ultralytics HUB
GNU Affero General Public License v3.0
7 stars 0 forks source link

Fix documentation commands & use experimental API #52

Closed Burhan-Q closed 8 months ago

Burhan-Q commented 8 months ago

Tested and running in production. Note that Ultralytics HUB API endpoint information is commented in configuration file, as the inference API had some updates that broke my implementation. Reference the latest and official HUB documentation on using the inference API and make modifications to the code as required. The API endpoint for this code is not made public as it is experimental for the moment. I plan to update this in the future when there is sufficient time to work on it.