Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tagger kafka message format change #88

Closed
DenisNovac opened this issue Sep 28, 2024 · 0 comments · Fixed by #90
Closed

Tagger kafka message format change #88

DenisNovac opened this issue Sep 28, 2024 · 0 comments · Fixed by #90
Assignees

Comments

@DenisNovac
Copy link
Member

DenisNovac commented Sep 28, 2024

Changes needed after Baklanov-Soft/image-hosting-processing#31

Categorizator will send images in this format now

{
	"image": {
		"bucket": "00000000-0000-0000-0000-000000000000",
		"prefix": "d082dd66-5723-4ca3-8401-f78410ecf32e",
		"name": "original.jpg"
	},
	"categories": {
		"nsfw": 0.9998799562454224,
		"person": 0.9533286094665527
	}
}
@DenisNovac DenisNovac moved this to Backlog in Image hosting Sep 28, 2024
@adedw adedw self-assigned this Oct 1, 2024
@adedw adedw moved this from Backlog to In Progress in Image hosting Oct 1, 2024
@adedw adedw closed this as completed in #90 Oct 1, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Image hosting Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants