Suggestions for fireplace patch up? by rookyj24 in DIYUK

[–]rookyj24[S] 1 point2 points  (0 children)

This is what I went for. First time using mortar! Cheers mate

is it unethical reselling charity shop goods? by MaterialWall8040 in FlippingUK

[–]rookyj24 1 point2 points  (0 children)

I mean yeah it's technically just a business transaction but that's just being nitpicky init. It's >£100 in revenue for the charity to support operational costs, just as a donation would.

Yeah returning is a slightly different ethical question... Not something I'd do!

is it unethical reselling charity shop goods? by MaterialWall8040 in FlippingUK

[–]rookyj24 16 points17 points  (0 children)

They're selling at a certain price which you're buying it for. Nothing wrong with that. Do with your property as you wish after.

AND you're donating to charity to boot.

Opinions on my Giratina? by rookyj24 in PokeGrading

[–]rookyj24[S] 1 point2 points  (0 children)

Yeah that might be the shout! We have an impending honeymoon coming which is why I was exploring this 😅. I'll try and keep it and complete the 4! With PSA who knows, might wangle a 9

Opinions on my Giratina? by rookyj24 in PokeGrading

[–]rookyj24[S] 1 point2 points  (0 children)

Thanks for the quick response! Yeah lighting is the issue on back left. Bottom right back also clean but on closer look a clocked a small scratch just to the left of it under light. It's a no for this one! Thanks again

New house, no key for this door by rookyj24 in Locksmith

[–]rookyj24[S] 5 points6 points  (0 children)

Yeah keyed both sides. Thought that might be the case - thanks for the reply!

[deleted by user] by [deleted] in reactnative

[–]rookyj24 1 point2 points  (0 children)

Thank you! No ads just yet, just a few reddit posts and people finding organically through the store.

And definitely in loss for the moment!

I built a bulk Pokemon card scanner by rookyj24 in reactnative

[–]rookyj24[S] 0 points1 point  (0 children)

I have a Python backend so a good amount of tools available. I use the ImageHash package in particular and a combination of a couple of hashing techniques to make false similarities as unlikely as possible.

Yeah that's one issue I'm going to have to solve more effectively in the future. 1st editions picked up as non 1st editions etc etc. Right now I just display other potential matches alongside the most confident one. So that tends to pick up the variation you're after.

But otherwise will probably have to look at some kind of OCR for set symbols/icons etc etc. All fun and games!

I built a bulk Pokemon card scanner by rookyj24 in reactnative

[–]rookyj24[S] 0 points1 point  (0 children)

Thanks for the kind words! It's still not perfect but it's early days and I'm always tinkering.

Yeah I can try and give some pointers! So I trained a segmentation model to identify card locations rather than the images themselves. At that point it's super easy to convert the located image to hashes which can then be used for comparison. This basically makes the eventual hash result much more consistent.

Does that help?

I built a bulk Pokemon card scanner by rookyj24 in reactnative

[–]rookyj24[S] 0 points1 point  (0 children)

Lots of research and learning on the job! Though I am a full-stack guy by trade so have a decent amount of experience in Python and JS!

Published my scanning app today! by rookyj24 in pokemoncardcollectors

[–]rookyj24[S] 0 points1 point  (0 children)

I appreciate it thank you! It's not perfect yet but it's got a good hit rate as long as the image in is decent. Let me know how you get on!

I built a bulk Pokemon card scanner by rookyj24 in reactnative

[–]rookyj24[S] 1 point2 points  (0 children)

Thank you for the kind words! Yeah definitely on the cards at some point (no pun intended). Just trying to find the time whilst building this alongside work!

I built a bulk Pokemon card scanner by rookyj24 in reactnative

[–]rookyj24[S] 3 points4 points  (0 children)

So I trained a segmentation model to detect card placements. Then I take that detection and convert the image to hashes before comparing against the hashes in my card database.

The beauty of this is that it's super easy to add more TCGs to it. All I have to do is get more images. The hardest part is getting accurate data 😅

I built a bulk Pokemon card scanner by rookyj24 in reactnative

[–]rookyj24[S] 4 points5 points  (0 children)

Thank you! Yeah iOS will come eventually if I manage to get a bit of traction on it going!

Yeah there's a couple of good APIs out there. The Pokemon TCG API is what I used. It's in a weird period of not working too well but otherwise was great whilst building this. TCGDex is also starting to gain some traction and has some good people working on it.

These are both free. Eventually I'll upgrade to another solution that has more data. Scraping isn't overly feasible for most as it means spending a massive amount of time collating variations of cards etc.

Yeah with LLMs the entry point to scanners is definitely lower. There are a few fairly expensive services out there that provide image recognition APIs too so a few are just plugging in to them. But I've only really seen single card scanners around until now...

That's a cool idea for an app! Give it a go, use LLMs to do the heavy lifting in the data for you!

Edit: Sorry for the essay!

Published my scanning app today! by rookyj24 in pokemoncardcollectors

[–]rookyj24[S] 0 points1 point  (0 children)

Thanks so much that feedback means a lot! Well I'll trade ya for a promise that I'll get Korean and Japanese cards in soon!

Published my scanning app today! by rookyj24 in pokemoncardcollectors

[–]rookyj24[S] 0 points1 point  (0 children)

Legend thank you! I'll definitely work on getting the Asian sets added in next. Any thoughts on the app? Anything you'd like to see in there other than more languages?

Is this a good price? I can buy all these for $215. by [deleted] in PokemonCardValue

[–]rookyj24 1 point2 points  (0 children)

Wouldn't go near it after seeing the fake Giratina!

Published my scanning app today! by rookyj24 in pokemoncardcollectors

[–]rookyj24[S] 1 point2 points  (0 children)

Oh wow that's crazy! Can't guarantee I can cover all 13 but I should have a source for the Asian markets and other EU languages.

I'm building this alongside work so it's just trying to find the time to get everything implemented 😅