{"id":15159988,"url":"https://github.com/prithivsakthiur/grab-doc-v","last_synced_at":"2026-03-09T07:32:10.859Z","repository":{"id":254595384,"uuid":"846998806","full_name":"PRITHIVSAKTHIUR/Grab-Doc-V","owner":"PRITHIVSAKTHIUR","description":"MS Word Like Content Creation  System","archived":false,"fork":false,"pushed_at":"2024-08-24T15:47:27.000Z","size":13229,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-03T16:47:38.862Z","etag":null,"topics":["app","cdn","chatbot","chatgpt","client","docx","fpdf","grab","gradio","huggingface","llama","llama2","llama3","minimalist","openai","python","python-docx","scrap"],"latest_commit_sha":null,"homepage":"https://huggingface.co/spaces/prithivMLmods/GRABDOC-V","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/PRITHIVSAKTHIUR.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-08-24T15:01:05.000Z","updated_at":"2024-11-08T07:43:23.000Z","dependencies_parsed_at":"2024-08-24T16:43:24.426Z","dependency_job_id":"bb406354-cc2b-42f1-84f2-9dbdfb821702","html_url":"https://github.com/PRITHIVSAKTHIUR/Grab-Doc-V","commit_stats":null,"previous_names":["prithivsakthiur/grab-doc-v"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRITHIVSAKTHIUR%2FGrab-Doc-V","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRITHIVSAKTHIUR%2FGrab-Doc-V/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRITHIVSAKTHIUR%2FGrab-Doc-V/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PRITHIVSAKTHIUR%2FGrab-Doc-V/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PRITHIVSAKTHIUR","download_url":"https://codeload.github.com/PRITHIVSAKTHIUR/Grab-Doc-V/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230686141,"owners_count":18264847,"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","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":["app","cdn","chatbot","chatgpt","client","docx","fpdf","grab","gradio","huggingface","llama","llama2","llama3","minimalist","openai","python","python-docx","scrap"],"created_at":"2024-09-26T22:03:32.361Z","updated_at":"2025-10-01T00:31:26.897Z","avatar_url":"https://github.com/PRITHIVSAKTHIUR.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\r\ntitle: GRABDOC V\r\nemoji: 🌵\r\ncolorFrom: indigo\r\ncolorTo: red\r\nsdk: gradio\r\nsdk_version: 4.42.0\r\napp_file: app.py\r\npinned: false\r\nheader: mini\r\nlicense: creativeml-openrail-m\r\n---\r\n\r\nCheck out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference\r\n\r\n## Model Details\r\n\r\n| Model Identifier                      | Description                                         | Version |\r\n|---------------------------------------|-----------------------------------------------------|---------|\r\n| `meta-llama/Meta-Llama-3.1-70B-Instruct` | A large language model designed for instruction-based tasks, with 70 billion parameters. | 3.1     |\r\n\r\n\r\n![alt text](assets/gdvv.png)\r\n\r\n\r\n\r\n## HTTPS\r\n\r\n    Make sure you have git-lfs installed (https://git-lfs.com)\r\n    \r\n    git lfs install\r\n    \r\n    git clone https://huggingface.co/spaces/prithivMLmods/GRABDOC-V\r\n    \r\n    If you want to clone without large files - just their pointers\r\n    \r\n    GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/spaces/prithivMLmods/GRABDOC-V\r\n\r\n## SSH \r\n\r\n    Make sure you have git-lfs installed (https://git-lfs.com)\r\n    \r\n    git lfs install\r\n    \r\n    git clone git@hf.co:spaces/prithivMLmods/GRABDOC-V\r\n    \r\n    If you want to clone without large files - just their pointers\r\n    \r\n    GIT_LFS_SKIP_SMUDGE=1 git clone git@hf.co:spaces/prithivMLmods/GRABDOC-V\r\n\r\n## Llama -- Clients\r\n\r\n```python\r\nfor message in client.chat.completions.create(\r\n    model=\"meta-llama/Meta-Llama-3.1-70B-Instruct\",\r\n    max_tokens=max_tokens,\r\n    stream=True,\r\n    temperature=temperature,\r\n    top_p=top_p,\r\n    messages=messages,\r\n):\r\n```\r\n\r\n## DEMO-GIF\r\n![alt text](assets/GRABDOCVV.gif)\r\n\r\n## Dependencies\r\n\r\n| Package            | Version     | Description                                         |\r\n|--------------------|-------------|-----------------------------------------------------|\r\n| `gradio`           | Latest      | A library for building machine learning demos and applications. |\r\n| `fpdf`             | Latest      | A Python class for generating PDF documents.       |\r\n| `openai`           | Latest      | A library for accessing OpenAI’s API and models.   |\r\n| `python-docx`      | Latest      | A library for creating and updating Microsoft Word (.docx) files. |\r\n| `huggingface-hub`  | 0.24.6      | A library for interacting with the Hugging Face Hub to manage and share machine learning models and datasets. |\r\n\r\n.\r\n\r\n.\r\n\r\n.@prithivmlmods\r\n\r\n### **Try It Out!**\r\n| Hugging Face | [prithivMLmods](https://huggingface.co/prithivMLmods) |\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprithivsakthiur%2Fgrab-doc-v","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprithivsakthiur%2Fgrab-doc-v","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprithivsakthiur%2Fgrab-doc-v/lists"}