Uploaded November 2018 | Updated September 2026, 2 weeks ago
Product Links (some are affiliate links)
- Raspberry Pi 5 π amzn.to/3SzmYiT
- Raspberry Pi Camera π amzn.to/3u9ewh8
π§ Need expert help fast? Book a 1:1 session and get unstuck today π bit.ly/42I10y5
π₯ NEW: Unlock members-only videos and behind-the-scenes drops π bit.ly/4iyBm4I
π οΈ The exact tools and gear I trust (and actually use) π amzn.to/44fKDv4
π Step-by-step setup guides, templates, and insider resources π bit.ly/4ivZDID
π Grab custom gear and tools designed by me π etsy.me/4isKwjb
π© For sponsorships or business inquiries, reach out: macgyvertechnology@gmail.com
This tutorial will demonstrate how ip cameras or Raspberry Pi with camera module can be used to both detect and transcribe license plates in video feeds. This particular implementation uses a license plate recognition software package called Open ALPR.
OpenALPR is a NVIDIA software company that develops license plate and vehicle recognition products. The OpenALPR software achieves state-of-the-art accuracy through the use of deep learning. OpenALPR products are used in a wide variety of applications, such as surveillance, parking enforcement, data entry, and supply chain automation. The company is based in Boston, MA and supports customers worldwide.
ALPR, ANPR, LPR, License Plate Recognition, Open Source, Free, License Plate, Number Plate
#computervision #raspberrypi #openalpr
Node.js Code Snippet
gist.github.com/tmoody/29801e036b70c7bbbcfdbe77294f8329
Open ALPR
openalpr.com
Product Links (some are affiliate links)
- Raspberry Pi 5 π amzn.to/3SzmYiT
- Raspberry Pi Camera π amzn.to/3u9ewh8
π§ Need expert help fast? Book a 1:1 session and get unstuck today π bit.ly/42I10y5
π₯ NEW: Unlock members-only videos and behind-the-scenes drops π bit.ly/4iyBm4I
π οΈ The exact tools and gear I trust (and actually use) π amzn.to/44fKDv4
π Step-by-step setup guides, templates, and insider resources π bit.ly/4ivZDID
π Grab custom gear and tools designed by me π etsy.me/4isKwjb
π© For sponsorships or business inquiries, reach out: macgyvertechnology@gmail.com
This tutorial will demonstrate how ip cameras or Raspberry Pi with camera module can be used to both detect and transcribe license plates in video feeds. This particular implementation uses a license plate recognition software package called Open ALPR.
OpenALPR is a NVIDIA software company that develops license plate and vehicle recognition products. The OpenALPR software achieves state-of-the-art accuracy through the use of deep learning. OpenALPR products are used in a wide variety of applications, such as surveillance, parking enforcement, data entry, and supply chain automation. The company is based in Boston, MA and supports customers worldwide.
ALPR, ANPR, LPR, License Plate Recognition, Open Source, Free, License Plate, Number Plate
#computervision #raspberrypi #openalpr
Node.js Code Snippet
gist.github.com/tmoody/29801e036b70c7bbbcfdbe77294f8329
Open ALPR
openalpr.com





