nonebot-plugin-nailongremove/PKG-INFO
2024-10-26 00:05:00 +08:00

77 lines
2.4 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Metadata-Version: 2.1
Name: nonebot-plugin-nailongremove
Version: 1.0.1
Summary: 一个基于图像分类模型的撤回图片插件
Home-page: https://github.com/Refound-445/onoebot-plugin-nailongremove
Keywords: nonebot,plugin,image
Author: 445
Author-email: 2877834692@qq.com
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: aiohttp (>=3.7.4,<4.0.0)
Requires-Dist: httpx (>=0.27.0)
Requires-Dist: keras (>=2.4.3,<3.0.0)
Requires-Dist: nonebot-adapter-onebot (>=2.0.0,<3.0.0)
Requires-Dist: nonebot-plugin-apscheduler (>=0.4.0,<0.5.0)
Requires-Dist: nonebot2 (>=2.0.0,<3.0.0)
Requires-Dist: numpy (>=1.19.5,<2.0.0)
Requires-Dist: opencv-python (>=4.5.1.48,<5.0.0.0)
Requires-Dist: pillow (==10.4.0)
Requires-Dist: tensorflow (>=2.4.1,<3.0.0)
Requires-Dist: torch (==2.4.1)
Requires-Dist: torchvision (==0.19.1)
Project-URL: Repository, https://github.com/Refound-445/onoebot-plugin-nailongremove
Description-Content-Type: text/markdown
# nonebot_plugin_nailongremove
<!-- prettier-ignore-start -->
<!-- markdownlint-disable-next-line MD036 -->
_✨ 一个基于分类模型的简单插件~ ✨_
<!-- prettier-ignore-end -->
## 声明
本插件仅供娱乐和学习交流。
## 简介
NailongRemove是一款由简单的分类模型建立的奶龙识别插件可以识别群中的奶龙表情包并撤回该表情。
## 技术
本插件模型由三层卷积+两个全连接层构成基于cifar10数据集的10分类加入200多张奶龙表情包并进行预处理为大小3232形成11分类模型在此基础上训练得到。
模型会有误差,目前仍在优化改进中...
## 使用
只要有人发奶龙表情包被识别出来,就会被撤回并提醒。
## 即刻开始
- 使用 nb-cli
```
nb plugin install nonebot_plugin_nailongremove
```
- 使用 pip
```
pip install nonebot_plugin_nailongremove
```
## 其他
- 人工智能学习交流群949992679
- 机器人插件学习交流群200980266
欢迎大家进群一起学习交流~
## 许可证
`noneBot_plugin_picsbank` 采用 `MIT` 协议开源,协议文件参考 [LICENSE](../plugins/nonebot_plugin_picsbank-master/LICENSE)。