|
# YT2Brief πΊπ |
|
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. |
|
## What You Get |
|
- π Snappy summaries of YouTube videos |
|
- β±οΈ Save hours of watching long videos |
|
- π€ Cool NLP models like Langchain in action |
|
- π Your data stays private thanks to private LLMs |
|
### How do I use it? |
|
- **Clone the repo** |
|
```bash |
|
git clone https://github.com/cyai/yt2Brief/ |
|
``` |
|
- **Install the dependencies** |
|
```bash |
|
pip install -r requirements.txt |
|
``` |
|
- **Set environmental variables** |
|
|
|
- Create a `.env` file in the root directory |
|
- Add the following variables to the file |
|
```bash |
|
@@ -35,9 +36,9 @@ YT2Brief is a fun project that turns lengthy YouTube videos into quick, easy-to- |
|
``` |
|
- **Enter the YouTube video URL and review your summary and enjoy π** |
|
|
|
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. |
|
|
|
|
|
## Example |
|
### Example: |
|
|
|
For the video: https://www.youtube.com/watch?v=8Vt16kTtgm4 |
|
|
|
You get the result: |
|
```text |
|
π₯ Video Summary: Embracing Aging and Defying Societal Norms π |
|
π 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. |
|
π The concept of cultural lag is mentioned, highlighting the delay in societal attitudes towards aging compared to the rapid evolution of material culture. |
|
π The speaker encourages individuals to defy societal norms and stereotypes about aging, promoting innovation and creativity in the aging process. |
|
πͺ The importance of finding role models for aging and prioritizing physical and mental well-being is emphasized. |
|
β³ The potential for increased longevity is acknowledged, emphasizing the need to focus on quality of life rather than mere quantity. |
|
π The speaker suggests that cultivating wonder and discovering new passions can enhance the aging experience. |
|
π€ The significance of social connections and purpose in combating loneliness and maintaining good health is discussed. |
|
π£ The transcript concludes with a call to change the narrative surrounding aging and to focus on the positive aspects of growing older. |
|
Let's celebrate the beauty of aging and rewrite the story! πͺ |
|
``` |
|
**TO DO:** |
|
> Beautify Notion page |