Mind+图形化用户库收集

此处收集专为行空板制作的非硬件类Mind+图形化用户库,硬件模块的扩展库可以在相应硬件wiki中查看。

加载库的方法

库列表

加载图
库名称 base64 OpenAI Pandas Sklearn
库链接 https://gitee.com/chenqi1233/ext-base64 https://gitee.com/chenqi1233/ext-OpenAI https://gitee.com/chenqi1233/ext-pandas https://gitee.com/chenqi1233/ext-sklearn
描述 可以将图片转换为base64编码,方便配合可视化界面网络图片组件的使用。 调用OpenAI的网络接口实现chatGPT聊天效果 Pandas 是 Python 语言的一个扩展程序库,用于数据分析。 包含多种算法的人工智能库
加载图
库名称 行空板蓝牙Socket通信 邮件发送 百度翻译 行空板机器学习物体分类
库链接 https://gitee.com/liliang9693/ext-bluetoothSocket https://gitee.com/liliang9693/ext-pyemail https://gitee.com/liliang9693/ext-baidufanyi https://gitee.com/liliang9693/ext-kerasMLOC
描述 使用蓝牙功能实现两块行空板通讯的功能 通过网络发送邮件功能 通过百度翻译提供的网络接口实现文字翻译 通过keras框架实现物体分类功能
加载图
库名称 朴素贝叶斯分类器 Flask网页服务器 pyzbar二维码解码库 讯飞语音
库链接 https://gitee.com/liliang9693/ext-pyGaussianNB https://gitee.com/liliang9693/ext-pyFlaskWeb https://gitee.com/liliang9693/ext-qrcode_decode https://gitee.com/liliang9693/ext-xunfeiyuyin
描述 实现朴素贝叶斯分类器的积木 用dominate库生成简单网页,用Flask库将网页加载到服务器上显示 使用pyzbar库实现二维码解码 通过讯飞开放平台提供的网络接口实现语音识别功能
加载图
库名称 OpenCV轮廓检测 matplotlib图表 pyttsx3
库链接 https://gitee.com/liliang9693/ext-cvFindContoursEasy https://gitee.com/chenqi1233/ext-matplotlib https://gitee.com/chenqi1233/ext-pyttsx3
描述 通过opecv识别物体轮廓实现形状检测和标识 matplotlib图表库可以实现多种样式的图表显示,包括折线图饼图散点图等 不依赖网络将文字合成语音的库

自制用户库

Mind+扩展库可以根据需要自行定制开发,点击查看详细开发教程。