mirror of
https://github.com/FranP-code/classify_saved_videos_yt.git
synced 2025-10-13 00:32:25 +00:00
Add configuration file for YouTube Video Classifier
This commit is contained in:
25
config.ini
Normal file
25
config.ini
Normal file
@@ -0,0 +1,25 @@
|
||||
# Configuration file for YouTube Video Classifier
|
||||
|
||||
[DEFAULT]
|
||||
# Ollama settings
|
||||
ollama_host = http://ollama:11434
|
||||
ollama_model = qwen2.5vl:7b
|
||||
|
||||
# File paths
|
||||
classifications_csv = video_classifications.csv
|
||||
browser_image = brave.png
|
||||
|
||||
# YouTube settings
|
||||
playlist_url = https://www.youtube.com/playlist?list=WL
|
||||
|
||||
# Image recognition settings
|
||||
confidence_threshold = 0.8
|
||||
search_timeout = 0.5
|
||||
sleep_duration = 0.2
|
||||
|
||||
# Processing settings
|
||||
restart_tab_frequency = 90
|
||||
enable_delete = false
|
||||
enable_playlist_creation = false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user