Commit History

refactor: delegate whatsapp verification to hugging face API to prevent render OOM
5205e78
Running

vinitsingare commited on

fix: move heuristic length check outside API exception block
c6524f1

vinitsingare commited on

fix: improve zero-shot robustness and add length heuristic
f7a048a

vinitsingare commited on

trigger: force push to hugging face space
629150e

vinitsingare commited on

chore: migrate backend to hugging face space and add gh actions deployment
e92ae8f

vinitsingare commited on

refactor: load AI models directly into memory for unified HF Space backend
dc09f10

vinitsingare commited on

fix: restore working ZeroGPU code to app.py
543fb44

vinitsingare commited on

fix: revert to pure CPU app.py for unlimited free space
d8162a2

vinitsingare commited on

fix: parse Gradio v5 SSE stream for HF Worker prediction
f6acc0d

vinitsingare commited on

sync: match HF Space worker with deployed ZeroGPU version
58040e9

vinitsingare commited on

fix: remove all CUDA/GPU/spaces references from HF worker - CPU only
0ff9393

vinitsingare commited on

fix: import spaces before torch to prevent CUDA init error on HF Spaces
40b3477

vinitsingare commited on

fix: switch HF Space worker from Docker/FastAPI to Gradio SDK (free tier)
8170a24

vinitsingare commited on

feat: add dedicated HF Space worker for DistilBERT inference and rewire backend to call it
c09459a

vinitsingare commited on

fix: prevent loading 800MB DistilBERT model into RAM to avoid OOM crash on Render free tier
9819a06

vinitsingare commited on

fix: cast numpy string to python string to prevent FastAPI JSON serialization errors
e78bfec

vinitsingare commited on

fix: pass local model to detect_fake_news in step 4 to prevent 30s api fallback
10707a5

vinitsingare commited on

fix: drastically reduce external API timeouts to prevent 60s proxy timeout on Hugging Face Spaces
9b45703

vinitsingare commited on

fix: Re-enable local PyTorch model load for Hugging Face Spaces to bypass HF API DNS errors
9fd089c

vinitsingare commited on

fix: exclusively use user's uploaded model instead of fallback models
d86275c

vinitsingare commited on

fix: add mrm8488/bert-tiny-finetuned-fake-news-detection to API fallback list for 100% uptime
61804b6

vinitsingare commited on

feat: target vinitsingare/distilbert_fake_news with API fallback
15e1da8

vinitsingare commited on

feat: add model uploader script and set API URL to vinitsingare/distilbert_fake_news
c5aa1a0

vinitsingare commited on

fix: add candidate model fallback list and rich template generator for XAI explanations
60f2701

vinitsingare commited on

fix: correct response parsing for zero-shot and standard input format for Qwen HF API
518fbec

vinitsingare commited on

fix: migrate from deprecated api-inference to router.huggingface.co/hf-inference to fix global DNS outage
c329b8c

vinitsingare commited on

fix: migrate from deprecated api-inference.huggingface.co to router.huggingface.co/hf-inference to fix global DNS outage
7f01ad9

vinitsingare commited on

fix: remove local model check from url_verifier so API can run
1d21597

vinitsingare commited on

fix: fully remove PyTorch DistilBERT loading from startup cache to fix OOM crash
c82f9ad

vinitsingare commited on

fix: resolve indentation error in fake_news.py
07050b2

vinitsingare commited on

fix: replace local DistilBERT loading with HF Inference API for Ash-211/Fake_news_model
157b5ee

vinitsingare commited on

fix: replace local Qwen and SigLIP models with HuggingFace API to resolve RAM limits
254b6a4

vinitsingare commited on

fix: add python-multipart dependency for deepfake file upload endpoint
89de0f6

vinitsingare commited on

Merge branch 'main' of https://github.com/Ash-211/ai_news_monitor
5433614

vinitsingare commited on

fix: replace local mDeBERTa model with HuggingFace Inference API to reduce RAM usage
ce57d24

vinitsingare commited on

Merge pull request #5 from Ash-211/deepfake-analysis-integration-and-update-xai
378ce34
unverified

Ash-211 commited on

feat: integrate deepfake analysis and update XAI to use Qwen locally
e4122a9

Ash-211 commited on

Merge branch 'feature/whatsapp-bot-improvements'
ae13566

vinitsingare commited on

feat: WhatsApp bot improvements - interactive UI, pagination & dashboard landing page
5fd75e4

vinitsingare commited on

Merge pull request #4 from Ash-211/whatsapp-integration
f9ae474
unverified

SRG4545 commited on

Merge branch 'whatsapp-bot-integration' of https://github.com/Ash-211/ai_news_monitor
11ab591

Antigravity commited on

Add WhatsApp bot integration with Meta Cloud API
b6f034a

Ash-211 commited on

Merge pull request #3 from Ash-211/VERIFY-NEWS-FUNCTIONALITY-AND-BETTER-XAI
abcce6c
unverified

Ash-211 commited on

feat: Add URL verification pipeline and rich XAI explanations
ff12525

Ash-211 commited on

Add self-ping keep-alive (10AM-9PM IST) to replace uptime bot
20fad2f

vinitsingare commited on

Add scheduled keep-alive (10AM-9PM IST) to replace uptime bot
998ec13

vinitsingare commited on

fix: Restore DistilBERT fake news detector and update dependencies
371bc2b

vinitsingare commited on

Set cron to 9 AM IST
af48082

vinitsingare commited on

Download models from existing HuggingFace Space
401c62d

vinitsingare commited on

Fix LFS download error
e7c4350

vinitsingare commited on