{"id":30232131,"url":"https://github.com/akasumitlamba/document-summerization","last_synced_at":"2025-08-14T23:09:25.243Z","repository":{"id":210453654,"uuid":"726597222","full_name":"akasumitlamba/Document-summerization","owner":"akasumitlamba","description":"This web application allows users to upload PDF files, extract text content, and generate a summary using the Facebook BART model. It is built using Flask, a Python web framework.","archived":false,"fork":false,"pushed_at":"2025-08-03T16:54:33.000Z","size":46519,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-12T09:45:50.860Z","etag":null,"topics":["bart","flask","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","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/akasumitlamba.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}},"created_at":"2023-12-02T20:35:47.000Z","updated_at":"2025-08-10T13:11:39.000Z","dependencies_parsed_at":"2024-08-05T08:43:51.606Z","dependency_job_id":null,"html_url":"https://github.com/akasumitlamba/Document-summerization","commit_stats":null,"previous_names":["akasumitlamba/document-summerization"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akasumitlamba/Document-summerization","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akasumitlamba%2FDocument-summerization","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akasumitlamba%2FDocument-summerization/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akasumitlamba%2FDocument-summerization/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akasumitlamba%2FDocument-summerization/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akasumitlamba","download_url":"https://codeload.github.com/akasumitlamba/Document-summerization/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akasumitlamba%2FDocument-summerization/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270495076,"owners_count":24593898,"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-08-14T02:00:10.309Z","response_time":75,"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":["bart","flask","python3"],"created_at":"2025-08-14T23:07:55.100Z","updated_at":"2025-08-14T23:09:25.235Z","avatar_url":"https://github.com/akasumitlamba.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Document Summarization with Flask\n\nThis web application allows users to upload PDF files, extract text content, and generate a summary using the Facebook BART model. It is built using Flask, a Python web framework.\n\n\n\n## How it Works\n\n1. **Upload PDF**: Users can upload PDF files through the web interface.\n2. **Text Extraction**: The application extracts the text content from the uploaded PDF using the PyPDF2 library.\n3. **Summarization**: The extracted text is then passed to the Facebook BART model for summarization. The model generates a concise summary of the input text.\n4. **Display Results**: Users can view both the original text content and the generated summary on the result page.\n\n## Getting Started\n\n\n### Installation\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/akasumitlamba/Document-summerization.git\n    ```\n\n2. Install dependencies:\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n3. Run the application:\n\n    ```bash\n    python app.py\n    ```\n\n4. Access the web application at [http://localhost:5001/](http://localhost:5001/).\n\n### Usage\n\n1. Upload a PDF file using the provided form.\n2. Click on the \"Summarize\" button to generate a summary.\n3. View the original text content and the generated summary on the result page.\n\n## Dependencies\n\n- Flask\n- transformers\n- PyPDF2\n\nInstall dependencies using:\n\n```bash\npip install flask transformers PyPDF2\n```\nThis README file provides clear instructions and formatting for users to understand the project and get started quickly.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakasumitlamba%2Fdocument-summerization","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakasumitlamba%2Fdocument-summerization","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakasumitlamba%2Fdocument-summerization/lists"}