Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shubham18024/benfords-law_videoanalysis
The Benford's Law Video Analysis project is a Python tool that leverages Benford's Law to differentiate between original and AI-generated videos. The script extracts frames from a video, analyzes the first digits of pixel values in these frames, and creates histograms to visualize digit occurrences.
https://github.com/shubham18024/benfords-law_videoanalysis
benfords-law detection histogram jupyter-notebook python3 video
Last synced: 16 days ago
JSON representation
The Benford's Law Video Analysis project is a Python tool that leverages Benford's Law to differentiate between original and AI-generated videos. The script extracts frames from a video, analyzes the first digits of pixel values in these frames, and creates histograms to visualize digit occurrences.
- Host: GitHub
- URL: https://github.com/shubham18024/benfords-law_videoanalysis
- Owner: Shubham18024
- License: mit
- Created: 2024-01-08T14:04:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T14:50:37.000Z (about 1 year ago)
- Last Synced: 2024-11-08T08:50:43.300Z (2 months ago)
- Topics: benfords-law, detection, histogram, jupyter-notebook, python3, video
- Language: Jupyter Notebook
- Homepage:
- Size: 18.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Benford's Law Video Analysis
## Overview
The Benford's Law Video Analysis project is a Python tool that transforms video frames into a visual journey through Benford's Law. Dive into the digits, explore the patterns, and distinguish between authentic and AI-generated videos.
## 🚀 Features
- **Digit Safari:** Extract frames, embark on a digit adventure, and witness the hidden patterns.
- **Histogram Wonderland:** Create vivid histograms showcasing the enchanting first digit occurrences.
- **Average Magic:** Unveil the average histogram, a magical amalgamation of all frame journeys.## Install Enchantment
``` bash
pip install -r requirements.txt
```
## 🌈 Dependencies
```
OpenCV
NumPy
Pillow (PIL)
Matplotlib
scipy
```
## 📜 License
This project is licensed under the MIT License - see the LICENSE.txt file for details.
## 🙌 Acknowledgments
Inspired by the Netflix documentary : The hidden science of everything.
## 🤝 Contributing
Contributions are welcome! Open an issue or submit a pull request.
## 📧 Contact
Shubham Tiwari