From f32b60e76a67de103c8259075ff6ed003fc8b520 Mon Sep 17 00:00:00 2001 From: "Christian Shaw (shawc15)" Date: Tue, 7 Mar 2023 21:01:29 +0000 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 07ac50a9..6ca2d3d9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # 7088_Spoken_LID_CNN Language Identification (LID) of spoken audio using Convolutional Neural Networks (CNNs) on Mel-Spectrograms of the audio clips. + +- + +**Datasets have been pruned due to high upload sizes** + +**Models haven't been included due to them being ~700MB** + +**FFMPEG Executable files, used for converting MP3 files to WAV files haven't been included in the commit. Find them at: https://ffmpeg.org/** + +- + +This repository is submited in conjunction with the project report. Refer to the report and Appendix 1 if any confusion arises.