Email or username:

Password:

Forgot your password?
Every Door OSM Editor

So given I've spent some time on @everydoor yesterday, I decided to also experiment with the ChatGPT tags suggestion API by @ian (image-to-osm.vercel.app/). A bit slow, but feels like magic.

This will not go into production, of course.

You can download an Android apk from github.com/Zverik/every_door/a (you need to be logged in to github).

5 comments
tomek

@everydoor @ian wouldn't old good machine learning alghoritms be enough for this limited dataset?

Ian Dees

@everydoor that's super cool! It should be a bit faster if you can scale the image down to 1024px before uploading.

Every Door OSM Editor

@ian Oh, I've been thrown off a bit because your JS has 2048 for max_dimension, and now I see your Python script has 1024 :)

Still, for production use it should address ChatGPT directly, I think. But also, I'm wary of environmental issues with LLMs, so I don't think I'll pursue this further.

Ian Dees

@everydoor yup, understandable. Thanks for experimenting!

s3lf

@everydoor that is super helpfull for opening time signs as well, but it would be cool if a photo could also used to add tags to an existing point. I think you should also allow to enter an own openAI API key so the burden to decide about environment impacts is more on the user side.

Go Up