https://github.com/thwiki/doremi
基于计算机视觉的二次元 ACG 图片自动接头工具
https://github.com/thwiki/doremi
acg anime client-side face-detection haar-cascade image-processing opencv stenciljs touhou typescript webapp
Last synced: 19 days ago
JSON representation
基于计算机视觉的二次元 ACG 图片自动接头工具
- Host: GitHub
- URL: https://github.com/thwiki/doremi
- Owner: thwiki
- License: mit
- Created: 2021-05-11T13:53:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-09T15:09:07.000Z (almost 4 years ago)
- Last Synced: 2025-10-24T13:43:44.830Z (7 months ago)
- Topics: acg, anime, client-side, face-detection, haar-cascade, image-processing, opencv, stenciljs, touhou, typescript, webapp
- Language: TypeScript
- Homepage: https://doremi.thwiki.cc
- Size: 2.67 MB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README

# Doremi

[网站](https://doremi.thwiki.cc/)
基于计算机视觉的二次元 ACG 图片自动接头工具,通过 [OpenCV](https://opencv.org/) [Javascript](./src/opencv/opencv-4.3.0.js) 实现纯客户端处理,省却上传图片及服务器处理的时间。
## 支援浏览器
- 最新版 Chrome
- 最新版 Edge
- 最新版 Firefox
## 鸣谢
### AI 模型
- [眼部模型](https://github.com/recette-lemon/Haar-Cascade-Anime-Eye-Detector)
- [脸部模型](https://github.com/nagadomi/lbpcascade_animeface)
### UI 技术
- [Stencil](https://stenciljs.com/)
- [Shoelace](https://shoelace.style/)
## 开始使用
```bash
npm install
npm start
```
To build the component for production, run:
```bash
npm run build
```