Spaces:
Running
Running
Commit ·
3cb3504
1
Parent(s): 70ec35c
Trim Get Started to single example for cleaner layout
Browse filesThe three-example code block was taking up the entire viewport.
Single OCR example is punchier and gets users to the script tables faster.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
README.md
CHANGED
|
@@ -16,25 +16,12 @@ Self-contained Python scripts powered by [UV](https://docs.astral.sh/uv/guides/s
|
|
| 16 |
## Get Started
|
| 17 |
|
| 18 |
```bash
|
| 19 |
-
# Extract text from document images
|
| 20 |
hf jobs uv run --flavor l4x1 \
|
| 21 |
https://huggingface.co/datasets/uv-scripts/ocr/raw/main/nanonets-ocr.py \
|
| 22 |
your-images your-extracted-text
|
| 23 |
-
|
| 24 |
-
# Detect objects in any image dataset
|
| 25 |
-
hf jobs uv run --flavor a100-large \
|
| 26 |
-
-s HF_TOKEN=HF_TOKEN \
|
| 27 |
-
https://huggingface.co/datasets/uv-scripts/sam3/raw/main/detect-objects.py \
|
| 28 |
-
your-images detected-objects --class-name photograph
|
| 29 |
-
|
| 30 |
-
# Fine-tune an LLM with Unsloth
|
| 31 |
-
hf jobs uv run \
|
| 32 |
-
https://huggingface.co/datasets/unsloth/jobs/raw/main/sft-lfm2.5.py \
|
| 33 |
-
--flavor a10g-small --secrets HF_TOKEN \
|
| 34 |
-
-- --dataset mlabonne/FineTome-100k --output-repo your-username/my-model
|
| 35 |
```
|
| 36 |
|
| 37 |
-
|
| 38 |
|
| 39 |
## Browse Scripts
|
| 40 |
|
|
|
|
| 16 |
## Get Started
|
| 17 |
|
| 18 |
```bash
|
|
|
|
| 19 |
hf jobs uv run --flavor l4x1 \
|
| 20 |
https://huggingface.co/datasets/uv-scripts/ocr/raw/main/nanonets-ocr.py \
|
| 21 |
your-images your-extracted-text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
```
|
| 23 |
|
| 24 |
+
One command, no setup. Works locally too with just `uv run`.
|
| 25 |
|
| 26 |
## Browse Scripts
|
| 27 |
|