# lie-detector **Repository Path**: H_DC/lie-detector ## Basic Information - **Project Name**: lie-detector - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-09 - **Last Updated**: 2022-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lie-detector #### 介绍 {**基于深度学习的谎言检测仪** 深度学习框架:CNN、LSTM} #### 安装教程 $git clone https://gitee.com/H_DC/lie-detector #### 文件说明 1. data.py 数据处理函数,用来产生数据矩阵和标签 2. features.py 特征提起函数,采用librosa库实现 3. clean.py 数据清洗函数,主要包括音频去噪和音频格式转换 4、 模型 cnn_model.py lstm_model.py 5、 文件夹lie_detect 和 ui 分别是展示界面相关的后端和前端 6、 数据集为狼人杀音频,data/panda_kill #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request