随笔分类 -  AI

摘要:项目窗口 新项目 Ctrl+Alt+N 打开项目 Ctrl+O 打开项目时只打开项目窗口 按住Shift键 打开上次打开的项目 Ctrl+Alt+Shift+P 保存项目 Ctrl+S 选择上一子项 上箭头 选择下一子项 下箭头 打开选择的素材项或合成图像 双击 在AE素材窗口中打开影片 Alt+双 阅读全文
posted @ 2019-09-29 17:12 北伽 阅读(9920) 评论(0) 推荐(0)
摘要:后端代码AI代码: 1 from aip import AipSpeech 2 from aip import AipNlp 3 from uuid import uuid4 4 import tulin 5 import os 6 """ 你的 APPID AK SK """ 7 APP_ID = 阅读全文
posted @ 2018-11-27 20:53 北伽 阅读(326) 评论(0) 推荐(0)
摘要:1、语音合成 预先准备工作: 安装所需的依赖包 1:pip install baidu-aip 2:百度云创建语音合成项目,https://ai.baidu.com/ 1 from aip import AipSpeech 2 3 """ 你的 APPID AK SK """ 4 APP_ID = 阅读全文
posted @ 2018-11-26 17:08 北伽 阅读(1058) 评论(0) 推荐(0)