llm-pdf-chat


Namellm-pdf-chat JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://github.com/radoshi/llm-pdf
SummaryTalk to your PDFs using an LLM.
upload_time2023-10-05 23:00:55
maintainer
docs_urlNone
authorRushabh Doshi
requires_python>=3.11,<4.0
licenseMIT
keywords openai llm cli pdf
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # llm-pdf

![PyPi](https://img.shields.io/pypi/v/llm-pdf-chat?color=green)

---

A CLI utility to index, summarize, and chat with PDF files.

## Installation

```bash
pipx install llm-pdf-chat
```

## Usage

```bash
Usage: llm-pdf [OPTIONS] COMMAND [ARGS]...

Options:
  --version    Show the version and exit.
  --help       Show this message and exit.

Commands:
  arxiv      Download and index a paper from arxiv.
  chat       Chat with your PDFs.
  delete     Reset the collection.
  index      Chat with your PDFs.
  list       Reset the collection.
  summarize  Chat with your PDFs.
```

## Examples

Coming soon!

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/radoshi/llm-pdf",
    "name": "llm-pdf-chat",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "openai,llm,cli,pdf",
    "author": "Rushabh Doshi",
    "author_email": "radoshi+pypi@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3f/d7/b17c885b2d2719027f92214af7c7c8a53cdcdaf320c8ae456f5746d27d9c/llm_pdf_chat-0.5.0.tar.gz",
    "platform": null,
    "description": "# llm-pdf\n\n![PyPi](https://img.shields.io/pypi/v/llm-pdf-chat?color=green)\n\n---\n\nA CLI utility to index, summarize, and chat with PDF files.\n\n## Installation\n\n```bash\npipx install llm-pdf-chat\n```\n\n## Usage\n\n```bash\nUsage: llm-pdf [OPTIONS] COMMAND [ARGS]...\n\nOptions:\n  --version    Show the version and exit.\n  --help       Show this message and exit.\n\nCommands:\n  arxiv      Download and index a paper from arxiv.\n  chat       Chat with your PDFs.\n  delete     Reset the collection.\n  index      Chat with your PDFs.\n  list       Reset the collection.\n  summarize  Chat with your PDFs.\n```\n\n## Examples\n\nComing soon!\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Talk to your PDFs using an LLM.",
    "version": "0.5.0",
    "project_urls": {
        "Homepage": "https://github.com/radoshi/llm-pdf",
        "Repository": "https://github.com/radoshi/llm-pdf"
    },
    "split_keywords": [
        "openai",
        "llm",
        "cli",
        "pdf"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f54e68fa8dc7a707a3fb9c8147c46b0be6607bd2b050aee9969d1257144082bc",
                "md5": "779874c7ca3151cb18064b0969124aec",
                "sha256": "4cb84f0327e91a71a155a03561327ee9aaa45f16ac4fe23341f3139b937f3b65"
            },
            "downloads": -1,
            "filename": "llm_pdf_chat-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "779874c7ca3151cb18064b0969124aec",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 8885,
            "upload_time": "2023-10-05T23:00:53",
            "upload_time_iso_8601": "2023-10-05T23:00:53.661724Z",
            "url": "https://files.pythonhosted.org/packages/f5/4e/68fa8dc7a707a3fb9c8147c46b0be6607bd2b050aee9969d1257144082bc/llm_pdf_chat-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3fd7b17c885b2d2719027f92214af7c7c8a53cdcdaf320c8ae456f5746d27d9c",
                "md5": "d3221aa8423c2b610598e8250fd6c3ac",
                "sha256": "79372e8367298c818bd0849b63f63cf218c5a84c1d5bd94519f7b2d35340632b"
            },
            "downloads": -1,
            "filename": "llm_pdf_chat-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d3221aa8423c2b610598e8250fd6c3ac",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 7194,
            "upload_time": "2023-10-05T23:00:55",
            "upload_time_iso_8601": "2023-10-05T23:00:55.130064Z",
            "url": "https://files.pythonhosted.org/packages/3f/d7/b17c885b2d2719027f92214af7c7c8a53cdcdaf320c8ae456f5746d27d9c/llm_pdf_chat-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-05 23:00:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "radoshi",
    "github_project": "llm-pdf",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "llm-pdf-chat"
}
        
Elapsed time: 0.11838s