{"id":30739130,"url":"https://github.com/ap-dev-github/adobe-hackathon-2024-round1b-winners","last_synced_at":"2025-09-03T22:45:29.154Z","repository":{"id":306960356,"uuid":"1027840024","full_name":"ap-dev-github/adobe-hackathon-2024-round1b-Winners","owner":"ap-dev-github","description":"Round 1b submission for the adobe india hackathon 2025","archived":false,"fork":false,"pushed_at":"2025-07-28T16:23:53.000Z","size":4405,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-28T18:25:53.068Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ap-dev-github.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-07-28T15:59:04.000Z","updated_at":"2025-07-28T16:23:57.000Z","dependencies_parsed_at":"2025-07-28T18:27:31.132Z","dependency_job_id":"dbf8a465-246b-462d-bc8b-09cfe16a7f33","html_url":"https://github.com/ap-dev-github/adobe-hackathon-2024-round1b-Winners","commit_stats":null,"previous_names":["ap-dev-github/adobe-hackathon-2024-round1b-winners"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ap-dev-github/adobe-hackathon-2024-round1b-Winners","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ap-dev-github%2Fadobe-hackathon-2024-round1b-Winners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ap-dev-github%2Fadobe-hackathon-2024-round1b-Winners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ap-dev-github%2Fadobe-hackathon-2024-round1b-Winners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ap-dev-github%2Fadobe-hackathon-2024-round1b-Winners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ap-dev-github","download_url":"https://codeload.github.com/ap-dev-github/adobe-hackathon-2024-round1b-Winners/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ap-dev-github%2Fadobe-hackathon-2024-round1b-Winners/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273523645,"owners_count":25120864,"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-09-03T02:00:09.631Z","response_time":76,"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":[],"created_at":"2025-09-03T22:45:27.913Z","updated_at":"2025-09-03T22:45:29.146Z","avatar_url":"https://github.com/ap-dev-github.png","language":"Python","readme":"# Adobe Hackathon Round 1B Submission \n\n##  Team: Winners  \n###  Members:\n- Ayush Pandey  \n- Ayush Banerjee  \n\n---\n\n##  Goal  \nTo build a **Persona-Keyword Mapping** system that scans PDF documents and surfaces the most relevant sections for a given **persona** and **job role**. For example, a \"student\" looking for a \"summary\" of a document will receive relevant, ranked excerpts tailored to that context.\n\n---\n\n##  Tech Stack\n- **Python 3.9 (slim)**\n- **PDF Parsing:** `pdfplumber`\n- No external NLP libraries were used. The system is fully **rule-based and deterministic**.\n\n---\n\n##  Docker Setup\n\n### Dockerfile\n\n```\nFROM python:3.9-slim\n\nWORKDIR /app\nCOPY . .\n\nRUN pip install --no-cache-dir -r requirements.txt\n\nCMD [\"python\", \"src/pdf_analyzer.py\"]\n```\n## Build the Docker Image\n```\ndocker build --no-cache --platform linux/amd64 -t adobe-1b .\n```\n## Run the Container\nRun this command in PowerShell (Windows):\n```\ndocker run --rm `\n  -v \"D:/adobe hackathon/adobe_hackathon_1b/input:/app/input\" `\n  -v \"D:/adobe hackathon/adobe_hackathon_1b/output:/app/output\" `\n  -e PERSONA=\"student\" `\n  -e JOB=\"summary\" `\n  adobe-1b\n```\n## Output\nThe result will be stored in: output/output.json\n\nContains:\n\nMatching sections\n\nPage numbers\n\nSection title\n\nImportance rank\n\n200-character preview of each section\n\n## Dependencies\n```\npdfplumber==0.10.3\n```\nInstall via:\n```\npip install -r requirements.txt\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fap-dev-github%2Fadobe-hackathon-2024-round1b-winners","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fap-dev-github%2Fadobe-hackathon-2024-round1b-winners","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fap-dev-github%2Fadobe-hackathon-2024-round1b-winners/lists"}