A simple and user-friendly web application to summarize large chunks of text or uploaded files. This tool is designed to help users quickly condense information and analyze text for better understanding.
- Input text manually or upload files (e.g.,
.txt
,.pdf
,.docx
). - Generate concise summaries of your input.
- Display the number of words in the original text and the summary.
- Clean and responsive UI for an enhanced user experience.
- Backend: Flask (Python)
- Frontend: HTML, CSS
- Styling Framework: Custom CSS with a focus on responsiveness and readability.
- Support for additional file formats (e.g., .docx with images).
- Incorporate NLP models for better summarization.
- Add language support for non-English texts.