18 posts tagged with "python"
RAK NYE CarPass — Parking & Access Management System
Comprehensive parking and access management system for the Ras Al Khaimah New Year's Eve celebration on Al Marjan Island. Handles vehicle registration, car pass issuance, ANPR camera integration, barcode/QR access control, hotel quota management, and live parking statistics.
Nov 26, 2025
Clarity PMA — AI-Powered Project Manager Assistant
An intelligent, local-first project management assistant that converts unstructured meeting notes and video transcripts into actionable work items. Uses Ollama for on-device LLM inference (no cloud dependency), generates structured JSON with Pydantic validation, and posts work items directly to Plane.so, Azure DevOps, GitHub Projects, or console output. Fully local and private — all AI processing stays on your machine.
Apr 15, 2026
FastAPI ML Project — Car Damage Assessment Platform
A machine learning microservices platform for automated car accident damage assessment. Features a FastAPI backend, an asynchronous GPU-accelerated ML worker using Detectron2 for damage detection on car images, MongoDB persistence, Flask and React frontends, and a Celery task queue. Fully containerized with Docker Compose for NVIDIA GPU-accelerated inference.
Nov 19, 2023
Z-Transfer — Decentralized File Sharing on 0Chain
A decentralized file-sharing web application built on the 0Chain (Zero Chain) blockchain. Features a Flask backend with a custom Python SDK for interacting with the blockchain, Reed-Solomon erasure-coded file sharding across storage nodes, BLS cryptographic signing, and a Bootstrap 5 frontend. Fully containerized with Docker Compose for both development and production.
Nov 19, 2023
PostManager — Python Library for Blog Post & Media Management
A Python library for managing blog posts, galleries, and personal records with pluggable storage backends. Features a clean adapter/proxy architecture supporting local filesystem and AWS S3 storage, flexible metadata control with dynamic attribute typing, base64-encoded media management, and comprehensive documentation. Published on PyPI with automated CI/CD.
Jul 17, 2023
Flask DevOps — Service Rebuild API
A lightweight Flask API service that initiates remote rebuilds for web services on a machine. Features password-authenticated POST endpoints that execute build scripts via subprocess, with stdout/stderr capture and a Bootstrap web dashboard. Production-ready with Gunicorn (gthread workers), Nginx reverse proxy with SSL, and systemd service management.
Apr 16, 2023
PyCrypto — Bitcoin ECC & Transaction Library in Python
A pure-Python cryptographic foundation for Bitcoin blockchain development. Implements elliptic curve cryptography (ECC) on the secp256k1 curve, including finite field arithmetic, ECDSA signing and verification, key generation, and Bitcoin address encoding. Also includes a full Bitcoin transaction parser supporting legacy and SegWit formats, with a testnet block explorer API fetcher.
Mar 22, 2023
ZeroChain SDK — Python Client for the Zus Blockchain
A Python SDK for interacting with the Zus (formerly 0Chain) decentralized storage blockchain. Provides wallet management, token transactions, storage allocation CRUD, blobber discovery, miner/sharder staking, and vesting pool operations. Features a consensus-based HTTP client, BLS cryptographic signing via a Node.js bridge, and Reed-Solomon erasure coding for file sharding.
Feb 6, 2023
Django GraphQL Starter — API Template
A starter template for building Django GraphQL APIs. Bootstraps a Django project with Graphene-Django for automatic GraphQL schema generation from models, including basic CRUD operations on a Todo model, test setup, and Docker support for containerized development.
Apr 10, 2021
Python Hanoi — Towers of Hanoi Simulation
A Python simulation of the classic Towers of Hanoi puzzle. Visualizes each move step-by-step with colored disks and tower state printed to the console. Uses a recursive algorithm to solve the puzzle optimally in 2^n - 1 moves.
Aug 26, 2020