ai克隆人(AI人工智能模仿杰伦写歌词)
AI(人工智能)模仿杰伦写歌词(原创)
1.安装mini conda
https://docs.conda.io/en/latest/miniconda.html
下载安装
太简单不做过多描述,之所以装这套Mini版是因为完整版本套件中组件版本太高,最低组件版本都过高了,导致运行程序失败。
2.安装tensorflow
conda init
conda create --name tens1.15.1 python=3.7.0
conda activate tens1.15.1
pip install keras
pip install tensorflow==1.15.0 -i https://mirrors.aliyun.com/pypi/simple
pip install jieba
pip install numpy==1.19.4 -i https://mirrors.aliyun.com/pypi/simple
apt install ipython3
ipython3 nbconvert --to python *.ipynb
python3 text_preprocess.py
python3 generate_lyrics.py
配套脚本下载地址:https://bbs.huaweicloud.com/blogs/attachment?id=15994dd0b4744c69b02ef87eeffcdef6
,
免责声明:本文仅代表文章作者的个人观点,与本站无关。其原创性、真实性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容文字的真实性、完整性和原创性本站不作任何保证或承诺,请读者仅作参考,并自行核实相关内容。文章投诉邮箱:anhduc.ph@yahoo.com