-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于图像内容以及文档内容的AI智能 tag识别的优化建议 #191
Comments
好想法 |
@jamebal 可以参考pichome这个项目,提供了AI智能识别智能标签 |
可以的 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
传统网盘:大多不支持或仅提供基础的标签管理功能。
支持自动获取图片的颜色、形状等属性,以及音视频的时长等信息,并允许用户添加二级标签、文件描述和评分。
通过调用第三方API(例如:https://ai.baidu.com/tech/imagerecognition)的方式,实现对图像内容的识别,并最终输出为tag标签,从而实现多维度、深度的文件管理。当然,如果能进一步实现本地化识别,从而白嫖,fans们肯定会感动流涕的!
AI辅助管理:智能化文件标注与管理
文件的分类和标注一直是文件管理中的挑战,需要投入大量时间和精力。可以考虑用AI大模型为这项工作提供解决方案。
文档类型的文件(office、markdown、PDF、txt)
AI打标签:根据文件内容自动添加标签,帮助分类和检索文件。
AI写描述:智能生成文件描述,无需手动编辑。
AI批量标注:监测网盘文件,一次性对多个文件进行标注,自动操作。
这点目前很多项目是使用本地LLM server或者调用基于OpenAI 接口规范的AI服务来实现的。
The text was updated successfully, but these errors were encountered: