jebin2 commited on
Commit
925ca63
·
1 Parent(s): 6a35bee

setup added

Browse files
setup/setup_1_basic/README.md CHANGED
@@ -21,9 +21,9 @@ CSV file containing content strategy entries.
21
  - Must be placed in the **`data/`** directory
22
  - Example:
23
  ```
24
- CONTENT_STRATEGY_FILE="content_strategies_100_300.csv"
25
  ```
26
- - Full path: `data/content_strategies_100_300.csv`
27
 
28
  ### Running the Pipeline
29
 
 
21
  - Must be placed in the **`data/`** directory
22
  - Example:
23
  ```
24
+ CONTENT_STRATEGY_FILE="content_strategies.csv"
25
  ```
26
+ - Full path: `data/content_strategies.csv`
27
 
28
  ### Running the Pipeline
29
 
setup/setup_3_veo3/README.md CHANGED
@@ -21,9 +21,9 @@ CSV file containing content strategy entries.
21
  - Must be placed in the **`data/`** directory
22
  - Example:
23
  ```
24
- CONTENT_STRATEGY_FILE="content_strategies_100_300.csv"
25
  ```
26
- - Full path: `data/content_strategies_100_300.csv`
27
 
28
  #### **USE_VEO**
29
  Enables VEO3 generation.
 
21
  - Must be placed in the **`data/`** directory
22
  - Example:
23
  ```
24
+ CONTENT_STRATEGY_FILE="content_strategies_veo_1_700.csv"
25
  ```
26
+ - Full path: `data/content_strategies_veo_1_700.csv`
27
 
28
  #### **USE_VEO**
29
  Enables VEO3 generation.
setup/setup_4_no_ai_video/README.md CHANGED
@@ -21,9 +21,9 @@ CSV file containing content strategy entries.
21
  - Must be placed in the **`data/`** directory
22
  - Example:
23
  ```
24
- CONTENT_STRATEGY_FILE="content_strategies_100_300.csv"
25
  ```
26
- - Full path: `data/content_strategies_100_300.csv`
27
 
28
  #### **ONLY_RANDOM_VIDEOS**
29
  Enables random library clip selection (bypasses metadata-driven selection).
 
21
  - Must be placed in the **`data/`** directory
22
  - Example:
23
  ```
24
+ CONTENT_STRATEGY_FILE="content_strategies_on_screen_text.csv"
25
  ```
26
+ - Full path: `data/content_strategies_on_screen_text.csv`
27
 
28
  #### **ONLY_RANDOM_VIDEOS**
29
  Enables random library clip selection (bypasses metadata-driven selection).