marinaramalhete / NLP-Text-Summary-App

Summarize texts with NLP.

Home Page:https://marinaramalhete-nlp-text-summary-app-nlp-text-summary-ohuns8.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text summary with NLP in portuguese and english

Medium -> https://medium.com/@marinaramalhete/resumindo-textos-com-nlp-f9fb50a0e027

Getting Started

Here is some information to help you get started. This application is still in development and many other features can be added and improved!

Prerequisites

The packages needed are in the requirements.txt file.

Installing

Clone the repository and install all the packages necessary:

pip install virtualenv
virtualenv venv
source venv/bin/activate

pip install -r requirements.txt 

Use the following command to run the application:

streamlit run nlp_text_summary.py

Deployment

You can create your own app on Heroku platform. Follow this

You can access the app here

Built With

Streamlit - The web framework and App host

Author

Marina Ramalhete de Souza - Linkedin Github

About

Summarize texts with NLP.

https://marinaramalhete-nlp-text-summary-app-nlp-text-summary-ohuns8.streamlit.app/

License:MIT License


Languages

Language:Jupyter Notebook 75.3%Language:Python 23.4%Language:Shell 1.0%Language:Procfile 0.2%