# hserver-nsfw **Repository Path**: HServer/hserver-nsfw ## Basic Information - **Project Name**: hserver-nsfw - **Description**: nsfw鉴黄服务,集成在web api里 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 4 - **Created**: 2023-04-04 - **Last Updated**: 2025-10-10 ## Categories & Tags **Categories**: security-dev **Tags**: None ## README # NSFW 鉴黄 模型地址 https://github.com/gantman/nsfw_model # 目前市面上的java 老得掉牙,现在最新的java代码在此,需要golang的留言,在另外的库里 ```shell //首次运行加载模型要慢点后面,就非常快,可以自己调整,启动程序就初始化 http://127.0.0.1:8888/check post file:文件 { "msg": "操作成功", "score": { "drawings": 0.0011675722, "hentai": 0.025038399, "neutral": 0.0096281, "porn": 0.8769847, "sexy": 0.08718125 }, "code": 200 } ```