Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
---
|
2 |
title: Text Summarization Using LangChain
|
3 |
emoji: π
|
4 |
-
colorFrom:
|
5 |
colorTo: red
|
6 |
sdk: streamlit
|
7 |
app_file: app.py
|
8 |
pinned: false
|
|
|
9 |
---
|
10 |
|
11 |
# RapidRecap π
|
@@ -13,8 +14,6 @@ pinned: false
|
|
13 |
## Overview
|
14 |
A Streamlit-based application that summarizes content from YouTube videos and websites using the Gemma-7b-It model from Groq. Easily input any URL to get quick, insightful summaries with just a click! π
|
15 |
|
16 |
-
 <!-- Replace 'screenshot.png' with your actual image file name -->
|
17 |
-
|
18 |
## Table of Contents
|
19 |
- [Installation](#installation)
|
20 |
- [Usage](#usage)
|
@@ -58,4 +57,4 @@ To get started, you need to create a Conda environment. Follow these steps:
|
|
58 |
* **YouTube and Web Sources**: For the content being summarized.
|
59 |
|
60 |
## License
|
61 |
-
This project is licensed under the GNU License - see the [LICENSE](LICENSE) file for details
|
|
|
1 |
---
|
2 |
title: Text Summarization Using LangChain
|
3 |
emoji: π
|
4 |
+
colorFrom: yellow
|
5 |
colorTo: red
|
6 |
sdk: streamlit
|
7 |
app_file: app.py
|
8 |
pinned: false
|
9 |
+
sdk_version: 1.44.1
|
10 |
---
|
11 |
|
12 |
# RapidRecap π
|
|
|
14 |
## Overview
|
15 |
A Streamlit-based application that summarizes content from YouTube videos and websites using the Gemma-7b-It model from Groq. Easily input any URL to get quick, insightful summaries with just a click! π
|
16 |
|
|
|
|
|
17 |
## Table of Contents
|
18 |
- [Installation](#installation)
|
19 |
- [Usage](#usage)
|
|
|
57 |
* **YouTube and Web Sources**: For the content being summarized.
|
58 |
|
59 |
## License
|
60 |
+
This project is licensed under the GNU License - see the [LICENSE](LICENSE) file for details
|