File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- # Code Completion
1+ # whisper-word-timestamps
22
3- ## Getting Started
3+ Run Whisper (via ** Transformers.js ** ) locally with ** word-level timestamps ** .
44
55Follow the steps below to set up and run the application.
66
@@ -14,10 +14,10 @@ git clone https://github.com/huggingface/transformers.js-examples.git
1414
1515### 2. Navigate to the Project Directory
1616
17- Change your working directory to the ` code-completion ` folder:
17+ Change your working directory to the ` whisper-word-timestamps ` folder:
1818
1919``` sh
20- cd transformers.js-examples/code-completion
20+ cd transformers.js-examples/whisper-word-timestamps
2121```
2222
2323### 3. Install Dependencies
@@ -37,3 +37,4 @@ npm run dev
3737```
3838
3939The application should now be running locally. Open your browser and go to ` http://localhost:5173 ` to see it in action.
40+
You can’t perform that action at this time.
0 commit comments