Update README.md
#1
by
shaik78 - opened
README.md
CHANGED
|
@@ -1,3 +1,48 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# YT2Brief πΊπ
|
| 2 |
+
YT2Brief is a fun project that turns lengthy YouTube videos into quick, easy-to-digest summaries. It uses natural language processing models like Langchain and OpenAI's LLMs to transcribe and summarize video content.
|
| 3 |
+
## What You Get
|
| 4 |
+
- π Snappy summaries of YouTube videos
|
| 5 |
+
- β±οΈ Save hours of watching long videos
|
| 6 |
+
- π€ Cool NLP models like Langchain in action
|
| 7 |
+
- π Your data stays private thanks to private LLMs
|
| 8 |
+
### How do I use it?
|
| 9 |
+
- **Clone the repo**
|
| 10 |
+
```bash
|
| 11 |
+
git clone https://github.com/cyai/yt2Brief/
|
| 12 |
+
```
|
| 13 |
+
- **Install the dependencies**
|
| 14 |
+
```bash
|
| 15 |
+
pip install -r requirements.txt
|
| 16 |
+
```
|
| 17 |
+
- **Set environmental variables**
|
| 18 |
+
|
| 19 |
+
- Create a `.env` file in the root directory
|
| 20 |
+
- Add the following variables to the file
|
| 21 |
+
```bash
|
| 22 |
+
@@ -35,9 +36,9 @@ YT2Brief is a fun project that turns lengthy YouTube videos into quick, easy-to-
|
| 23 |
+
```
|
| 24 |
+
- **Enter the YouTube video URL and review your summary and enjoy π**
|
| 25 |
+
|
| 26 |
+
Just a heads up, this is a pet project, so don't expect perfection. But I promise it's a neat little tool to have fun with.
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
## Example
|
| 30 |
+
### Example:
|
| 31 |
+
|
| 32 |
+
For the video: https://www.youtube.com/watch?v=8Vt16kTtgm4
|
| 33 |
+
|
| 34 |
+
You get the result:
|
| 35 |
+
```text
|
| 36 |
+
π₯ Video Summary: Embracing Aging and Defying Societal Norms π
|
| 37 |
+
π The video transcript explores the cultural perception of aging and challenges the notion that "60 is the new 40." The speaker, a geriatric nurse, advocates for embracing and celebrating one's age instead of trying to relive younger years.
|
| 38 |
+
π The concept of cultural lag is mentioned, highlighting the delay in societal attitudes towards aging compared to the rapid evolution of material culture.
|
| 39 |
+
π The speaker encourages individuals to defy societal norms and stereotypes about aging, promoting innovation and creativity in the aging process.
|
| 40 |
+
πͺ The importance of finding role models for aging and prioritizing physical and mental well-being is emphasized.
|
| 41 |
+
β³ The potential for increased longevity is acknowledged, emphasizing the need to focus on quality of life rather than mere quantity.
|
| 42 |
+
π The speaker suggests that cultivating wonder and discovering new passions can enhance the aging experience.
|
| 43 |
+
π€ The significance of social connections and purpose in combating loneliness and maintaining good health is discussed.
|
| 44 |
+
π£ The transcript concludes with a call to change the narrative surrounding aging and to focus on the positive aspects of growing older.
|
| 45 |
+
Let's celebrate the beauty of aging and rewrite the story! πͺ
|
| 46 |
+
```
|
| 47 |
+
**TO DO:**
|
| 48 |
+
> Beautify Notion page
|