Max Ku commited on
Commit
224b0e3
·
unverified ·
1 Parent(s): b34b7fc

improve readability

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -26,6 +26,8 @@ https://github.com/user-attachments/assets/17f2f4f2-8f2c-4abc-b377-ac92ebda69f3
26
 
27
  ## Installation
28
 
 
 
29
  1. Setting up conda environment
30
  ```shell
31
  conda create --name tea python=3.12.8
@@ -78,7 +80,9 @@ Fill in the API keys according to the model you wanted to use.
78
  export PYTHONPATH=$(pwd):$PYTHONPATH
79
  ```
80
 
81
- Look at the FAQ section in this README doc if you encountered any errors.
 
 
82
 
83
  ### Supported Models
84
  <!--You can customize the allowed models by editing the `src/utils/allowed_models.json` file. This file specifies which `model` and `helper_model` the system is permitted to use.-->
@@ -193,7 +197,7 @@ options:
193
  Specific scenes to process (if theorems_path is provided)
194
  ```
195
 
196
- ### Evaluation
197
  Note that Gemini and GPT4o is required for evaluation.
198
 
199
  Currently, evaluation requires a video file and a subtitle file (SRT format).
 
26
 
27
  ## Installation
28
 
29
+ > **Look at the FAQ section in this README doc if you encountered any errors. If that didnt help, create a issue**<br>
30
+
31
  1. Setting up conda environment
32
  ```shell
33
  conda create --name tea python=3.12.8
 
80
  export PYTHONPATH=$(pwd):$PYTHONPATH
81
  ```
82
 
83
+ > **Look at the FAQ section in this README doc if you encountered any errors. If that didnt help, create a issue**<br>
84
+
85
+ ## Generation
86
 
87
  ### Supported Models
88
  <!--You can customize the allowed models by editing the `src/utils/allowed_models.json` file. This file specifies which `model` and `helper_model` the system is permitted to use.-->
 
197
  Specific scenes to process (if theorems_path is provided)
198
  ```
199
 
200
+ ## Evaluation
201
  Note that Gemini and GPT4o is required for evaluation.
202
 
203
  Currently, evaluation requires a video file and a subtitle file (SRT format).