Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prithivsakthiur/grab-doc-v
MS Word Like Content Creation System
https://github.com/prithivsakthiur/grab-doc-v
app cdn chatbot chatgpt client docx fpdf grab gradio huggingface llama llama2 llama3 minimalist openai python python-docx scrap
Last synced: 15 days ago
JSON representation
MS Word Like Content Creation System
- Host: GitHub
- URL: https://github.com/prithivsakthiur/grab-doc-v
- Owner: PRITHIVSAKTHIUR
- Created: 2024-08-24T15:01:05.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T15:47:27.000Z (5 months ago)
- Last Synced: 2024-12-03T16:47:38.862Z (2 months ago)
- Topics: app, cdn, chatbot, chatgpt, client, docx, fpdf, grab, gradio, huggingface, llama, llama2, llama3, minimalist, openai, python, python-docx, scrap
- Language: Python
- Homepage: https://huggingface.co/spaces/prithivMLmods/GRABDOC-V
- Size: 12.6 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
title: GRABDOC V
emoji: π΅
colorFrom: indigo
colorTo: red
sdk: gradio
sdk_version: 4.42.0
app_file: app.py
pinned: false
header: mini
license: creativeml-openrail-m
---Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
## Model Details
| Model Identifier | Description | Version |
|---------------------------------------|-----------------------------------------------------|---------|
| `meta-llama/Meta-Llama-3.1-70B-Instruct` | A large language model designed for instruction-based tasks, with 70 billion parameters. | 3.1 |![alt text](assets/gdvv.png)
## HTTPS
Make sure you have git-lfs installed (https://git-lfs.com)
git lfs install
git clone https://huggingface.co/spaces/prithivMLmods/GRABDOC-V
If you want to clone without large files - just their pointers
GIT_LFS_SKIP_SMUDGE=1 git clone https://huggingface.co/spaces/prithivMLmods/GRABDOC-V## SSH
Make sure you have git-lfs installed (https://git-lfs.com)
git lfs install
git clone [email protected]:spaces/prithivMLmods/GRABDOC-V
If you want to clone without large files - just their pointers
GIT_LFS_SKIP_SMUDGE=1 git clone [email protected]:spaces/prithivMLmods/GRABDOC-V## Llama -- Clients
```python
for message in client.chat.completions.create(
model="meta-llama/Meta-Llama-3.1-70B-Instruct",
max_tokens=max_tokens,
stream=True,
temperature=temperature,
top_p=top_p,
messages=messages,
):
```## DEMO-GIF
![alt text](assets/GRABDOCVV.gif)## Dependencies
| Package | Version | Description |
|--------------------|-------------|-----------------------------------------------------|
| `gradio` | Latest | A library for building machine learning demos and applications. |
| `fpdf` | Latest | A Python class for generating PDF documents. |
| `openai` | Latest | A library for accessing OpenAIβs API and models. |
| `python-docx` | Latest | A library for creating and updating Microsoft Word (.docx) files. |
| `huggingface-hub` | 0.24.6 | A library for interacting with the Hugging Face Hub to manage and share machine learning models and datasets. |.
.
.@prithivmlmods
### **Try It Out!**
| Hugging Face | [prithivMLmods](https://huggingface.co/prithivMLmods) |