refactor app
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ import csv # For CSV
|
|
26 |
import io # For IO operations
|
27 |
from PIL import Image # For image handling
|
28 |
|
29 |
-
from utils.generators import generate_pdf_from_meldrx, generate_ai_discharge_content, generate_pdf_from_meldrx_with_ai_content, extract_section,
|
30 |
|
31 |
|
32 |
# Initialize Inference Client - Ensure YOUR_HF_TOKEN is set in environment variables or replace with your actual token
|
|
|
26 |
import io # For IO operations
|
27 |
from PIL import Image # For image handling
|
28 |
|
29 |
+
from utils.generators import generate_pdf_from_meldrx, generate_ai_discharge_content, generate_pdf_from_meldrx_with_ai_content, extract_section, generate_pdf_from_form, generate_discharge_summary, generate_ai_discharge_content, analyze_dicom_file_with_ai, analyze_hl7_file_with_ai, analyze_cda_xml_file_with_ai, analyze_pdf_file_with_ai, analyze_csv_file_with_ai, generate_pdf_from_form , generate_ai_discharge_content , extract_section , generate_pdf_from_meldrx_with_ai_content
|
30 |
|
31 |
|
32 |
# Initialize Inference Client - Ensure YOUR_HF_TOKEN is set in environment variables or replace with your actual token
|