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

https://github.com/balaji1233/text_summary_pro

This is a text summarization app.
https://github.com/balaji1233/text_summary_pro

nlp python3 streamlit

Last synced: 21 days ago
JSON representation

This is a text summarization app.

Awesome Lists containing this project

README

          

# Text-Summarizer-Pro
This is a Text Summary generator app.Either you can give it a text to summarize or you can upload a document in the upload option.It will seamlessly summarize your text paragraphs and documents.

Abstractive summarization is the process of generating a summary of a text by understanding its meaning and creating a new text that conveys the same information in a shorter form. Abstractive methods employ more powerful natural language processing techniques to interpret text and generate new summary text, as opposed to selecting the most representative existing excerpts to perform the summarization.
Read More

The app is built using "txtai" a powerful NLP library. Txtai builds embeddings databases, which are a union of vector indexes and relational databases. This enables similarity search with SQL. Embeddings databases can stand on their own and/or serve as a powerful knowledge source for large language model (LLM) prompts.
Read More


My Streamlit app allows us to process both raw text and PDF files to get a summary.

## Resources
- Click for Live Demo

- Click for Documentation

# Pre-requisites
* [x] Any IDE
* [x] txtai[all] `pip install txtai`
* [x] streamlit `pip install streamlit`
* [x] PyPDF2 `pip install pyPDF2`

# Run the App
- Clone the repository
- Install the dependencies
- Execute `streamlit run app.py`

# Sample Output

# Documentations

* Abstractive Text Summarization
* txtai
* Streamlit