Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omphteliba/ff_degas
Automatische Bild-Beschreibung mit Azure Cognitive Services
https://github.com/omphteliba/ff_degas
Last synced: about 1 month ago
JSON representation
Automatische Bild-Beschreibung mit Azure Cognitive Services
- Host: GitHub
- URL: https://github.com/omphteliba/ff_degas
- Owner: omphteliba
- License: mit
- Created: 2022-02-04T15:37:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T08:26:23.000Z (7 months ago)
- Last Synced: 2024-06-13T11:23:05.940Z (7 months ago)
- Language: PHP
- Size: 34.2 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Degas
## Automatische Bild-Beschreibung mit Azure Cognitive Services
Das Addon benutzt die "Description" Funktion der "Computer Vision API" die von den Azure Cognitive Services angeboten werden.
Mehr Infos: https://westcentralus.dev.cognitive.microsoft.com/docs/services/computer-vision-v3-2/operations/56f91f2e778daf14a499f21f### API Key und Endpoint erzeugen
- Azure Resource group und Azure AI Computer vision Resource anlegen auf https://portal.azure.com/#create/Microsoft.CognitiveServicesComputerVision
- Key 1 und Location/Region unter "Resource Management / Keys and endpoint" kopieren und in den Settings eintragen### Die Dateien müssen folgende Kriterien erfüllen:
- Unterstütze Bild Formate: JPEG, PNG, GIF, BMP.
- Dateien müssen kleiner 4MB sein.
- Die Bilder müssen größer als 50 x 50 Pixel sein.