Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
sadiqkassamali authored Nov 28, 2024
1 parent 3bec555 commit 366b205
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -71,34 +71,5 @@ Install the required packages:
```
3. Ensure that `ffmpeg` is installed and added to your system PATH for audio and video processing.

## Usage
1. Run the application:
```bash
python VoiceAuth.py
```
2. Select audio or video files using the file dialog.
3. Click the "Go" button to start the analysis.
4. View the results, including confidence scores and categorized predictions, in the UI.

## Logging
The application logs events and results in `audio_detection.log`. You can monitor this file for detailed processing information and errors.

## Database
The application uses an SQLite database (`metadata.db`) to store metadata of processed files, including:
- UUID
- File path
- Model used
- Prediction result
- Confidence score
- Timestamp
- Format
- Upload count

## Future Enhancements
- **Watermarking**: Implement watermarking to secure the application.
- **Executable Creation**: Create an executable (EXE) for Windows to simplify distribution.
- **Additional Model Support**: Explore and integrate more models for enhanced detection capabilities.

## Contributing
Contributions are welcome! Please open issues or submit pull requests for improvements or bug fixes.


0 comments on commit 366b205

Please sign in to comment.