documentation

master
Giò Diani 2024-11-23 10:04:53 +01:00
parent f8642cc37e
commit a173d34fa6
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# video_colors.py
Python script to extract the dominant colors of an image and generate a SVG containing them.
The script expects a folder with all the extracted frames in ../../data/<id_episode|int>/
```bash
python src/dominant_colors.py -ep <int>
```

View File

@ -0,0 +1,6 @@
# video_processing.py
Python script to download episodes and extract the frames.
The extracted frames are saved to ../../data/<id_episode|int>/
```bash
python src/video_processing.py -a <"download"|"extract_frames"> -ep <int>
```