An open API service indexing awesome lists of open source software.

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

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:
![Example Image](pic.png)