This app will give you ability to summarize pasted text, or text on given url.App will provide text, that will give an idea of the meaning of the text.
Use this command to install package:
python setup.py install
Install needed packages by command:
pip install -r requirements.txt
clone repository
cd Text_Summarizer/Summarizer
python3 main.py
or
python3 app.py path_to_text_file language number_of_sentences_in_summary
- Denis Ivanenko - All work
This project is licensed under the MIT License - see the LICENSE.md file for details