Akizip: Building an Open-Source Tool with a Friend
I am recently building Akizip with a friend as an open-source project for fun. It is a small GNOME archive manager, and the Flathub downloads rushed past 1000+ only a few days after launch.
Programming, tools, infrastructure, and project notes.
I am recently building Akizip with a friend as an open-source project for fun. It is a small GNOME archive manager, and the Flathub downloads rushed past 1000+ only a few days after launch.
Attempted to deploy YOLO to a static web page. Deployed YOLOv8n in ONNX format for easier cross-platform use, executed model inference through WebAssembly, and used Canvas to draw...
GITHUB Since my VPS has limited storage, I recently explored object storage solutions. I found that Cloudflare R2 offers a free tier, but it doesn’t provide a reliable way to...
Technology Stack Python, Flask, AWS (EC2, S3, SQS, Lambda), SQL, YOLOv8 (ONNX), RESTful API, JWT, OpenStreetMap/Leaflet, HTML/CSS, Docker Project Overview Designed and implemented...
Python, PyTorch, NumPy, OpenCV, Scikit-learn, Matplotlib, Knowledge Distillation, Deep Learning, Data Preprocessing, Model Evaluation "Figure 9 shows the accuracy of ResNet-18,...
Recently , I conducted a simple experiment on a raw image classification task, comparing the accuracy between three setups: baseline without augmentation, ResNet50 with...
Python, PyTorch, Reinforcement Learning, Deep Q-Network (DQN) I made a TouHou simulation game , and recently I add few Algorithms and a simple Q-learning AI to play the game...
Python, PyQt6, MQTT, RESTful API, JSON, HTTPS/SSL, MySQL, Docker, Linux, Git Perform 运行表现 I built an IoT testing tool for work. Can't share it (company rules), but writing this...
Recently playing Touhou, I tried mimicking a similar game in Python, loading some textures and music assets from the game. Overall, it wasn’t particularly difficult, but creating...