File size: 23,495 Bytes
3c29e42 d6701a4 f47b96a 9bdd7e9 489d8d3 9bdd7e9 d6701a4 caed707 43cc58e dc42d7e 7bd0ffd caed707 dc42d7e f47b96a dc42d7e f47b96a dc42d7e 7bd0ffd dc42d7e f570790 dc42d7e 612a342 7bd0ffd dc42d7e 7bd0ffd dc42d7e f570790 7bd0ffd dc42d7e 7bd0ffd dc42d7e 7bd0ffd dc42d7e 7bd0ffd dc42d7e 7bd0ffd dc42d7e 612a342 dc42d7e 612a342 dc42d7e 612a342 f570790 dc42d7e 612a342 43cc58e dc42d7e 43cc58e dc42d7e 612a342 dc42d7e 43cc58e 7bd0ffd 134d4a1 f570790 43cc58e dc42d7e f570790 dc42d7e 134d4a1 dc42d7e 43cc58e f570790 43cc58e dc42d7e f570790 dc42d7e 43cc58e dc42d7e c093af0 dc42d7e c093af0 dc42d7e c093af0 dc42d7e c093af0 dc42d7e c093af0 dc42d7e c093af0 dc42d7e c093af0 dc42d7e c093af0 dc42d7e c093af0 dc42d7e c093af0 f570790 7bd0ffd 3c29e42 7bd0ffd 612a342 f570790 7bd0ffd f570790 7bd0ffd f570790 7bd0ffd dc42d7e 7bd0ffd 2e6183c 7bd0ffd 53d6860 f47b96a dc42d7e 3c29e42 dc42d7e 3c29e42 dc42d7e f47b96a d6701a4 1c253b9 f570790 1c253b9 f570790 1c253b9 f570790 1c253b9 3c29e42 1c253b9 3c29e42 1c253b9 f570790 1c253b9 3c29e42 1c253b9 3c29e42 1c253b9 3c29e42 1c253b9 3c29e42 3bf011c dc42d7e 3c29e42 3bf011c f570790 3c29e42 612a342 3c29e42 612a342 3c29e42 c093af0 3c29e42 dc42d7e 3c29e42 43cc58e caed707 3c29e42 dc42d7e 3c29e42 51832c2 | 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 | from fastapi import FastAPI, File, UploadFile, HTTPException, BackgroundTasks, Query
from fastapi.responses import JSONResponse
from fastapi.middleware.cors import CORSMiddleware
import whisper
import torch
import tempfile
import os
import uvicorn
import logging
import hashlib
import json
import sqlite3
from datetime import datetime, timedelta
from typing import Optional, Dict, Any
from contextlib import asynccontextmanager
import asyncio
from concurrent.futures import ThreadPoolExecutor
# Configure logging
logging.basicConfig(
level=logging.INFO,
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s',
handlers=[
logging.FileHandler("app.log"),
logging.StreamHandler()
]
)
logger = logging.getLogger(__name__)
# Global variables
whisper_model = None
device = "cuda" if torch.cuda.is_available() else "cpu"
executor = None # Thread pool executor for CPU-bound tasks
processing_semaphore = None # Semaphore to limit concurrent processing
@asynccontextmanager
async def lifespan(app: FastAPI):
"""Lifespan manager for startup and shutdown events"""
# Startup
global whisper_model, executor, processing_semaphore
try:
logger.info(f"Loading Whisper model on {device}")
whisper_model = whisper.load_model("large-v3", device=device)
logger.info("Whisper model loaded successfully")
except Exception as e:
logger.error(f"Failed to load Whisper model: {e}")
raise RuntimeError(f"Whisper model loading failed: {e}")
# Initialize thread pool executor for CPU-bound tasks
max_workers = min(4, (os.cpu_count() or 1)) # Limit workers for memory management
executor = ThreadPoolExecutor(max_workers=max_workers)
logger.info(f"ThreadPoolExecutor initialized with {max_workers} workers")
# Initialize semaphore to limit concurrent processing
max_concurrent = 5 if device == "cuda" else 3 # GPU can handle more
processing_semaphore = asyncio.Semaphore(max_concurrent)
logger.info(f"Processing semaphore set to {max_concurrent} concurrent operations")
# Initialize database
init_cache_db()
yield
# Shutdown
logger.info("Shutting down application...")
if executor:
executor.shutdown(wait=True)
if torch.cuda.is_available():
torch.cuda.empty_cache()
app = FastAPI(
title="Whisper Transcription API",
description="Scalable API for audio transcription using OpenAI Whisper",
version="2.0.0",
lifespan=lifespan
)
# CORS middleware with more restrictive settings for production
app.add_middleware(
CORSMiddleware,
allow_origins=["*"], # In production, replace with specific domains
allow_credentials=True,
allow_methods=["GET", "POST", "DELETE"], # Only needed methods
allow_headers=["*"],
max_age=3600, # Cache preflight requests
)
class DatabaseManager:
"""Database management class with connection pooling"""
def __init__(self, db_path: str = 'transcription_cache.db'):
self.db_path = db_path
self._init_db()
def _init_db(self):
"""Initialize database tables"""
with sqlite3.connect(self.db_path) as conn:
cursor = conn.cursor()
# Cache table
cursor.execute('''
CREATE TABLE IF NOT EXISTS cache (
id INTEGER PRIMARY KEY AUTOINCREMENT,
file_hash TEXT UNIQUE,
filename TEXT,
file_size INTEGER,
transcription TEXT,
language TEXT,
created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
last_accessed TIMESTAMP DEFAULT CURRENT_TIMESTAMP
)
''')
# Processing status table
cursor.execute('''
CREATE TABLE IF NOT EXISTS processing_status (
id INTEGER PRIMARY KEY AUTOINCREMENT,
file_hash TEXT UNIQUE,
filename TEXT,
file_size INTEGER,
status TEXT DEFAULT 'processing',
progress INTEGER DEFAULT 0,
estimated_time INTEGER DEFAULT 0,
started_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
updated_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP
)
''')
# Create indexes for better performance
cursor.execute('CREATE INDEX IF NOT EXISTS idx_cache_hash ON cache(file_hash)')
cursor.execute('CREATE INDEX IF NOT EXISTS idx_cache_created ON cache(created_at)')
cursor.execute('CREATE INDEX IF NOT EXISTS idx_status_hash ON processing_status(file_hash)')
conn.commit()
def get_connection(self):
"""Get database connection"""
return sqlite3.connect(self.db_path)
# Global database manager
db_manager = DatabaseManager()
def init_cache_db():
"""Initialize cache database"""
pass
def calculate_file_hash(content: bytes, filename: str, file_size: int) -> str:
"""Calculate hash for file identification"""
hash_input = f"{filename}_{file_size}_{len(content)}"
return hashlib.md5(content[:1024] + content[-1024:] + hash_input.encode()).hexdigest()
def estimate_processing_time(file_size_mb: float) -> int:
"""Estimate processing time in minutes - more conservative for scalability"""
base_time = file_size_mb * 0.8 # More realistic estimate
# Add overhead for concurrent processing
concurrent_penalty = min(2, file_size_mb * 0.1)
estimated_seconds = base_time + concurrent_penalty
return max(1, int(estimated_seconds / 60))
async def get_from_cache(file_hash: str) -> Optional[Dict[str, Any]]:
"""Get transcription from cache"""
try:
with db_manager.get_connection() as conn:
cursor = conn.cursor()
cursor.execute(
'SELECT transcription FROM cache WHERE file_hash = ?',
(file_hash,)
)
result = cursor.fetchone()
if result:
cursor.execute(
'UPDATE cache SET last_accessed = CURRENT_TIMESTAMP WHERE file_hash = ?',
(file_hash,)
)
conn.commit()
# Parse the cached transcription data
try:
transcription_data = json.loads(result[0]) if result[0] else {}
except:
transcription_data = {"text": result[0] or ""}
return transcription_data
return None
except Exception as e:
logger.error(f"Error getting from cache: {e}")
return None
async def save_to_cache(file_hash: str, filename: str, file_size: int, transcription: str, language: str = None):
"""Save transcription to cache"""
try:
with db_manager.get_connection() as conn:
cursor = conn.cursor()
cursor.execute(
'''INSERT OR REPLACE INTO cache
(file_hash, filename, file_size, transcription, language)
VALUES (?, ?, ?, ?, ?)''',
(file_hash, filename, file_size, transcription, language)
)
conn.commit()
except Exception as e:
logger.error(f"Error saving to cache: {e}")
async def get_processing_status(file_hash: str) -> Optional[Dict[str, Any]]:
"""Get processing status for a file"""
try:
with db_manager.get_connection() as conn:
cursor = conn.cursor()
cursor.execute(
'''SELECT status, progress, estimated_time,
(julianday('now') - julianday(started_at)) * 24 * 60 as elapsed_minutes
FROM processing_status WHERE file_hash = ?''',
(file_hash,)
)
result = cursor.fetchone()
if result:
return {
'status': result[0],
'progress': result[1],
'estimated_time': result[2],
'elapsed_minutes': int(result[3] or 0)
}
return None
except Exception as e:
logger.error(f"Error getting processing status: {e}")
return None
async def update_processing_status(file_hash: str, status: str = None, progress: int = None, estimated_time: int = None):
"""Update processing status"""
try:
updates = []
params = []
if status:
updates.append("status = ?")
params.append(status)
if progress is not None:
updates.append("progress = ?")
params.append(progress)
if estimated_time is not None:
updates.append("estimated_time = ?")
params.append(estimated_time)
updates.append("updated_at = CURRENT_TIMESTAMP")
params.append(file_hash)
query = f"UPDATE processing_status SET {', '.join(updates)} WHERE file_hash = ?"
with db_manager.get_connection() as conn:
cursor = conn.cursor()
cursor.execute(query, params)
conn.commit()
except Exception as e:
logger.error(f"Error updating status: {e}")
async def add_processing_status(file_hash: str, filename: str, file_size: int, estimated_time: int):
"""Add new processing status entry"""
try:
with db_manager.get_connection() as conn:
cursor = conn.cursor()
cursor.execute(
'''INSERT OR REPLACE INTO processing_status
(file_hash, filename, file_size, status, progress, estimated_time)
VALUES (?, ?, ?, 'processing', 0, ?)''',
(file_hash, filename, file_size, estimated_time)
)
conn.commit()
except Exception as e:
logger.error(f"Error adding processing status: {e}")
async def remove_processing_status(file_hash: str):
"""Remove processing status entry"""
try:
with db_manager.get_connection() as conn:
cursor = conn.cursor()
cursor.execute(
'DELETE FROM processing_status WHERE file_hash = ?',
(file_hash,)
)
conn.commit()
except Exception as e:
logger.error(f"Error removing processing status: {e}")
async def background_transcription(file_path: str, file_hash: str, filename: str, file_size: int):
"""Background task for transcription with concurrency control"""
async with processing_semaphore: # Limit concurrent processing
try:
logger.info(f"Starting background transcription for {filename}")
await update_processing_status(file_hash, status='processing', progress=10)
# Transcribe audio
loop = asyncio.get_event_loop()
result = await loop.run_in_executor(
executor,
lambda: whisper_model.transcribe(
file_path,
fp16=(device != "cpu"),
language=None,
task="transcribe",
verbose=False,
word_timestamps=False
)
)
await update_processing_status(file_hash, progress=90)
text = result["text"].strip() or "No text detected"
detected_language = result.get("language", "unknown")
response_data = {
"text": text,
"language": detected_language,
"from_cache": False
}
# Save to cache
await save_to_cache(
file_hash, filename, file_size,
json.dumps(response_data), detected_language
)
await update_processing_status(file_hash, status='completed', progress=100)
logger.info(f"Background transcription completed for {filename}")
except Exception as e:
logger.error(f"Error in background transcription: {e}")
await update_processing_status(file_hash, status='error', progress=0)
finally:
# Clean up temporary file and GPU memory
try:
if os.path.exists(file_path):
os.unlink(file_path)
if torch.cuda.is_available():
torch.cuda.empty_cache()
except Exception as e:
logger.error(f"Error in cleanup: {e}")
@app.get("/")
async def root():
"""Root endpoint with system information"""
try:
with db_manager.get_connection() as conn:
cursor = conn.cursor()
cursor.execute('SELECT COUNT(*) FROM cache')
cache_count = cursor.fetchone()[0] or 0
cursor.execute('SELECT COUNT(*) FROM processing_status WHERE status = "processing"')
processing_count = cursor.fetchone()[0] or 0
return {
"message": "Whisper API is running",
"device": device,
"cuda_available": torch.cuda.is_available(),
"cached_files": cache_count,
"currently_processing": processing_count
}
except Exception as e:
logger.error(f"Error in root endpoint: {e}")
return {"error": "Unable to retrieve system information"}
@app.post("/transcribe")
async def transcribe_audio(
background_tasks: BackgroundTasks,
file: UploadFile = File(...),
language: Optional[str] = Query(None, description="Specify language code for better accuracy")
):
"""Transcribe audio file to text with scalability optimizations"""
tmp_file_path = None
try:
# Validate request early
if not file or not file.filename:
raise HTTPException(status_code=400, detail="No valid file provided")
# Check content type
if not file.content_type or not (
file.content_type.startswith('audio/') or
file.content_type.startswith('video/') or
file.content_type == 'application/octet-stream'
):
logger.warning(f"Suspicious file type: {file.content_type}")
logger.info(f"Received file: {file.filename}, size: {file.size}, type: {file.content_type}")
# Read file content with size validation
try:
contents = await file.read()
except Exception as e:
raise HTTPException(status_code=400, detail=f"Error reading file: {str(e)}")
file_size = len(contents)
file_size_mb = file_size / (1024 * 1024)
logger.info(f"File size: {file_size} bytes ({file_size_mb:.1f} MB)")
# More restrictive file size limits for scalability
max_size = 50 * 1024 * 1024 # 50MB for better resource management
if file_size > max_size:
raise HTTPException(status_code=413, detail=f"File too large (max {max_size//1024//1024}MB)")
if file_size == 0:
raise HTTPException(status_code=400, detail="Empty file")
# Calculate file hash for caching
file_hash = calculate_file_hash(contents, file.filename, file_size)
logger.info(f"File hash: {file_hash}")
# Check cache first
cached_result = await get_from_cache(file_hash)
if cached_result:
logger.info("Cache hit - returning cached result")
await remove_processing_status(file_hash)
return JSONResponse(cached_result)
# Check if already processing
processing_status = await get_processing_status(file_hash)
if processing_status:
logger.info("File is currently being processed")
return JSONResponse({
"status": "processing",
"progress": processing_status['progress'],
"estimated_time": processing_status['estimated_time'],
"elapsed_minutes": processing_status['elapsed_minutes'],
"message": f"File is being processed. Estimated time remaining: {processing_status['estimated_time'] - processing_status['elapsed_minutes']} minutes"
})
# Check if we have capacity for immediate processing
available_slots = processing_semaphore._value
if available_slots == 0:
# Server at capacity - queue for background processing
logger.info("Server at capacity - queueing for background processing")
estimated_time = estimate_processing_time(file_size_mb) + 2 # Add queue wait time
# Create temporary file
file_ext = os.path.splitext(file.filename)[1].lower() or ".wav"
with tempfile.NamedTemporaryFile(delete=False, suffix=file_ext) as tmp_file:
tmp_file.write(contents)
tmp_file_path = tmp_file.name
await add_processing_status(file_hash, file.filename, file_size, estimated_time)
background_tasks.add_task(
background_transcription,
tmp_file_path, file_hash, file.filename, file_size
)
return JSONResponse({
"status": "queued",
"estimated_time": estimated_time,
"file_hash": file_hash,
"message": f"Server is busy. Your file has been queued. Estimated time: {estimated_time} minutes.",
"queue_position": f"Processing capacity: {5 - available_slots}/5"
})
logger.info(f"Starting new processing... Available slots: {available_slots}")
# Create temporary file
file_ext = os.path.splitext(file.filename)[1].lower() or ".wav"
with tempfile.NamedTemporaryFile(delete=False, suffix=file_ext) as tmp_file:
tmp_file.write(contents)
tmp_file_path = tmp_file.name
logger.info(f"Created temp file: {tmp_file_path}")
# Estimate processing time
estimated_time = estimate_processing_time(file_size_mb)
# Process smaller files immediately, larger files in background
if file_size_mb < 5: # Reduced threshold for better scalability
async with processing_semaphore: # Use semaphore even for immediate processing
try:
# Transcribe with optional language hint
loop = asyncio.get_event_loop()
result = await loop.run_in_executor(
executor,
lambda: whisper_model.transcribe(
tmp_file_path,
fp16=(device != "cpu"),
language=language,
task="transcribe",
verbose=False,
word_timestamps=False
)
)
text = result["text"].strip() or "No text detected"
detected_language = result.get("language", "unknown")
response_data = {
"text": text,
"language": detected_language,
"from_cache": False
}
# Save to cache
await save_to_cache(
file_hash, file.filename, file_size,
json.dumps(response_data), detected_language
)
return JSONResponse(response_data)
except Exception as e:
logger.error(f"Error in immediate transcription: {e}")
raise HTTPException(status_code=500, detail=f"Transcription failed: {str(e)}")
finally:
# Clean up GPU memory
if torch.cuda.is_available():
torch.cuda.empty_cache()
else:
# Large file - process in background
await add_processing_status(file_hash, file.filename, file_size, estimated_time)
background_tasks.add_task(
background_transcription,
tmp_file_path, file_hash, file.filename, file_size
)
return JSONResponse({
"status": "processing_started",
"estimated_time": estimated_time,
"file_hash": file_hash,
"message": f"Processing started. Estimated time: {estimated_time} minutes.",
"server_load": f"Processing slots: {5 - available_slots}/5"
})
except HTTPException:
raise
except Exception as e:
logger.error(f"Error in transcription endpoint: {str(e)}")
raise HTTPException(status_code=500, detail=f"Processing error: {str(e)}")
finally:
# Clean up temporary file for small immediate processing
if tmp_file_path and os.path.exists(tmp_file_path) and file_size_mb < 5:
try:
os.unlink(tmp_file_path)
except Exception as e:
logger.error(f"Error deleting temp file: {e}")
@app.get("/status/{file_hash}")
async def check_status(file_hash: str):
"""Check processing status for a file"""
# Check cache first
cached_result = await get_from_cache(file_hash)
if cached_result:
await remove_processing_status(file_hash)
cached_result.update({
"status": "completed",
"from_cache": True,
"message": "Processing completed and result is ready"
})
return JSONResponse(cached_result)
# Check processing status
processing_status = await get_processing_status(file_hash)
if processing_status:
remaining_time = max(0, processing_status['estimated_time'] - processing_status['elapsed_minutes'])
return JSONResponse({
"status": processing_status['status'],
"progress": processing_status['progress'],
"elapsed_minutes": processing_status['elapsed_minutes'],
"estimated_time": processing_status['estimated_time'],
"remaining_time": remaining_time,
"message": f"Processing... about {remaining_time} minutes remaining"
})
return JSONResponse({
"status": "not_found",
"message": "File not found in cache or processing queue"
}, status_code=404)
@app.get("/health")
async def health_check():
"""Health check endpoint"""
return {
"status": "healthy",
"timestamp": datetime.now().isoformat(),
"device": device,
"cuda_available": torch.cuda.is_available(),
"whisper_loaded": whisper_model is not None
}
if __name__ == "__main__":
# Production-ready uvicorn configuration
uvicorn.run(
app,
host="0.0.0.0",
port=7860,
timeout_keep_alive=300,
limit_concurrency=100,
limit_max_requests=1000,
log_config=None,
access_log=False
) |