https://github.com/akazwz/nsfw
image NSFW classify both http and grpc, 图片鉴黄分类检测,支持 http 和 grpc调用
https://github.com/akazwz/nsfw
buf grpc hono
Last synced: 3 months ago
JSON representation
image NSFW classify both http and grpc, 图片鉴黄分类检测,支持 http 和 grpc调用
- Host: GitHub
- URL: https://github.com/akazwz/nsfw
- Owner: akazwz
- Created: 2022-04-06T08:45:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T12:18:35.000Z (over 1 year ago)
- Last Synced: 2025-11-29T23:59:55.195Z (6 months ago)
- Topics: buf, grpc, hono
- Language: TypeScript
- Homepage:
- Size: 13.9 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image NSFW Detector
图片鉴黄
### Features
特点
1. both support http and grpc
同时支持http和grpc
2. use latest technology
使用最新的技术
## build with
用什么写的
1. hono: http
hono 一个 小而美的http server
2. grpcjs: grpc
纯js的 grpc实现, 作为 grpc server
3. buf: for grpc proton buffer registry and code generate
proton buffer文件仓库, 用于储存 buffer文件和grpc代码生成