- This project detects whether an audio file is spoofed or bonafide using fine-tuned model based on CNN.
- Video Presentation: https://drive.google.com/file/d/144SUIeCr--DiC6Gaq-8aLB_dUNo-sWaG/view?usp=sharing
- Yashraj Kadam (22bds066)
- Ayush Singh (22bds012)
- Nachiket Apte (22bds041)
- Harsh Raj (22bds027)
- Upload FLAC files.
- Record audio on-the-spot.
- Prediction (spoof or bonafide)
- Visualizations: Waveform, MFCC, and Spectrogram.
This Project is built on Python3.10.0
- Clone the repository:
git clone https://github.com/yashraj9922/echo.ai.git cd echo.ai
- Set up Python Environment
-
pip install requirements.txt streamlit run app/main.py