[project] name = "nonebot-plugin-nailongremove" dynamic = ["version"] description = "识别目标并撤回图片插件" authors = [ { name = "445", email = "2877834692@qq.com" }, { name = "student_2333", email = "lgc2333@126.com" } ] requires-python = "<4.0,>=3.9" dependencies = [ ...
Nonebot-Plugin-NaiLongRemove ✨ 一个基于 AI 模型的简单插件~ ✨ 📖 介绍 声明 本插件仅供娱乐和学习交流。 简介 NaiLongRemove 是一款由简单的 AI 模型建立的奶龙识别插件,可以识别群中的奶龙表情包并撤回该表情。 技术 目前插件支持三种模型,可通过配置文件更换,详见文档下方配置一节。 用户可以根据需要自...
nb plugin install nonebot-plugin-nailongremove安装过程如图如果想要使用模型 1,按照下面的操作来安装额外依赖先进入虚拟环境,进入虚拟环境后命令行左侧应该会多出来你虚拟环境的名字nb sh再安装额外依赖pip install "nonebot-plugin-nailongremove[model1]"
nonebot_plugin_nailongremove __init__.py model target_detection.py 2 changes: 1 addition & 1 deletion 2 nonebot_plugin_nailongremove/__init__.py Original file line numberDiff line numberDiff line change @@ -9,7 +9,7 @@ from . import handler as handler from .config import Config ...
nailong_model1_yolox_size: Tuple[int, int] = (416, 416) nailong_model1_type: str = "tiny" nailong_model1_score: float = 0.5 nailong_github_token: Optional[str] = None11 changes: 6 additions & 5 deletions 11 nonebot_plugin_nailongremove/model/classification.py Original...
## 📖 介绍 ### 声明 本插件仅供娱乐
nailong_priority: int = 100 config = get_plugin_config(Config)2 changes: 1 addition & 1 deletion 2 nonebot_plugin_nailongremove/handler.py Original file line numberDiff line numberDiff line change @@ -140,7 +140,7 @@ async def wait_result(): return await wait_result() nailong = ...
| `$ss` | [`Session`](https://github.com/RF-Tar-Railt/nonebot-plugin-uninfo?tab=readme-ov-file#session) | 当前会话 | ## 🎉 使用4 changes: 4 additions & 0 deletions 4 nonebot_plugin_nailongremove/config.py Original file line numberDiff line numberDiff line change @@ -9,10 ...
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} Refound-445 / nonebot-plugin-nailongremove Public Notifications You must be signed in to change notification settings Fork 7 ...
Just for learning. Contribute to Refound-445/nonebot-plugin-nailongremove development by creating an account on GitHub.