Spaces:
Paused
Paused
File size: 39,626 Bytes
ee78b3d 3ef4ad0 ee78b3d 3ef4ad0 ee78b3d da339d8 ee78b3d 3ef4ad0 09b4f51 3ef4ad0 ee78b3d 3ef4ad0 ee78b3d 3ef4ad0 ee78b3d 3ef4ad0 ee78b3d 3ef4ad0 ee78b3d 3ef4ad0 ee78b3d 09b4f51 ee78b3d 3ef4ad0 ee78b3d 0d8f049 ee78b3d 0d8f049 ee78b3d 0d8f049 ee78b3d 3ef4ad0 ee78b3d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 |
import gradio as gr
import json
import markdown
import cv2
import numpy as np
from PIL import Image
from transformers import AutoProcessor, VisionEncoderDecoderModel, AutoModelForImageTextToText
import torch
try:
from sentence_transformers import SentenceTransformer
import numpy as np
from sklearn.metrics.pairwise import cosine_similarity
RAG_DEPENDENCIES_AVAILABLE = True
except ImportError as e:
print(f"RAG dependencies not available: {e}")
print("Please install: pip install sentence-transformers scikit-learn")
RAG_DEPENDENCIES_AVAILABLE = False
SentenceTransformer = None
import os
import tempfile
import uuid
import base64
import io
from utils.utils import *
from utils.markdown_utils import MarkdownConverter
# Voice functionality imports
import time
import librosa
from dataclasses import dataclass, field
from pydub import AudioSegment
try:
from voice_chat.utils.vad import get_speech_timestamps, collect_chunks, VadOptions
from voice_chat.gemma3n_inference import Gemma3nInference
VOICE_DEPENDENCIES_AVAILABLE = True
except ImportError as e:
print(f"Voice dependencies not available: {e}")
VOICE_DEPENDENCIES_AVAILABLE = False
# Math extension is optional for enhanced math rendering
MATH_EXTENSION_AVAILABLE = False
try:
from mdx_math import MathExtension
MATH_EXTENSION_AVAILABLE = True
except ImportError:
pass
# Initialize voice model early to avoid NameError
voice_model = None
if VOICE_DEPENDENCIES_AVAILABLE:
try:
print("Loading voice model...")
voice_model = Gemma3nInference(device='cuda' if torch.cuda.is_available() else 'cpu')
print("Warming up voice model...")
voice_model.warm_up()
print("β
Voice model loaded and warmed up successfully")
except Exception as e:
print(f"β οΈ Voice model initialization failed: {e}")
voice_model = None
class DOLPHIN:
def __init__(self, model_id_or_path):
"""Initialize the Hugging Face model optimized for powerful GPU"""
self.processor = AutoProcessor.from_pretrained(model_id_or_path)
self.model = VisionEncoderDecoderModel.from_pretrained(
model_id_or_path,
torch_dtype=torch.float16,
device_map="auto" if torch.cuda.is_available() else None
)
self.model.eval()
self.device = "cuda" if torch.cuda.is_available() else "cpu"
if not torch.cuda.is_available():
self.model = self.model.float()
self.tokenizer = self.processor.tokenizer
def chat(self, prompt, image):
"""Process an image or batch of images with the given prompt(s)"""
is_batch = isinstance(image, list)
if not is_batch:
images = [image]
prompts = [prompt]
else:
images = image
prompts = prompt if isinstance(prompt, list) else [prompt] * len(images)
batch_inputs = self.processor(images, return_tensors="pt", padding=True)
batch_pixel_values = batch_inputs.pixel_values
if torch.cuda.is_available():
batch_pixel_values = batch_pixel_values.half().to(self.device)
else:
batch_pixel_values = batch_pixel_values.to(self.device)
prompts = [f"<s>{p} <Answer/>" for p in prompts]
batch_prompt_inputs = self.tokenizer(
prompts,
add_special_tokens=False,
return_tensors="pt"
)
batch_prompt_ids = batch_prompt_inputs.input_ids.to(self.device)
batch_attention_mask = batch_prompt_inputs.attention_mask.to(self.device)
with torch.no_grad():
outputs = self.model.generate(
pixel_values=batch_pixel_values,
decoder_input_ids=batch_prompt_ids,
decoder_attention_mask=batch_attention_mask,
min_length=1,
max_length=2048,
pad_token_id=self.tokenizer.pad_token_id,
eos_token_id=self.tokenizer.eos_token_id,
use_cache=True,
bad_words_ids=[[self.tokenizer.unk_token_id]],
return_dict_in_generate=True,
do_sample=False,
num_beams=1,
repetition_penalty=1.1,
temperature=1.0
)
sequences = self.tokenizer.batch_decode(outputs.sequences, skip_special_tokens=False)
results = []
for i, sequence in enumerate(sequences):
cleaned = sequence.replace(prompts[i], "").replace("<pad>", "").replace("</s>", "").strip()
results.append(cleaned)
if not is_batch:
return results[0]
return results
class Gemma3nModel:
def __init__(self, model_id="google/gemma-3n-E4B-it"):
"""Initialize the Gemma 3n model for text generation and image description"""
self.model_id = model_id
self.processor = AutoProcessor.from_pretrained(model_id)
self.model = AutoModelForImageTextToText.from_pretrained(
model_id,
torch_dtype="auto",
device_map="auto"
)
self.model.eval()
print(f"β
Gemma 3n loaded (Device: {self.model.device}, DType: {self.model.dtype})")
def generate_alt_text(self, pil_image):
"""Generate alt text for an image using local Gemma 3n"""
try:
# Ensure image is in RGB mode
if pil_image.mode != 'RGB':
pil_image = pil_image.convert('RGB')
# Create a detailed prompt for alt text generation
prompt = """You are an accessibility expert creating alt text for images to help visually impaired users understand visual content. Analyze this image and provide a clear, concise description that captures the essential visual information.
Focus on:
- Main subject or content of the image
- Important details, text, or data shown
- Layout and structure if relevant (charts, diagrams, tables)
- Context that would help someone understand the image's purpose
Provide a descriptive alt text in 1-2 sentences that is informative but not overly verbose. Start directly with the description without saying "This image shows" or similar phrases."""
# Prepare the message format
message = {
"role": "user",
"content": [
{"type": "image", "image": pil_image},
{"type": "text", "text": prompt}
]
}
# Apply chat template and generate
input_ids = self.processor.apply_chat_template(
[message],
add_generation_prompt=True,
tokenize=True,
return_dict=True,
return_tensors="pt",
)
input_len = input_ids["input_ids"].shape[-1]
input_ids = input_ids.to(self.model.device, dtype=self.model.dtype)
outputs = self.model.generate(
**input_ids,
max_new_tokens=256,
disable_compile=True,
do_sample=False,
temperature=0.1
)
text = self.processor.batch_decode(
outputs[:, input_len:],
skip_special_tokens=True,
clean_up_tokenization_spaces=True
)
alt_text = text[0].strip()
# Clean up the alt text
alt_text = alt_text.replace('\n', ' ').replace('\r', ' ')
# Remove common prefixes if they appear
prefixes_to_remove = ["This image shows", "The image shows", "This shows", "The figure shows"]
for prefix in prefixes_to_remove:
if alt_text.startswith(prefix):
alt_text = alt_text[len(prefix):].strip()
break
return alt_text if alt_text else "Image description unavailable"
except Exception as e:
print(f"β Error generating alt text: {e}")
import traceback
traceback.print_exc()
return "Image description unavailable"
def chat(self, prompt, history=None):
"""Chat functionality using Gemma 3n for text-only conversations"""
try:
# Create message format
message = {
"role": "user",
"content": [
{"type": "text", "text": prompt}
]
}
# If history exists, include it
conversation = history if history else []
conversation.append(message)
# Apply chat template and generate
input_ids = self.processor.apply_chat_template(
conversation,
add_generation_prompt=True,
tokenize=True,
return_dict=True,
return_tensors="pt",
)
input_len = input_ids["input_ids"].shape[-1]
input_ids = input_ids.to(self.model.device, dtype=self.model.dtype)
outputs = self.model.generate(
**input_ids,
max_new_tokens=1024,
disable_compile=True,
do_sample=False,
pad_token_id=self.processor.tokenizer.pad_token_id
)
text = self.processor.batch_decode(
outputs[:, input_len:],
skip_special_tokens=True,
clean_up_tokenization_spaces=True
)
return text[0].strip()
except Exception as e:
print(f"β Error in chat: {e}")
import traceback
traceback.print_exc()
return f"Error generating response: {str(e)}"
def convert_pdf_to_images_gradio(pdf_file):
"""Convert uploaded PDF file to list of PIL Images"""
try:
import pymupdf
if isinstance(pdf_file, str):
pdf_document = pymupdf.open(pdf_file)
else:
pdf_bytes = pdf_file.read()
pdf_document = pymupdf.open(stream=pdf_bytes, filetype="pdf")
images = []
for page_num in range(len(pdf_document)):
page = pdf_document[page_num]
mat = pymupdf.Matrix(2.0, 2.0)
pix = page.get_pixmap(matrix=mat)
img_data = pix.tobytes("png")
pil_image = Image.open(io.BytesIO(img_data)).convert("RGB")
images.append(pil_image)
pdf_document.close()
return images
except Exception as e:
raise Exception(f"Error converting PDF: {str(e)}")
def process_pdf_document(pdf_file, model, progress=gr.Progress()):
"""Process uploaded PDF file page by page"""
if pdf_file is None:
return "No PDF file uploaded", ""
try:
progress(0.1, desc="Converting PDF to images...")
images = convert_pdf_to_images_gradio(pdf_file)
if not images:
return "Failed to convert PDF to images", ""
all_results = []
for page_idx, pil_image in enumerate(images):
progress((page_idx + 1) / len(images) * 0.8 + 0.1,
desc=f"Processing page {page_idx + 1}/{len(images)}...")
layout_output = model.chat("Parse the reading order of this document.", pil_image)
padded_image, dims = prepare_image(pil_image)
recognition_results = process_elements_optimized(
layout_output,
padded_image,
dims,
model,
max_batch_size=4
)
try:
markdown_converter = MarkdownConverter()
markdown_content = markdown_converter.convert(recognition_results)
except:
markdown_content = generate_fallback_markdown(recognition_results)
page_result = {
"page_number": page_idx + 1,
"markdown": markdown_content
}
all_results.append(page_result)
progress(1.0, desc="Processing complete!")
combined_markdown = "\n\n---\n\n".join([
f"# Page {result['page_number']}\n\n{result['markdown']}"
for result in all_results
])
return combined_markdown, "processing_complete"
except Exception as e:
error_msg = f"Error processing PDF: {str(e)}"
return error_msg, "error"
def process_elements_optimized(layout_results, padded_image, dims, model, max_batch_size=4):
"""Optimized element processing for powerful GPU"""
layout_results = parse_layout_string(layout_results)
text_elements = []
table_elements = []
figure_results = []
previous_box = None
reading_order = 0
for bbox, label in layout_results:
try:
x1, y1, x2, y2, orig_x1, orig_y1, orig_x2, orig_y2, previous_box = process_coordinates(
bbox, padded_image, dims, previous_box
)
cropped = padded_image[y1:y2, x1:x2]
if cropped.size > 0 and cropped.shape[0] > 3 and cropped.shape[1] > 3:
if label == "fig":
pil_crop = Image.fromarray(cv2.cvtColor(cropped, cv2.COLOR_BGR2RGB))
pil_crop = crop_margin(pil_crop)
# Generate alt text for accessibility using local Gemma 3n
alt_text = gemma_model.generate_alt_text(pil_crop)
buffered = io.BytesIO()
pil_crop.save(buffered, format="PNG")
img_base64 = base64.b64encode(buffered.getvalue()).decode()
data_uri = f"data:image/png;base64,{img_base64}"
figure_results.append({
"label": label,
"text": f"\n\n*{alt_text}*",
"bbox": [orig_x1, orig_y1, orig_x2, orig_y2],
"reading_order": reading_order,
"alt_text": alt_text,
})
else:
pil_crop = Image.fromarray(cv2.cvtColor(cropped, cv2.COLOR_BGR2RGB))
element_info = {
"crop": pil_crop,
"label": label,
"bbox": [orig_x1, orig_y1, orig_x2, orig_y2],
"reading_order": reading_order,
}
if label == "tab":
table_elements.append(element_info)
else:
text_elements.append(element_info)
reading_order += 1
except Exception as e:
print(f"Error processing element {label}: {str(e)}")
continue
recognition_results = figure_results.copy()
if text_elements:
text_results = process_element_batch_optimized(
text_elements, model, "Read text in the image.", max_batch_size
)
recognition_results.extend(text_results)
if table_elements:
table_results = process_element_batch_optimized(
table_elements, model, "Parse the table in the image.", max_batch_size
)
recognition_results.extend(table_results)
recognition_results.sort(key=lambda x: x.get("reading_order", 0))
return recognition_results
def process_element_batch_optimized(elements, model, prompt, max_batch_size=4):
"""Process elements in batches for powerful GPU"""
results = []
batch_size = min(len(elements), max_batch_size)
for i in range(0, len(elements), batch_size):
batch_elements = elements[i:i+batch_size]
crops_list = [elem["crop"] for elem in batch_elements]
prompts_list = [prompt] * len(crops_list)
batch_results = model.chat(prompts_list, crops_list)
for j, result in enumerate(batch_results):
elem = batch_elements[j]
results.append({
"label": elem["label"],
"bbox": elem["bbox"],
"text": result.strip(),
"reading_order": elem["reading_order"],
})
del crops_list, batch_elements
if torch.cuda.is_available():
torch.cuda.empty_cache()
return results
def generate_fallback_markdown(recognition_results):
"""Generate basic markdown if converter fails"""
markdown_content = ""
for element in recognition_results:
if element["label"] == "tab":
markdown_content += f"\n\n{element['text']}\n\n"
elif element["label"] in ["para", "title", "sec", "sub_sec"]:
markdown_content += f"{element['text']}\n\n"
elif element["label"] == "fig":
# Image should already have alt text from processing
markdown_content += f"{element['text']}\n\n"
return markdown_content
# Initialize models
model_path = "./hf_model"
if not os.path.exists(model_path):
model_path = "ByteDance/DOLPHIN"
# Model paths and configuration
model_path = "./hf_model" if os.path.exists("./hf_model") else "ByteDance/DOLPHIN"
hf_token = os.getenv('HF_TOKEN')
gemma_model_id = "google/gemma-3n-E4B-it"
# Initialize models
print("Loading DOLPHIN model...")
dolphin_model = DOLPHIN(model_path)
print(f"β
DOLPHIN model loaded (Device: {dolphin_model.device})")
print("Loading Gemma 3n model...")
gemma_model = Gemma3nModel(gemma_model_id)
model_status = "β
Both models loaded successfully"
# Initialize embedding model
if RAG_DEPENDENCIES_AVAILABLE:
try:
print("Loading embedding model for RAG...")
embedding_model = SentenceTransformer('all-MiniLM-L6-v2', device='cpu')
print("β
Embedding model loaded successfully (CPU)")
except Exception as e:
print(f"β Error loading embedding model: {e}")
embedding_model = None
else:
print("β RAG dependencies not available")
embedding_model = None
# Global state for managing tabs
processed_markdown = ""
show_results_tab = False
document_chunks = []
document_embeddings = None
# Voice chat parameters and state
IN_CHANNELS = 1
IN_RATE = 24000
IN_CHUNK = 1024
IN_SAMPLE_WIDTH = 2
VAD_STRIDE = 0.5
OUT_CHANNELS = 1
OUT_RATE = 24000
OUT_SAMPLE_WIDTH = 2
OUT_CHUNK = 20 * 4096
# Voice model already initialized earlier in the file
@dataclass
class VoiceAppState:
stream: np.ndarray | None = None
sampling_rate: int = 0
pause_detected: bool = False
started_talking: bool = False
stopped: bool = False
conversation: list = field(default_factory=list)
# Voice functionality
def run_vad(ori_audio, sr):
"""Voice Activity Detection"""
_st = time.time()
try:
audio = ori_audio
if isinstance(audio, bytes):
audio = np.frombuffer(audio, dtype=np.int16)
audio = audio.astype(np.float32) / 32768.0
sampling_rate = 16000
if sr != sampling_rate:
audio = librosa.resample(audio, orig_sr=sr, target_sr=sampling_rate)
vad_parameters = {}
vad_parameters = VadOptions(**vad_parameters)
speech_chunks = get_speech_timestamps(audio, vad_parameters)
audio = collect_chunks(audio, speech_chunks)
duration_after_vad = audio.shape[0] / sampling_rate
if sr != sampling_rate:
vad_audio = librosa.resample(audio, orig_sr=sampling_rate, target_sr=sr)
else:
vad_audio = audio
vad_audio = np.round(vad_audio * 32768.0).astype(np.int16)
vad_audio_bytes = vad_audio.tobytes()
return duration_after_vad, vad_audio_bytes, round(time.time() - _st, 4)
except Exception as e:
msg = f"[asr vad error] audio_len: {len(ori_audio)/(sr*2):.3f} s, trace: {e}"
print(msg)
return -1, ori_audio, round(time.time() - _st, 4)
def determine_pause(audio: np.ndarray, sampling_rate: int, state: VoiceAppState) -> bool:
"""Determine if a pause happened in the audio stream"""
temp_audio = audio
dur_vad, _, time_vad = run_vad(temp_audio, sampling_rate)
duration = len(audio) / sampling_rate
if dur_vad > 0.5 and not state.started_talking:
print("started talking")
state.started_talking = True
return False
print(f"duration_after_vad: {dur_vad:.3f} s, time_vad: {time_vad:.3f} s")
return (duration - dur_vad) > 1
def process_voice_audio(audio: tuple, state: VoiceAppState):
"""Process streaming audio input"""
if not VOICE_DEPENDENCIES_AVAILABLE or voice_model is None:
return None, state
if state.stream is None:
state.stream = audio[1]
state.sampling_rate = audio[0]
else:
state.stream = np.concatenate((state.stream, audio[1]))
pause_detected = determine_pause(state.stream, state.sampling_rate, state)
state.pause_detected = pause_detected
if state.pause_detected and state.started_talking:
return gr.Audio(recording=False), state
return None, state
def generate_voice_response(state: VoiceAppState):
"""Generate voice response from audio input"""
if not VOICE_DEPENDENCIES_AVAILABLE or voice_model is None:
return None, VoiceAppState()
if not state.pause_detected and not state.started_talking:
return None, VoiceAppState()
try:
audio_buffer = io.BytesIO()
segment = AudioSegment(
state.stream.tobytes(),
frame_rate=state.sampling_rate,
sample_width=state.stream.dtype.itemsize,
channels=(1 if len(state.stream.shape) == 1 else state.stream.shape[1]),
)
segment.export(audio_buffer, format="wav")
with tempfile.NamedTemporaryFile(suffix=".wav", delete=False) as f:
f.write(audio_buffer.getvalue())
temp_audio_path = f.name
try:
# Generate text response from audio
text_response = voice_model.generate_response(temp_audio_path)
print(f"Generated voice response: {text_response}")
# Convert text to speech
audio_response = voice_model.text_to_speech_simple(text_response)
# Convert to format expected by Gradio
audio_segment = AudioSegment.from_file(io.BytesIO(audio_response), format="wav")
audio_array = np.array(audio_segment.get_array_of_samples())
if audio_segment.channels == 2:
audio_array = audio_array.reshape((-1, 2))
# Update conversation history
state.conversation.append({"role": "user", "content": f"[Audio message]"})
state.conversation.append({"role": "assistant", "content": text_response})
return (audio_segment.frame_rate, audio_array), VoiceAppState(conversation=state.conversation)
finally:
if os.path.exists(temp_audio_path):
os.unlink(temp_audio_path)
except Exception as e:
print(f"Error generating voice response: {e}")
return None, VoiceAppState()
def start_voice_recording(state: VoiceAppState):
"""Start recording user voice input"""
if not state.stopped:
return gr.Audio(recording=True)
return gr.Audio(recording=False)
def chunk_document(text, chunk_size=1024, overlap=100):
"""Split document into overlapping chunks for RAG"""
words = text.split()
chunks = []
for i in range(0, len(words), chunk_size - overlap):
chunk = ' '.join(words[i:i + chunk_size])
if chunk.strip():
chunks.append(chunk)
return chunks
def create_embeddings(chunks):
"""Create embeddings for document chunks"""
if embedding_model is None:
return None
try:
# Process in smaller batches on CPU
batch_size = 32
embeddings = []
for i in range(0, len(chunks), batch_size):
batch = chunks[i:i + batch_size]
batch_embeddings = embedding_model.encode(batch, show_progress_bar=False)
embeddings.extend(batch_embeddings)
return np.array(embeddings)
except Exception as e:
print(f"Error creating embeddings: {e}")
return None
def retrieve_relevant_chunks(question, chunks, embeddings, top_k=3):
"""Retrieve most relevant chunks for a question"""
if embedding_model is None or embeddings is None:
return chunks[:3] # Fallback to first 3 chunks
try:
question_embedding = embedding_model.encode([question], show_progress_bar=False)
similarities = cosine_similarity(question_embedding, embeddings)[0]
# Get top-k most similar chunks
top_indices = np.argsort(similarities)[-top_k:][::-1]
relevant_chunks = [chunks[i] for i in top_indices]
return relevant_chunks
except Exception as e:
print(f"Error retrieving chunks: {e}")
return chunks[:3] # Fallback
def process_uploaded_pdf(pdf_file, progress=gr.Progress()):
"""Main processing function for uploaded PDF"""
global processed_markdown, show_results_tab, document_chunks, document_embeddings
if pdf_file is None:
return "β No PDF uploaded", gr.Tabs(visible=False)
try:
# Process PDF
progress(0.1, desc="Processing PDF...")
combined_markdown, status = process_pdf_document(pdf_file, dolphin_model, progress)
if status == "processing_complete":
processed_markdown = combined_markdown
# Create chunks and embeddings for RAG
progress(0.9, desc="Creating document chunks for RAG...")
document_chunks = chunk_document(processed_markdown)
document_embeddings = create_embeddings(document_chunks)
print(f"Created {len(document_chunks)} chunks")
show_results_tab = True
progress(1.0, desc="PDF processed successfully!")
return "β
PDF processed successfully! Chatbot is ready in the Chat tab.", gr.Tabs(visible=True)
else:
show_results_tab = False
return combined_markdown, gr.Tabs(visible=False)
except Exception as e:
show_results_tab = False
error_msg = f"β Error processing PDF: {str(e)}"
return error_msg, gr.Tabs(visible=False)
def get_processed_markdown():
"""Return the processed markdown content"""
global processed_markdown
return processed_markdown if processed_markdown else "No document processed yet."
def clear_all():
"""Clear all data and hide results tab"""
global processed_markdown, show_results_tab, document_chunks, document_embeddings
processed_markdown = ""
show_results_tab = False
document_chunks = []
document_embeddings = None
# Clear GPU cache
if torch.cuda.is_available():
torch.cuda.empty_cache()
return None, "", gr.Tabs(visible=False)
# Create Gradio interface
with gr.Blocks(
title="DOLPHIN PDF AI - Local Gemma 3n",
theme=gr.themes.Soft(),
css="""
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
* {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}
.main-container {
max-width: 1000px;
margin: 0 auto;
}
.upload-container {
text-align: center;
padding: 40px 20px;
border: 2px dashed #e0e0e0;
border-radius: 15px;
margin: 20px 0;
}
.upload-button {
font-size: 18px !important;
padding: 15px 30px !important;
margin: 20px 0 !important;
font-weight: 600 !important;
}
.status-message {
text-align: center;
padding: 15px;
margin: 10px 0;
border-radius: 8px;
font-weight: 500;
}
.chatbot-container {
max-height: 600px;
}
h1, h2, h3 {
font-weight: 700 !important;
}
#progress-container {
margin: 10px 0;
min-height: 20px;
}
"""
) as demo:
with gr.Tabs() as main_tabs:
# Home Tab
with gr.TabItem("π Home", id="home"):
embedding_status = "β
RAG ready" if embedding_model else "β RAG not loaded"
voice_status = "β
Voice chat ready" if VOICE_DEPENDENCIES_AVAILABLE and voice_model else "β Voice chat not available"
gr.Markdown(
"# Scholar Express - Local Gemma 3n Version with Voice\n"
"### Upload a research paper to get a web-friendly version with AI-generated alt text for accessibility. Includes an AI chatbot and voice chat powered by local Gemma 3n.\n"
f"**System:** {model_status}\n"
f"**RAG System:** {embedding_status}\n"
f"**Voice Chat:** {voice_status}\n"
f"**DOLPHIN:** Local model for PDF processing\n"
f"**Gemma 3n:** Local model for alt text generation, chat, and voice\n"
f"**Alt Text:** Gemma 3n generates descriptive alt text for images\n"
f"**GPU:** {'CUDA available' if torch.cuda.is_available() else 'CPU only'}\n\n"
"**Features:**\n"
"- π PDF processing with OCR and layout analysis\n"
"- π¬ Text-based chat about your documents\n"
"- ποΈ Voice chat with Gemma 3n (new!)\n"
"- βΏ AI-generated alt text for accessibility"
)
with gr.Column(elem_classes="upload-container"):
gr.Markdown("## π Upload Your PDF Document")
pdf_input = gr.File(
file_types=[".pdf"],
label="",
height=150,
elem_id="pdf_upload"
)
process_btn = gr.Button(
"π Process PDF",
variant="primary",
size="lg",
elem_classes="upload-button"
)
clear_btn = gr.Button(
"ποΈ Clear",
variant="secondary"
)
# Dedicated progress space
progress_space = gr.HTML(
value="",
visible=False,
elem_id="progress-container"
)
# Status output (hidden during processing)
status_output = gr.Markdown(
"",
elem_classes="status-message"
)
# Results Tab (initially hidden)
with gr.TabItem("π Document", id="results", visible=False) as results_tab:
gr.Markdown("## Processed Document")
markdown_display = gr.Markdown(
value="",
latex_delimiters=[
{"left": "$$", "right": "$$", "display": True},
{"left": "$", "right": "$", "display": False}
],
height=700
)
# Chatbot Tab (initially hidden)
with gr.TabItem("π¬ Chat", id="chat", visible=False) as chat_tab:
gr.Markdown("## Ask Questions About Your Document")
chatbot = gr.Chatbot(
value=[],
height=500,
type='messages',
elem_classes="chatbot-container",
placeholder="Your conversation will appear here once you process a document..."
)
with gr.Row():
msg_input = gr.Textbox(
placeholder="Ask a question about the processed document...",
scale=4,
container=False
)
send_btn = gr.Button("Send", variant="primary", scale=1)
gr.Markdown(
"*Ask questions about your processed document. The AI uses RAG (Retrieval-Augmented Generation) with local Gemma 3n to find relevant sections and provide accurate answers.*",
elem_id="chat-notice"
)
# Voice Chat Tab
with gr.TabItem("ποΈ Talk with Gemma", id="voice") as voice_tab:
voice_status = "β
Voice chat ready" if VOICE_DEPENDENCIES_AVAILABLE and voice_model else "β Voice chat not available"
gr.Markdown(f"## Voice Chat with Gemma 3n\n{voice_status}")
if VOICE_DEPENDENCIES_AVAILABLE and voice_model:
with gr.Row():
with gr.Column():
voice_input_audio = gr.Audio(
label="Speak to Gemma",
sources=["microphone"],
type="numpy",
streaming=True
)
with gr.Column():
voice_output_audio = gr.Audio(
label="Gemma's Response",
streaming=True,
autoplay=True
)
voice_chatbot = gr.Chatbot(
label="Voice Conversation",
type="messages",
height=300
)
with gr.Row():
voice_stop_btn = gr.Button("βΉοΈ Stop Conversation", variant="stop")
gr.Markdown(
"*Speak naturally to Gemma 3n. The AI will listen to your voice, process your speech, and respond with both text and voice. You can have conversations before or after processing PDFs.*"
)
# Voice state
voice_state = gr.State(value=VoiceAppState())
else:
gr.Markdown(
"### Voice chat is not available\n"
"To enable voice chat, please install the required dependencies:\n"
"```bash\n"
"pip install librosa pydub onnxruntime\n"
"```\n"
"And ensure the voice_chat directory is properly set up."
)
# Event handlers
process_btn.click(
fn=process_uploaded_pdf,
inputs=[pdf_input],
outputs=[status_output, results_tab],
show_progress=True
).then(
fn=get_processed_markdown,
outputs=[markdown_display]
).then(
fn=lambda: gr.TabItem(visible=True),
outputs=[chat_tab]
)
clear_btn.click(
fn=clear_all,
outputs=[pdf_input, status_output, results_tab]
).then(
fn=lambda: gr.HTML(visible=False),
outputs=[progress_space]
).then(
fn=lambda: gr.TabItem(visible=False),
outputs=[chat_tab]
)
# Chatbot functionality with local Gemma 3n
def chatbot_response(message, history):
if not message.strip():
return history
if not processed_markdown:
return history + [{"role": "user", "content": message}, {"role": "assistant", "content": "β Please process a PDF document first before asking questions."}]
try:
# Use RAG to get relevant chunks from markdown
if document_chunks and len(document_chunks) > 0:
relevant_chunks = retrieve_relevant_chunks(message, document_chunks, document_embeddings, top_k=3)
context = "\n\n".join(relevant_chunks)
# Smart truncation: aim for ~6000 chars for local model
if len(context) > 6000:
# Try to cut at sentence boundaries
sentences = context[:6000].split('.')
context = '.'.join(sentences[:-1]) + '...' if len(sentences) > 1 else context[:6000] + '...'
else:
# Fallback to truncated document if RAG fails
context = processed_markdown[:6000] + "..." if len(processed_markdown) > 6000 else processed_markdown
# Create prompt for Gemma 3n
prompt = f"""You are a helpful assistant that answers questions about documents. Use the provided context to answer questions accurately and concisely.
Context from the document:
{context}
Question: {message}
Please provide a clear and helpful answer based on the context provided."""
# Generate response using local Gemma 3n
response_text = gemma_model.chat(prompt)
return history + [{"role": "user", "content": message}, {"role": "assistant", "content": response_text}]
except Exception as e:
error_msg = f"β Error generating response: {str(e)}"
print(f"Full error: {e}")
import traceback
traceback.print_exc()
return history + [{"role": "user", "content": message}, {"role": "assistant", "content": error_msg}]
send_btn.click(
fn=chatbot_response,
inputs=[msg_input, chatbot],
outputs=[chatbot]
).then(
lambda: "",
outputs=[msg_input]
)
# Also allow Enter key to send message
msg_input.submit(
fn=chatbot_response,
inputs=[msg_input, chatbot],
outputs=[chatbot]
).then(
lambda: "",
outputs=[msg_input]
)
# Voice chat event handlers
if VOICE_DEPENDENCIES_AVAILABLE and voice_model:
# Stream processing
voice_stream = voice_input_audio.stream(
process_voice_audio,
[voice_input_audio, voice_state],
[voice_input_audio, voice_state],
stream_every=0.50,
time_limit=30,
)
# Response generation
voice_respond = voice_input_audio.stop_recording(
generate_voice_response,
[voice_state],
[voice_output_audio, voice_state]
)
# Update chatbot display
voice_respond.then(
lambda s: s.conversation,
[voice_state],
[voice_chatbot]
)
# Restart recording
voice_restart = voice_output_audio.stop(
start_voice_recording,
[voice_state],
[voice_input_audio]
)
# Stop conversation
voice_stop_btn.click(
lambda: (VoiceAppState(stopped=True), gr.Audio(recording=False)),
None,
[voice_state, voice_input_audio],
cancels=[voice_respond, voice_restart]
)
if __name__ == "__main__":
demo.launch(
server_name="0.0.0.0",
server_port=7860,
share=False,
show_error=True,
max_threads=4,
inbrowser=False,
quiet=True
) |