UAP Video Analyzer is a Python application for analyzing Unidentified Aerial Phenomena (UAP) video footage using computer vision and data analysis techniques.
- Language: Python 3.8+
- GUI: Tkinter
- Build System: PyInstaller
- Key Libraries: OpenCV, NumPy, pandas
uap-analysis/
├── src/ # Python source code
├── scripts/ # Utility and build scripts
├── config/ # Configuration files
├── data/ # Data files (raw, processed, results)
├── assets/ # Icons, images, resources
├── docs/ # Documentation
├── dev/ # Development resources
├── tests/ # Test suites
├── examples/ # Usage examples
└── results/ # Analysis outputs
python -m venv venv
source venv/bin/activate # On macOS/Linux
pip install -r requirements.txt
python src/main.pypyinstaller UAP\ Video\ Analyzer.specsrc/- Main application coderequirements.txt- Python dependenciesrequirements-macos.txt- macOS-specific dependenciesrequirements-linux.txt- Linux-specific dependenciesUAP Video Analyzer.spec- PyInstaller build configuration
- Project standardized on October 8, 2025
- Created comprehensive docs structure
- Reorganized config files to config/
- Added dev/ directory for specifications