![IPFS, Pinata, and the Long-Term Risks of Storing NFTs
This video discusses the curious case of disappearing NFTs and why concepts like garbage collection and link rot contribute to the relative impermanence of NFTs.
Title Test: Disappearing NFTs
Outline
2 Parts of an NFT 0:00 - 0:19
File Asset 0:19 - 1:22
#ipfs #nft
Making it possible to download a file from many locations that arent managed by one organization:
Supports a resilient internet. If someone attacks Wikipedias web servers or an engineer at Wikipedia makes a big mistake that causes their servers to catch fire, you can still get the same webpages from somewhere else.
Makes it harder to censor content. Because files on IPFS can come from many places, its harder for anyone (whether theyre states, corporations, or someone else) to block things. We hope IPFS can help provide ways to circumvent actions like these when they happen.
Can speed up the web when youre far away or disconnected. If you can retrieve a file from someone nearby instead of hundreds or thousands of miles away, you can often get it faster. This is especially valuable if your community is networked locally but doesnt have a good connection to the wider internet. (Well-funded organizations with technical expertise do this today by using multiple data centers or CDNs β content distribution networks (opens new window). IPFS hopes to make this possible for everyone.)
That last point is actually where IPFS gets its full name: the InterPlanetary File System. Were striving to build a system that works across places as disconnected or as far apart as planets. While thats an idealistic goal, it keeps us working and thinking hard, and almost everything we create in pursuit of that goal is also useful here at home.
1Password | Secure Enclave for Password Management
https://www.jdoqocy.com/click-100583730-14464697
Wander Bear Coffee #wanderingbearcoffee
https://glnk.io/y5vz/timothy
Use Discount Code for 10% OFF Everything: Timothy
π No Code Technology Mastermind Zoom Call Calendar [Free to Join]
https://lu.ma/v1st3q5l
π Lets Talk. One-on-One.
https://calendly.com/session-with-tim
β Consider Subscribing
https://bit.ly/3ekpBk1
π’ Business Consulting
https://statechange.ai/ IPFS, Pinata, and the Long-Term Risks of Storing NFTs](https://i.ytimg.com/vi/Hc8sxDGufo0/mqdefault.jpg)


![API Showdown: REST vs GraphQL
GraphQL is a query language and server-side runtime for application programming interfaces (APIs) that prioritizes giving clients exactly the data they request and no more.
GraphQL is designed to make APIs fast, flexible, and developer-friendly. It can even be deployed within an integrated development environment (IDE) known as GraphiQL. As an alternative to REST, GraphQL lets developers construct requests that pull data from multiple data sources in a single API call.
Additionally, GraphQL gives API maintainers the flexibility to add or deprecate fields without impacting existing queries. Developers can build APIs with whatever methods they prefer, and the GraphQL specification will ensure they function in predictable ways to clients.
Outline
Apollo GraphQL 0:00 - 0:30
GraphQL Protocol 0:30 - 2:30
Apollo Open Source Software 2:30 - 7:15
Building Value 7:15 - 9:34
https://graphql.org/
GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.
Relay
https://relay.dev/
Urql/Formidable
https://formidable.com/open-source/urql/
The highly customizable and versatile GraphQL client for React, Svelte, Vue, or plain JavaScript, with which you add on features like normalized caching as you grow.
AWS App Sync
https://aws.amazon.com/appsync/
Organizations choose to build APIs with GraphQL because it helps them develop applications faster, by giving front-end developers the ability to query multiple databases, microservices, and APIs with a single GraphQL endpoint.
AWS AppSync is a fully managed service that makes it easy to develop GraphQL APIs by handling the heavy lifting of securely connecting to data sources like AWS DynamoDB, Lambda, and more. Adding caches to improve performance, subscriptions to support real-time updates, and client-side data stores that keep off-line clients in sync are just as easy. Once deployed, AWS AppSync automatically scales your GraphQL API execution engine up and down to meet API request volumes.
Prisma
https://www.prisma.io/graphql
Query data from MySQL, PostgreSQL & SQL Server databases in GraphQL with Prisma β a better ORM for JavaScript and TypeScript.
Hasura
https://hasura.io/
Developers and architects love Hasura because it takes no time to get started, doesnβt need them to be a GraphQL expert upfront, and saves their teams months of recurring effort in building, shipping and maintaining their APIs.
8base
https://www.8base.com/
Apollo GraphQL
https://www.apollographql.com/
The Apollo Graph Platform unifies GraphQL across your apps and services, unlocking faster delivery for your engineering teams.
#graphql
1Password | Secure Enclave for Password Management
https://www.jdoqocy.com/click-100583730-14464697
Wander Bear Coffee #wanderingbearcoffee
https://glnk.io/y5vz/timothy
Use Discount Code for 10% OFF Everything: Timothy
π No Code Technology Mastermind Zoom Call Calendar [Free to Join]
https://lu.ma/v1st3q5l
π Lets Talk. One-on-One.
https://calendly.com/session-with-tim
β Consider Subscribing
https://bit.ly/3ekpBk1
π’ Business Consulting
https://statechange.ai/ API Showdown: REST vs GraphQL](https://i.ytimg.com/vi/ItSU4r8x16I/mqdefault.jpg)

