Commit History

Emergency fix: Background model loading to prevent HF Space startup timeout
528de41

Breadknife commited on

Add detailed diagnostic logging for model loading troubleshooting
3fdb3d0

Breadknife commited on

Add BERT model file to repository for production bias analysis
0046182

Breadknife commited on

Fix summary fallback in get_summary and ensure proper error status codes in API
3a9080f

Breadknife commited on

Fix missing summary fallback and adjust bias sensitivity thresholds
c0af32b

Breadknife commited on

Final production optimizations: pre-download BERT and explicit model status detection
2d8d612

Breadknife commited on

Optimize HF Space cold starts: pre-load model and increase Vercel timeouts
d9c89fb

Breadknife commited on

Fix Vercel vulnerability, build errors, and production API stability
aabbe8b

Breadknife commited on

Revert dependencies to stable versions to fix Vercel build
714c1f9

Breadknife commited on

Add Hugging Face Space metadata to README.md
3b44d5e

Breadknife commited on

Complete system update: Summarization, Accuracy, and Deployment fixes
a094cf0

Breadknife commited on

Improve bias accuracy by implementing sentence-level aggregation and larger context window
f012c17

Breadknife commited on

Update hf_api.py to include summary in bias analysis response
a95d26e

Breadknife commited on

Fix Vercel build: Upgrade Next.js to ^15.2.0 to resolve security vulnerability
5315506

Breadknife commited on

Fix Vercel build: Update Next.js to latest to resolve security vulnerability warning
3cb3e58

Breadknife commited on

Fix Vercel build: Repair package.json and regenerate lockfile to resolve Invalid Version error
3bc4982

Breadknife commited on

Fix Vercel build: Regenerate package-lock.json to fix invalid version error
7f4e0bc

Breadknife commited on

Fix Vercel build error: Remove pip install from build script
54730e6

Breadknife commited on

Fix syntax errors in API routes and optimize for Hugging Face backend
362954f

Breadknife commited on

Production Update: Integrated Hugging Face API for serverless scalability
74d3b5e

Breadknife commited on

Updated stable state: Footer removed and project verified
3effaea

Breadknife commited on

Stable state: Localhost fixed with Tailwind v3 restoration
e363da7

Breadknife commited on

Stable state: Fixed localhost with Tailwind v3 restoration and Next.js configuration
4e35284

Breadknife commited on

Local Host Update: Re-implemented robust concurrent scrapability filter to ensure only fully extractable news articles appear in the list
4ee90c8

Breadknife commited on

Local Host Final Fix: Optimized startup with lazy imports, parallelized API calls, and increased news fetch timeout to 60s
ed96893

Breadknife commited on

Restore Local Host: Fixed NameError, .env loading, and reverted to Python Bridge for all features
33a04f9

Breadknife commited on

Local Host Fix: Ensure clean JSON output for news fetch and add robust error handling in Python
9647a4a

Breadknife commited on

Restore Local Host: Full revert to Python Bridge for news, extraction, and summarization
b86ee97

Breadknife commited on

Restore Local Host: Reverted to Python Bridge as primary engine with environment-aware timeouts
9747b9f

Breadknife commited on

Fix Summary and Bias: Added HF retry logic and Direct Node Cloud Fallback for BERT timeouts
c3f180a

Breadknife commited on

Ultra-Fix: Move article extraction and summarization to Node.js for instant Vercel results
ba70415

Breadknife commited on

Critical Fix: Restore Article Extraction, Summarization, and Deep Analysis flow for Vercel
a9cb611

Breadknife commited on

Fix article extraction: Relax filters and increase timeouts for better summarization
7e79f16

Breadknife commited on

Optimize Bias route for Vercel: Strict 8s timeout with descriptive error for heavy BERT model
958bb2f

Breadknife commited on

Restore news sorting and increase timeouts for Guardian/NewsData.io in Node.js fetch
06e17f5

Breadknife commited on

Enable local model support with cloud fallback and update bias analysis to be more robust
2821c16

Breadknife commited on

Fix Vercel timeout: Use native Node.js fetch for news list to bypass Python overhead
8f2ca29

Breadknife commited on

Relax Node.js timeouts to allow Vercel 10s limit to be fully utilized
fbe1729

Breadknife commited on

Final performance fix: Parallelize API calls and tighten timeouts for Vercel
9ccef92

Breadknife commited on

Ultra-fast news fetch: Remove sorting and heavy processing to fit Vercel 10s window
e04425e

Breadknife commited on

Fix Vercel timeouts: Disable heavy scrapability filter and use lazy imports for heavy libraries
7ffdc15

Breadknife commited on

Optimize for Vercel: Add timeouts and limit analysis sentences to prevent FUNCTION_INVOCATION_TIMEOUT
3d6c060

Breadknife commited on

fix: Resolve Vercel timeout by disabling heavy scrapability filter on initial fetch and adding explicit process timeouts
d3820b2

Breadknife commited on

fix: Final comprehensive fix for Vercel Python environment and error reporting
20afd11

Breadknife commited on

feat: Sync working local state to NewsApex and prepare for Vercel deployment
600fe4e

Breadknife commited on

revert: Remove cloud bias detection fallback and use only the local BERT model
1dd76ad

Breadknife commited on

fix: Robust Python bridge and frontend error handling for Vercel
342ec7d

Breadknife commited on

fix: Improve error reporting and add postinstall script for Python dependencies on Vercel
34c0275

Breadknife commited on

fix: Update API routes for Vercel Python3 environment and add cross-platform support
e99cbba

Breadknife commited on

fix: remove explicit pip install to avoid vercel environment error
d431f07

Breadknife commited on