Compare the transcripts of two or more YoutTube videos and determine if the creators are having conversations available in both videos.
- Clone the repository:
git clone https://github.com//TranscriptAnalyzer.git
cd TranscriptAnalyzer
- Create / activate virtual envrionment (optional)
python3 -m venv venv
source venv/bin/activate
- Install dependencies
pip install -r requirements.txt
- Use it!
python3 main.py gam8OM_7Wn8 VPZlLr3hkd4
python3 main.py VeH1fynKu6w 6KxT-yGbvBo
They're not playing together, but there's a shared audio recording. The script struggles with these, with a false positive with a 62% similarity but the way the transscript are broken up, it does't catch the overlapping audio unless threshold is lowered to 5.5, which causes even more false positives, but only one chunk of the overlapping audio (761.0), although there should be more matches.
python3 main.py HNEw7bZy8hc hKOFewS0JW0
python3 main.py VeH1fynKu6w 5pUCF6RQa50
./rebuild_package.sh