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

ai克隆人(AI人工智能模仿杰伦写歌词)(1)

ai克隆人(AI人工智能模仿杰伦写歌词)(2)

ai克隆人(AI人工智能模仿杰伦写歌词)(3)

,