📖The way ahead is long, I shall search high and low.
Building a Robust Shipping Container Number Vision Recognition System - Part 3 (Training, Workflow, Deployment, Takeaways)
Building a robust and accurate shipping container number OCR recognition system using SOTA machine learning techniques. This post is focused on the training, workflow, deployment and key takeaways.
Building a Robust Shipping Container Number Vision Recognition System - Part 2 (Tools, Annotation, Data Preparation)
Building a robust and accurate shipping container number OCR recognition system using SOTA machine learning techniques. This post is focused on the tools, image annotation, data preparation.
Building a Robust Shipping Container Number Vision Recognition System - Part 1 (Task, Challenges, Design)
Building a robust and accurate shipping container number OCR recognition system using SOTA machine learning techniques. This post is focused on the task, challenges, and design of the system.
Exploring Image-Related Cross-Platform App Development with Tauri: A Rust & SvelteKit Approach
Exploring Tauri for cross-platform desktop app development with Rust and SvelteKit through a simple image processing project.
Implementing YOLOv8 Object Detection with OpenCV in Rust Using ONNX Models
Detailed implementation of YOLOv8 object detection with OpenCV in Rust using ONNX models.
使用Fly.io Docker快速免费部署FreshRSS和RSSHub服务
使用Fly.io Docker快速免费自建部署FreshRSS和RSSHub服务,并连接NEON Cloud Postgres。
Create a CBIR (Vector Search) System using Milvus Vector Database for Reverse Image Search
Introduction of ANN vector search and guide on creating a CBIR system with Milvus Vector Database for reverse image search.
DIY a Simple Smart Doorbell with Raspberry Pi Pico W and Telegram Bot
A guide to DIY a simple smart doorbell using Raspberry Pi Pico W and Telegram Bot with MicroPython.
A Guide to Implementing Magic Link Login (NO Password) with SvelteKit and Serverless Backend
A guide to implementing magic link login with SvelteKit and Serverless Backend.
Free Automated Bulk Email Sending with Cloudflare Workers and MailChannels API (End of Life)
A guide to send automated emails for free using Cloudflare Workers and MailChannels API. Free alternative to SendGrid, Mailgun, etc.
An Experience in Building a Startup's IT Infrastructure
An experience in building a startup’s IT infrastructure, including Domain, Website, Email, Chat, ERP, NAS, VPN or Zero Trust, etc.
Setting Up PaddleOCR with CUDA on NVIDIA Jetson from Scratch
Notes on setting up PaddleOCR from scratch on Jetson Nano using CUDA. Includes OS preparation, VNC, paddlepaddle-gpu installation, and speed tests with CUDA and TensorRT.
Exploring Various Database Query Methods using Cloudflare Serverless Pages and Workers
Summary of different methods to query a database from Cloudflare serverless Pages or Workers. (PostgreSQL, MongoDB, PlanetScale, Cloudflare D1)
Docker部署宝塔面板(优先推荐1Panel了)搭建FreshRSS自建RSS
在Docker上安装宝塔面板,搭建FreshRSS和RSSHub服务,并设置Reeder App使用RSS。
Build a Zero-Cost Dynamic Website using Cloudflare Pages with Serverless Functions and Database Query
A guide to build a free full-stack dynamic website using Cloudflare Pages with serveless Functions, support to query (PostgreSQL, MongoDB, PlanetScale) database.
Hands-on Image Processing in Webpages with Rust and WebAssembly(Wasm)
Hands-on guide: exploring the power of Rust and WebAssembly(Wasm) for efficient image processing within webpages.
Create a Serverless Hit Counter and Visitor Tracker for Your Blog or Website using Cloudflare Workers and KV
DIY a free serverless web hit counter and visitor tracker for your blog or website using Cloudflare Workers and KV storage.
Convert between Image and Base64 in Qt and Python
Convert between image and base64 encoding data in Qt and Python.
Deploy Your Python Application or Web Service to Production with Docker and Dockerfile
A guide on how to deploy your Python application or web service API to production with Docker, and customized your Docker Image.
Use Socket.IO in Cocos Creator Game Engine for Bidirectional Communication
Tutorial on how to use Socket.IO to implement realtime bidirectional communication between Cocos Creator game and Node.js server.