Skip to content

Instantly share code, notes, and snippets.

View chandradeepc's full-sized avatar
🏠
Working from home

Chandradeep Chowdhury chandradeepc

🏠
Working from home
View GitHub Profile
@chandradeepc
chandradeepc / mineru25vllm.py
Last active October 1, 2025 02:03
MinerU 2.5 Modal VLLM Deployment
import modal
from typing import Dict, Any, Optional
from pydantic import BaseModel
import json
import os
import uuid
import base64
import io
# Define the image - using sglang base image as recommended by mineru
@chandradeepc
chandradeepc / mineru20sglang.py
Last active October 1, 2025 02:03
MinerU 2.0 Modal SGLang Deployment
import modal
from typing import Dict, Any, Optional
from pydantic import BaseModel
import json
import os
import uuid
import base64
import io
# Define the image - using sglang base image as recommended by mineru