Skip to content

Commit abe3f8d

Browse files
committed
doc: fixed a step
1 parent 79588c6 commit abe3f8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This tool is particularly useful for:
1414

1515
- **Note Taking:** Quickly convert YouTube videos into text format for easy note-taking.
1616
- **Content Analysis:** Analyze and derive insights from video content by converting it into text data.
17-
- **Chat Bot Training:** Use the generated transcripts to train chatbots, such as ChatGPT, for natural language understanding.
17+
- **Chat Bot Training:** Use the generated transcripts to train chat bots, such as ChatGPT, for natural language understanding.
1818
- **Archiving:** Create a textual archive of valuable information from YouTube videos. This can be particularly useful for archiving interviews, tutorials, or any content you'd like to reference later without the need to re-watch the video.
1919
- **Personal Knowledge Base:** Build a personal knowledge base by extracting and processing transcripts from YouTube videos. This can aid in consolidating information on diverse topics in a readable and accessible format.
2020
- **Accessibility Improvement:** Enhance accessibility for individuals who prefer or require text-based content. The tool can be used to generate transcripts with added punctuation, improving the overall readability of the content.
@@ -62,7 +62,7 @@ To run this project in Google Colab, follow these steps:
6262

6363
I do not recommend running locally as it will download tensors and other stuff which are over 6gb. But if you want you can do this:
6464

65-
1. Clone the repository: `git clone https://github.com/therohitdas/Youtube-Transcript-Generator.git`
65+
1. Clone the repository: `git clone https://github.com/therohitdas/Youtube-Transcript-Generator.git && cd Youtube-Transcript-Generator`
6666
2. Create a virtual environment: `python -m venv venv`
6767
3. Activate the virtual environment: `source venv/bin/activate` (Linux/MacOS) or `venv\Scripts\activate` (Windows)
6868
4. Install dependencies: `pip install -r requirements.txt`

0 commit comments

Comments
 (0)