/TortoiseTTS

This repository uses Tortoise TTS for the detection of Deep Fake Audio Detection

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Deep Fake Audio Detection using Tortoise TTS

Overview

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.

Features

  • Utilizes Tortoise TTS for text-to-speech functionality.
  • Implements deep fake audio detection algorithms.
  • Provides an intuitive user interface for audio analysis.

Installation

  1. Clone the repository:

    git clone https://github.com/Siva20021/TortoiseTTS.git
    
  2. Install dependencies:

    pip install requirements.txt
    
  3. Run the application:

    streamlit run app.py
    

Usage

  1. Upload audio files for analysis.
  2. Initiate the analysis process.
  3. View the results, including deep fake audio detection findings.

Technologies Used

  • Python
  • Streamlit