https://github.com/s18-niloy/automated_text_summerization
Automated Text Summarization web app using deep learning and flask
https://github.com/s18-niloy/automated_text_summerization
deep-learning flask-application large-language-model streamlit visual-studio-code
Last synced: 2 months ago
JSON representation
Automated Text Summarization web app using deep learning and flask
- Host: GitHub
- URL: https://github.com/s18-niloy/automated_text_summerization
- Owner: S18-Niloy
- Created: 2024-08-30T17:55:52.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-29T16:58:20.000Z (7 months ago)
- Last Synced: 2024-12-29T23:59:28.331Z (4 months ago)
- Topics: deep-learning, flask-application, large-language-model, streamlit, visual-studio-code
- Language: Jupyter Notebook
- Homepage: https://github.com/S18-Niloy/Automated_Text_Summerization
- Size: 1.84 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automated_Text_Summerization
Here I have made a text summerization bot
### Prerequisites
- Python 3.x
- Jupyter Notebook or any compatible environment
- Visual Studio code### Installation
1. Clone the repository:
```bash
git clone https://github.com/S18-Niloy/Automated_Text_Summerization.git
```
2. Install dependencies:
```
pip install -r requirements.txt
```
3. Run the model:
```
python -m streamlit run app.py
```# Interface:
