├── README.md ├── Text_summarizer_using_SBert.ipynb ├── app.py └── templates ├── index.html └── summary.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nithyashree-2022/A-Flask-Web-App-for-automatic-text-summarization-using-SBERT/HEAD/README.md -------------------------------------------------------------------------------- /Text_summarizer_using_SBert.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nithyashree-2022/A-Flask-Web-App-for-automatic-text-summarization-using-SBERT/HEAD/Text_summarizer_using_SBert.ipynb -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nithyashree-2022/A-Flask-Web-App-for-automatic-text-summarization-using-SBERT/HEAD/app.py -------------------------------------------------------------------------------- /templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nithyashree-2022/A-Flask-Web-App-for-automatic-text-summarization-using-SBERT/HEAD/templates/index.html -------------------------------------------------------------------------------- /templates/summary.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Nithyashree-2022/A-Flask-Web-App-for-automatic-text-summarization-using-SBERT/HEAD/templates/summary.html --------------------------------------------------------------------------------