{"id":24901432,"url":"https://github.com/naetherm/docchatllm","last_synced_at":"2025-08-31T22:07:05.321Z","repository":{"id":245128804,"uuid":"816606742","full_name":"naetherm/docchatllm","owner":"naetherm","description":"Minimal sample of chatting with a document about its content","archived":false,"fork":false,"pushed_at":"2025-08-05T07:33:28.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-31T22:07:03.224Z","etag":null,"topics":["docchatllm","docllm","llm"],"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/naetherm.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":"2024-06-18T04:36:36.000Z","updated_at":"2025-08-05T07:33:26.000Z","dependencies_parsed_at":"2024-06-20T01:12:17.939Z","dependency_job_id":null,"html_url":"https://github.com/naetherm/docchatllm","commit_stats":null,"previous_names":["naetherm/docchatllm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/naetherm/docchatllm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naetherm%2Fdocchatllm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naetherm%2Fdocchatllm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naetherm%2Fdocchatllm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naetherm%2Fdocchatllm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naetherm","download_url":"https://codeload.github.com/naetherm/docchatllm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naetherm%2Fdocchatllm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273046499,"owners_count":25036181,"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-31T02:00:09.071Z","response_time":79,"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":["docchatllm","docllm","llm"],"created_at":"2025-02-01T21:16:10.481Z","updated_at":"2025-08-31T22:07:05.287Z","avatar_url":"https://github.com/naetherm.png","language":"Python","readme":"# DocChatLLM\n\nDocChatLLM is a tool designed to facilitate chat-like dialogues with uploaded documents. This application allows users to interact with their documents in a conversational manner, extracting information and getting answers to specific queries.\n\n## Features\n\n- Upload documents in various formats (e.g., PDF, Image-Documents, DOCX).\n- Engage in chat-like interactions to extract information from documents.\n- User-friendly interface powered by Streamlit.\n\n## Installation\n\nTo install and run DocChatLLM, follow these steps:\n\n### Prerequisites\n\n- Python 3.10 or higher\n- `pip`\n- Virtual environment tool (e.g. `venv` or `virtualenv`)\n\n### Step-by-Step Installation\n\n1. Clone repository\n\n```bash\ngit clone https://github.com/naetherm/docchatllm.git\ncd DocChatLLM\n\n```\n\n2. Create a virtual environment\n\nUsing `venv`\n\n```bash\npython -m venv venv\n```\n\nUsing `virtualenv`\n\n```bash\nvirtualenv venv\n```\n\n3. Activate the environment\n\n- On Windows: `venv\\Scripts\\activate`\n- On MacOS and Linux: `source venv/bin/activate`\n\n4. Install requred packages\n\n```bash\npip install -r requirements.txt\n```\n\n## Usage\n\nAfter installing the required packages, you can start the application with the following command:\n\n```bash\nstreamlit run app.py\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaetherm%2Fdocchatllm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaetherm%2Fdocchatllm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaetherm%2Fdocchatllm/lists"}