Recent content by algertc

  1. algertc

    BYOB - Build Your Own Beijing | Crazy, game-changing things you can do with latest AI

    This is exactly what I am making rn. Not too hard to do at all. I started trying to get it to answer some really elaborate questions based on the vehicle history and it wasn’t doing fantastic, but I think it’s a matter of prompting well at each stage of the workflow. it’s definitely going to...
  2. algertc

    Full ALPR Database System for Blue Iris!

    I made a number of updates: Fixed session kickout to login screen Camera filter added to dashboard Password will autofill and save in your browser now Impossible to hit the login page if you have an active session Deleting a record in live feed fixed to only delete that record Correction/add...
  3. algertc

    Full ALPR Database System for Blue Iris!

    I'm working on this right now. I've fixed a bunch of other stuff but the db schema is such a pain in the ass. It has something to do with the setup running out of order. Normally I would just image the working db, but it's difficult for a self hosted app where you need to allow people to update...
  4. algertc

    BYOB - Build Your Own Beijing | Crazy, game-changing things you can do with latest AI

    Clever - what sensors are you using?
  5. algertc

    BYOB - Build Your Own Beijing | Crazy, game-changing things you can do with latest AI

    Honestly still pretty impressive that it can do that, but it's really the video analysis that makes things so much easier. Otherwise you sort of have to work something out manually to have it check multiple frames and reason across all of them. The reason I'm so interested in N8n is that you...
  6. algertc

    Full ALPR Database System for Blue Iris!

    I just posted a long, very interesting thread in Blue Iris AI that heavily relates to this app and what's to come next. I highly recommend checking it out. I'd love to hear anyone's ideas or feedback...
  7. algertc

    BYOB - Build Your Own Beijing | Crazy, game-changing things you can do with latest AI

    The object detection + ALPR setup is very solid, but thanks to the billions of dollars happily flying out of big tech to keep the big gen AI party going, we realistically could have what feels like DIY China. I know there are a handful of clever forum users running interesting custom models...
  8. algertc

    Full ALPR Database System for Blue Iris!

    Apologies for the absence guys. I’ve been preoccupied with a slew of other stuff, both work and life. I’ve tried to resolve the installation issue a few different times, but I haven’t been able to reproduce it myself. If anyone knows what’s actually wrong with the db files, please PR. Hoping...
  9. algertc

    Full ALPR Database System for Blue Iris!

    Tailscale is easy to use which is nice. I'd look for a youtube tutorial. Wireguard is comparatively way more involved and less intuitive to set up, but is faster. If you have a Unifi network, ignore all of those options and use the wifiman app from unifi. It has a feature that they call...
  10. algertc

    Full ALPR Database System for Blue Iris!

    I'm not suggesting that it's good to expose blue iris, but I would like to share that I have done some penetration testing on UI3, and it does seem to be pretty alright in terms of security against common attacks. I personally have BI on the internet with nginx proxy manager and a cloudflare DNS...
  11. algertc

    Full ALPR Database System for Blue Iris!

    I've also only ever done it once before. Niche use case and not that well known. This is a networking question and not something that the app could circumvent. You still need to be able to connect to your docker machine, regardless of how you are accessing it. Same as the Blue Iris app. For...
  12. algertc

    Full ALPR Database System for Blue Iris!

    Same url you use to connect from anything else. IP address of your docker machine with the port as 3000. I realize now that my images may be slightly confusing because of the "alpr.database". That is a local DNS record that I created for my container. Yours will probably be something like...
  13. algertc

    Full ALPR Database System for Blue Iris!

    @VideoDad Agreed. Just removed it. Details for the other options are still in the API reference page in the docs site for the tiny set of users that might need it. I also added some clarification to the prerequisites in the Readme that working ALPR is required. Does anyone have a recommendation...
  14. algertc

    Full ALPR Database System for Blue Iris!

    @svalvasori @VideoDad I hadn't noticed the delete issue. Agreed that it should only delete that specific record. I think I reused some code from the database page without thinking about it. I'll change that soon. Thanks! I'll add a delete all option too.