2020 Spring Capstone Project
- Hyeseong Lee
- Youngheon Kim
- Yoonjin Han
- LoLHighlighter is a web service that extracts highlights from LCK 2020 seasons' YouTube videos.
- By input the url of a LCK 2020 seasons' YouTube video, you can see the highlight timestamp of the video.
- Click a timestamp and watch the highlights of the time and category that you want.
- Windows 10
- Python 3.6(or 3.7)
- ffmpeg (https://ffmpeg.org/)
- pytesseract (https://github.com/madmaze/pytesseract)
- opencv (https://docs.opencv.org/master/)
-
Download link -> https://ffmpeg.zeranoe.com/builds/
-
Edit the system environment -> add
C:\Program Files\ffmpeg\bin
to the PATH
-
For only windows -> https://github.com/UB-Mannheim/tesseract/wiki
-
For all OS -> https://tesseract-ocr.github.io/tessdoc/Home.html
-
Download into
C:\Program Files\Tesseract-OCR
pip install --upgrade pip
pip install -r requirements.txt
- etc..
- Clone or download LoLHighlighter.
- From the path where you downloaded LoLHighlighter,
LoLHighlighter\flask>flask run
at the terminal. - You can use LoLHighlighter with local server -> http://127.0.0.1:5000/