{"id":26898345,"url":"https://github.com/ctkqiang/hsc_license","last_synced_at":"2026-05-02T19:35:10.784Z","repository":{"id":283973255,"uuid":"953444217","full_name":"ctkqiang/HSC_License","owner":"ctkqiang","description":"这是一个基于计算机视觉的中国车牌识别系统，使用 FastAPI 构建后端服务，提供简单的 Web 界面进行车牌图片上传和识别。","archived":false,"fork":false,"pushed_at":"2025-03-23T11:45:37.000Z","size":3592,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T05:46:27.891Z","etag":null,"topics":["car-license","car-license-plate-recognition","china","computer-vision","ctkqiang","ocr","ocr-recognition","opencv","opencv-python","python"],"latest_commit_sha":null,"homepage":"http://www.ctkqiang.xin/HSC_License/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ctkqiang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-23T11:39:57.000Z","updated_at":"2025-03-23T11:45:25.000Z","dependencies_parsed_at":"2025-03-23T12:38:03.926Z","dependency_job_id":null,"html_url":"https://github.com/ctkqiang/HSC_License","commit_stats":null,"previous_names":["ctkqiang/hsc_license"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctkqiang%2FHSC_License","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctkqiang%2FHSC_License/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctkqiang%2FHSC_License/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctkqiang%2FHSC_License/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ctkqiang","download_url":"https://codeload.github.com/ctkqiang/HSC_License/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246591810,"owners_count":20801985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["car-license","car-license-plate-recognition","china","computer-vision","ctkqiang","ocr","ocr-recognition","opencv","opencv-python","python"],"created_at":"2025-04-01T05:46:31.330Z","updated_at":"2026-05-02T19:35:10.749Z","avatar_url":"https://github.com/ctkqiang.png","language":"HTML","funding_links":["https://ko-fi.com/F1F5VCZJU","https://www.paypal.com/paypalme/ctkqiang"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"assets/logo.svg\" width=\"200\" alt=\"灵取证 Logo\"/\u003e\n    \u003ch1\u003e篆识车号 (License Plate Recognition)\u003c/h1\u003e\n    \u003cp\u003e这是一个基于计算机视觉的中国车牌识别系统，使用 FastAPI 构建后端服务，提供简单的 Web 界面进行车牌图片上传和识别。\u003c/p\u003e\n  \u003cp\u003e\n    \u003cimg src=\"https://img.shields.io/badge/版本-1.0.0-blue.svg\" alt=\"version\"/\u003e\n    \u003cimg src=\"https://img.shields.io/badge/许可证-Mulan PSL-green.svg\" alt=\"license\"/\u003e\n    \u003cimg src=\"https://img.shields.io/badge/平台-MacOS%20%7C%20Linux | Windows-White.svg\" alt=\"platform\"/\u003e\n    \u003cimg src=\"https://img.shields.io/badge/语言-Python-blue.svg\" alt=\"language\"/\u003e\n  \u003c/p\u003e\n  \n  \u003cp\u003e \n\n\n\n \n  \u003c/p\u003e\n\u003c/div\u003e\n\n## 功能特点\n- 支持中国标准车牌识别\n- 实时图像处理和文字识别\n- 简洁的Web上传界面\n- RESTful API接口\n- 支持多种图片格式(JPG、PNG、JPEG、WEBP)\n\n## 技术栈\n- FastAPI (后端框架)\n- OpenCV (图像处理)\n- PaddleOCR (文字识别)\n- TailwindCSS (前端样式)\n\n## 安装要求\n- Python 3.8+\n- OpenCV\n- PaddleOCR\n- FastAPI\n- uvicorn\n\n## 快速开始\n1. 安装依赖:\n```bash\npip install -r requirements.txt\n````\n\n2. 启动服务器:\n\n```bash\nuvicorn main:app --reload --port 8080 --host 0.0.0.0\n```\n\n3. 访问 Web 界面:\n   打开浏览器访问 `http://localhost:8000`\n\n## API 接口\n\n### 车牌识别\n\n- 端点: `/api/recognize_license_plate/`\n- 方法: POST\n- 参数: 图片文件\n- 返回: JSON 格式的识别结果\n\n## 编译逻辑算法\n![编译逻辑算法](./assets/车牌识别流程.png)\n\n## 使用演示\n![使用演示](./assets/截屏2025-03-23%20下午7.26.36.png)\n![使用演示](./assets/截屏2025-03-23%20下午7.26.29.png)\n\n\n## 许可证\n\n本项目采用 **木兰宽松许可证 (Mulan PSL)** 进行许可。  \n有关详细信息，请参阅 [LICENSE](LICENSE) 文件。  \n（魔法契约要保管好哟~）\n\n[![License: Mulan PSL v2](https://img.shields.io/badge/License-Mulan%20PSL%202-blue.svg)](http://license.coscl.org.cn/MulanPSL2)\n\n## 🌟 开源项目赞助计划\n\n### 用捐赠助力发展\n\n感谢您使用本项目！您的支持是开源持续发展的核心动力。  \n每一份捐赠都将直接用于：  \n✅ 服务器与基础设施维护（魔法城堡的维修费哟~）  \n✅ 新功能开发与版本迭代（魔法技能树要升级哒~）  \n✅ 文档优化与社区建设（魔法图书馆要扩建呀~）\n\n点滴支持皆能汇聚成海，让我们共同打造更强大的开源工具！  \n（小仙子们在向你比心哟~）\n\n---\n\n### 🌐 全球捐赠通道\n\n#### 国内用户\n\n\u003cdiv align=\"center\" style=\"margin: 40px 0\"\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003ctable\u003e\n\u003ctr\u003e\n\u003ctd align=\"center\" width=\"300\"\u003e\n\u003cimg src=\"https://github.com/ctkqiang/ctkqiang/blob/main/assets/IMG_9863.jpg?raw=true\" width=\"200\" /\u003e\n\u003cbr /\u003e\n\u003cstrong\u003e🔵 支付宝\u003c/strong\u003e（小企鹅在收金币哟~）\n\u003c/td\u003e\n\u003ctd align=\"center\" width=\"300\"\u003e\n\u003cimg src=\"https://github.com/ctkqiang/ctkqiang/blob/main/assets/IMG_9859.JPG?raw=true\" width=\"200\" /\u003e\n\u003cbr /\u003e\n\u003cstrong\u003e🟢 微信支付\u003c/strong\u003e（小绿龙在收金币哟~）\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\u003c/div\u003e\n\u003c/div\u003e\n\n#### 国际用户\n\n\u003cdiv align=\"center\" style=\"margin: 40px 0\"\u003e\n  \u003ca href=\"https://qr.alipay.com/fkx19369scgxdrkv8mxso92\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Alipay-全球支付-00A1E9?style=flat-square\u0026logo=alipay\u0026logoColor=white\u0026labelColor=008CD7\"\u003e\n  \u003c/a\u003e\n  \n  \u003ca href=\"https://ko-fi.com/F1F5VCZJU\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Ko--fi-买杯咖啡-FF5E5B?style=flat-square\u0026logo=ko-fi\u0026logoColor=white\"\u003e\n  \u003c/a\u003e\n  \n  \u003ca href=\"https://www.paypal.com/paypalme/ctkqiang\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/PayPal-安全支付-00457C?style=flat-square\u0026logo=paypal\u0026logoColor=white\"\u003e\n  \u003c/a\u003e\n  \n  \u003ca href=\"https://donate.stripe.com/00gg2nefu6TK1LqeUY\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Stripe-企业级支付-626CD9?style=flat-square\u0026logo=stripe\u0026logoColor=white\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n---\n\n### 📌 开发者社交图谱\n\n#### 技术交流\n\n\u003cdiv align=\"center\" style=\"margin: 20px 0\"\u003e\n  \u003ca href=\"https://github.com/ctkqiang\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/GitHub-开源仓库-181717?style=for-the-badge\u0026logo=github\"\u003e\n  \u003c/a\u003e\n  \n  \u003ca href=\"https://stackoverflow.com/users/10758321/%e9%92%9f%e6%99%ba%e5%bc%ba\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Stack_Overflow-技术问答-F58025?style=for-the-badge\u0026logo=stackoverflow\"\u003e\n  \u003c/a\u003e\n  \n  \u003ca href=\"https://www.linkedin.com/in/ctkqiang/\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/LinkedIn-职业网络-0A66C2?style=for-the-badge\u0026logo=linkedin\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n#### 社交互动\n\n\u003cdiv align=\"center\" style=\"margin: 20px 0\"\u003e\n  \u003ca href=\"https://www.instagram.com/ctkqiang\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Instagram-生活瞬间-E4405F?style=for-the-badge\u0026logo=instagram\"\u003e\n  \u003c/a\u003e\n  \n  \u003ca href=\"https://twitch.tv/ctkqiang\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Twitch-技术直播-9146FF?style=for-the-badge\u0026logo=twitch\"\u003e\n  \u003c/a\u003e\n  \n  \u003ca href=\"https://github.com/ctkqiang/ctkqiang/blob/main/assets/IMG_9245.JPG?raw=true\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/微信公众号-钟智强-07C160?style=for-the-badge\u0026logo=wechat\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n---\n\n🙌 感谢您成为开源社区的重要一员！  \n💬 捐赠后欢迎通过社交平台与我联系，您的名字将出现在项目致谢列表！  \n（小仙子们在向你撒花哟~）\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctkqiang%2Fhsc_license","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fctkqiang%2Fhsc_license","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctkqiang%2Fhsc_license/lists"}