This project is a deep fake audio detection application developed using Tortoise TTS. The application aims to identify and detect deep fake audio by analyzing text-to-speech output.
- Utilizes Tortoise TTS for text-to-speech functionality.
- Implements deep fake audio detection algorithms.
- Provides an intuitive user interface for audio analysis.
-
Clone the repository:
git clone https://github.com/Siva20021/TortoiseTTS.git
-
Install dependencies:
pip install requirements.txt
-
Run the application:
streamlit run app.py
- Upload audio files for analysis.
- Initiate the analysis process.
- View the results, including deep fake audio detection findings.
- Python
- Streamlit