{"id":31581348,"url":"https://github.com/akshatkmistry/text-summarizer---nlp-project","last_synced_at":"2025-10-05T21:56:38.433Z","repository":{"id":317735313,"uuid":"1068622116","full_name":"akshatkmistry/Text-Summarizer---NLP-Project","owner":"akshatkmistry","description":"A modern NLP tool for text summarization, sentiment analysis, and word cloud generation with beautiful glass morphism UI","archived":false,"fork":false,"pushed_at":"2025-10-02T18:20:08.000Z","size":9312,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-02T19:13:50.394Z","etag":null,"topics":["document-upload","flask","nlp-machine-learning","nltk","sentiment-analysis","text-summarization","word-cloud"],"latest_commit_sha":null,"homepage":"https://text-summarizer-nlp-project-production.up.railway.app/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akshatkmistry.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-02T16:54:32.000Z","updated_at":"2025-10-02T18:20:11.000Z","dependencies_parsed_at":"2025-10-02T19:24:38.626Z","dependency_job_id":null,"html_url":"https://github.com/akshatkmistry/Text-Summarizer---NLP-Project","commit_stats":null,"previous_names":["akshatkmistry/text-summarizer---nlp-project"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/akshatkmistry/Text-Summarizer---NLP-Project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshatkmistry%2FText-Summarizer---NLP-Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshatkmistry%2FText-Summarizer---NLP-Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshatkmistry%2FText-Summarizer---NLP-Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshatkmistry%2FText-Summarizer---NLP-Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akshatkmistry","download_url":"https://codeload.github.com/akshatkmistry/Text-Summarizer---NLP-Project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akshatkmistry%2FText-Summarizer---NLP-Project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278526241,"owners_count":26001326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["document-upload","flask","nlp-machine-learning","nltk","sentiment-analysis","text-summarization","word-cloud"],"created_at":"2025-10-05T21:56:33.389Z","updated_at":"2025-10-05T21:56:38.424Z","avatar_url":"https://github.com/akshatkmistry.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Text Summarizer - NLP Project\n\n[![Live Demo](https://img.shields.io/badge/Live%20Demo-Railway-brightgreen?style=for-the-badge\u0026logo=railway\u0026logoColor=white)](https://text-summarizer-nlp-project-production.up.railway.app/)\n[![Python](https://img.shields.io/badge/Python-3.12-blue?style=for-the-badge\u0026logo=python\u0026logoColor=white)](https://python.org)\n[![Flask](https://img.shields.io/badge/Flask-Web%20Framework-red?style=for-the-badge\u0026logo=flask\u0026logoColor=white)](https://flask.palletsprojects.com)\n[![NLTK](https://img.shields.io/badge/NLTK-NLP-orange?style=for-the-badge)](https://nltk.org)\n\nA modern, sleek tool designed to simplify text analysis and document summarization using Natural Language Processing (NLP) techniques. You can quickly generate summaries and gain insights from your documents, making it easier to digest and understand large volumes of text.\n\n## ✨ Features\n\n- **📄 Text Summarization**: Generate concise summaries of your documents, extracting the most important information\n- **😊 Sentiment Analysis**: Determine the sentiment expressed in your text, whether it's positive, negative, or neutral\n- **📁 Document Management**: Upload and manage PDF documents for easy analysis and summarization\n- **☁️ Word Cloud Generation**: Visualize the most frequently occurring words in your text for a quick overview\n- **🎨 Modern UI**: Beautiful glass morphism design with translucent backgrounds\n- **📱 Responsive Design**: Works seamlessly across different screen sizes\n\n## 🛠️ Technologies Used\n\n- **Backend**: Flask (Python web framework)\n- **NLP Libraries**: NLTK, TextBlob, Spacy\n- **Data Processing**: NumPy, Scikit-Learn\n- **PDF Processing**: PyPDF2\n- **Visualization**: Matplotlib, WordCloud\n- **Frontend**: HTML5, CSS3 with Glass Morphism design\n\n## 📋 Requirements\n\n- **Python**: 3.10 - 3.12\n- **Dependencies**: Listed in `requirements.txt`\n\n## 🚀 Installation \u0026 Setup\n\n1. **Clone the repository**\n   ```bash\n   git clone https://github.com/akshatkmistry/Text-Summarizer---NLP-Project.git\n   cd Text-Summarization-NLP\n   ```\n\n2. **Create virtual environment**\n   ```bash\n   python -m venv .venv\n   source .venv/bin/activate  # On Windows: .venv\\Scripts\\activate\n   ```\n\n3. **Install dependencies**\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. **Download NLTK data**\n   ```python\n   python -c \"import nltk; nltk.download('punkt'); nltk.download('stopwords'); nltk.download('vader_lexicon')\"\n   ```\n\n5. **Run the application**\n   ```bash\n   python app.py\n   ```\n\n6. **Open your browser** and navigate to `http://127.0.0.1:5000`\n\n## 📖 Usage\n\n1. **Text Summarization**: Paste your text or upload a PDF document, select \"Summarize Text\" and click \"Perform Action\"\n2. **Sentiment Analysis**: Enter your text, select \"Sentiment Analysis\" to get emotional insights\n3. **Word Cloud Generation**: Create visual word clouds to see the most frequent terms in your text\n\n## 📸 Screenshots\n\n### 🏠 Home Page\n![Home Page](static/screenshots/home.png)\n\n### 📄 Text Summarization\n![Text Summarization](static/screenshots/text_summarize.png)\n\n### 😊 Sentiment Analysis\n![Sentiment Analysis](static/screenshots/sentiment_analyse.png)\n\n### ☁️ Word Cloud\n![Word Cloud](static/screenshots/word_cloud.png)\n\n## 🤝 Contributing\n🚀 Feel free to fork the repository and submit pull requests! Contributions are welcome.\n\n## 📧 Contact\nFor any queries, reach out via GitHub Issues or email at:\n✉️ akshatkmistry007@gmail.com","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakshatkmistry%2Ftext-summarizer---nlp-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakshatkmistry%2Ftext-summarizer---nlp-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakshatkmistry%2Ftext-summarizer---nlp-project/lists"}