From 5cbbd1c33a1b77a1a61234074178858f4ff631bb Mon Sep 17 00:00:00 2001 From: Elad Ben-Israel Date: Mon, 27 Jan 2025 16:51:18 +0200 Subject: [PATCH] chore: rename to youlama --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a47aabe..6fae9c7 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# YouTube Summarizer by TCSenpai +# YouLama by TCSenpai [![justforfunnoreally.dev badge](https://img.shields.io/badge/justforfunnoreally-dev-9ff)](https://justforfunnoreally.dev) -YouTube Summarizer is a Streamlit-based web application that allows users to generate summaries of YouTube videos using AI-powered language models and optionally Whisper for transcription. +YouLama is a Streamlit-based web application that allows users to generate summaries of YouTube videos using AI-powered language models and optionally Whisper for transcription. -- [YouTube Summarizer by TCSenpai](#youtube-summarizer-by-tcsenpai) +- [YouLama by TCSenpai](#youlama-by-tcsenpai) - [Features](#features) - [Installation](#installation) - [Usage](#usage) @@ -34,8 +34,8 @@ YouTube Summarizer is a Streamlit-based web application that allows users to gen 1. Clone the repository: ``` - git clone https://github.com/yourusername/youtube-summarizer.git - cd youtube-summarizer + git clone git@github.com:tcsenpai/youlama.git + cd youlama ``` 2. Install the required dependencies: