Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
a645162 committed Apr 8, 2024
1 parent b402378 commit 0fd33a0
Showing 1 changed file with 45 additions and 9 deletions.
54 changes: 45 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,70 @@
# 上海海事大学统一认证平台验证码本地OCR识别(Qt)

上海海事大学统一认证平台验证码本地OCR识别Qt跨平台部署方案。

## 技术栈

- C++
- Qt
- CMake
- OpenCV
- NCNN

## 本系列项目

### 客户端

* Go Wails版
https://github.com/a645162/SHMTU-Terminal-Wails
* Rust Tauri版(或许以后会做吧~)
[https://github.com/a645162/SHMTU-Terminal-Wails](https://github.com/a645162/SHMTU-Terminal-Wails)
* Rust Tauri版(画个饼,或许以后会做吧~)

### 服务器部署模型

https://github.com/a645162/shmtu-cas-ocr-server
[https://github.com/a645162/shmtu-cas-ocr-server](https://github.com/a645162/shmtu-cas-ocr-server)

注:这个项目为王老师的研究生课程《机器视觉》的课程设计项目,仅用作学习用途!!!

### 统一认证登录流程(数字平台+微信平台)

* Kotlin版(方便移植Android)
https://github.com/a645162/shmtu-cas-kotlin
[https://github.com/a645162/shmtu-cas-kotlin](https://github.com/a645162/shmtu-cas-kotlin)
* Go版(为Wails桌面客户端做准备)
https://github.com/a645162/shmtu-cas-go
[https://github.com/a645162/shmtu-cas-go](https://github.com/a645162/shmtu-cas-go)
* Rust版(未来想做Tauri桌面客户端可能会移植)

注:这个项目为王老师的研究生课程《机器视觉》的课程设计项目,仅用作学习用途!!!

### 模型训练

https://github.com/a645162/shmtu-cas-ocr-model
神经网络图像分类模型训练

[https://github.com/a645162/shmtu-cas-ocr-model](https://github.com/a645162/shmtu-cas-ocr-model)

注:这个项目为王老师的研究生课程《机器视觉》的课程设计项目,仅用作学习用途!!!

### 模型本地部署

* Windows客户端(包括VC Win32 GUI以及C# WPF)
https://github.com/a645162/shmtu-cas-ocr-demo-windows
[https://github.com/a645162/shmtu-cas-ocr-demo-windows](https://github.com/a645162/shmtu-cas-ocr-demo-windows)
* Qt客户端(支持Windows/macOS/Linux)
https://github.com/a645162/shmtu-cas-ocr-demo-qt
[https://github.com/a645162/shmtu-cas-ocr-demo-qt](https://github.com/a645162/shmtu-cas-ocr-demo-qt)
* Android客户端
https://github.com/a645162/shmtu-cas-demo-android
[https://github.com/a645162/shmtu-cas-demo-android](https://github.com/a645162/shmtu-cas-demo-android)

注:这3个项目为王老师的研究生课程《机器视觉》的课程设计项目,仅用作学习用途!!!

### 原型测试

Python+Selenium4自动化测试数字海大平台登录流程

[https://github.com/a645162/Digital-SHMTU-Tools](https://github.com/a645162/Digital-SHMTU-Tools)

注:本项目为付老师的研究生课程《Python程序设计与开发》的课程设计项目,仅用作学习用途!!!

## 免责声明

本(系列)项目仅供学习交流使用,不得用于商业用途,如有侵权请联系作者删除。

本(系列)项目为个人开发,与上海海事大学无关,仅供学习参考,请勿用于非法用途。

本(系列)项目为孔昊旻同学的**课程设计**项目,仅用作学习用途!!!

0 comments on commit 0fd33a0

Please sign in to comment.