Files changed (1) hide show
  1. README.md +48 -3
README.md CHANGED
@@ -1,3 +1,48 @@
1
- ---
2
- license: apache-2.0
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