noorchauhan / DeepFake-Audio-Detection-MFCC

DeepFake Audio detection using MFCC
MIT License
20 stars 5 forks source link

files missing #3

Closed pradeepkc11 closed 11 months ago

pradeepkc11 commented 11 months ago

I am not able to find the analyze_audio.py file in the repository where is that file

noorchauhan commented 11 months ago
  1. Run the main.py file then run the app.py file after you have checked for all prerequisites
  2. Open the localhost where the python server is running.

Our analyze_audio.py file was used to demonstrate the working of the project from the terminal to the judges, the GUI was just a cherry on top, you can simply code the same audio_ananlyze.py by yourself.

Import packages call for all required audio files classify as real and fake RUN the main.py & there you have it