Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 7 days ago
JSON representation

MS Word Like Content Creation System

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) |