基于人工智能算法进行音乐分类的音乐播放器
- 具有分类功能干净清爽的音乐播放器
- 使用CNN算法进行音乐分类,后续还将加入更多算法
- 分类准确率高
- 模型可拓展,今后将附带训练模型源码,可自己训练模型使用
-
拥有Python3.x环境。 在此处下载Pyhton。
https://www.python.org/downloads/
-
下载源码。
git@github.com:jerryzlz/Music-Classification-Player.git
或使用https://github.com/jerryzlz/Music-Classification-Player/archive/master.zip
下载。 -
配置
ffprobe
进入https://ffmpeg.zeranoe.com/builds/
选择系统后下载。 下载完成后解压进入到bin
文件夹中,将ffprobe.exe
,ffmpeg.exe
,ffplay.exe
复制粘贴到python的安装目录或其他环境变量中。 -
解压下载好的源码后在当前目录下运行
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
安装依赖环境。
-
进入程序所在目录。
-
双击打开
pyhton main.py
即可。
正在编写…………
MIT © jerryzlz