Commit History

Remove cloud_server/server.py — legacy demo server with plaintext access, never deployed, replaced by server/server_fhe.py on Render.com
b981f7f

paulamartya25 commited on

Model Evaluation: update with TRUE scores from retrained model (Acc=91.19%, F1=93.40%, ROC-AUC=0.9656, FN=1)
c62d361

paulamartya25 commited on

Cleanup: remove datasets+pyarrow deps (no longer needed with static eval tab)
515b83d

paulamartya25 commited on

Model Evaluation: replace broken dynamic tab with beautiful static metrics (real numbers from model_metrics.json)
b8290ab

paulamartya25 commited on

Fix: pin pyarrow==13.0.0 to fix PyExtensionType error with datasets==2.14.5
017ef7e

paulamartya25 commited on

Fix: evaluate_model auto-downloads test set from HF Hub (keremberke/chest-xray-classification)
e14d422

paulamartya25 commited on

UI: remove secret key notification from Wake Server status card
cab375e

paulamartya25 commited on

README: remove Security Audit table
4aace6e

paulamartya25 commited on

README: comprehensive docs with FHE architecture, security audit, full project docs
46ae083

paulamartya25 commited on

Fix: restore HF Space YAML metadata in README, full docs in GITHUB_README.md
922ffc8

paulamartya25 commited on

Update README: TRUE FHE architecture, deployment docs, security audit, full project docs
472ca9e

paulamartya25 commited on

Add: Wake Server button + background keep-alive thread (pings Render every 10 min)
4ddf005

paulamartya25 commited on

TRUE FHE: point to live Render.com server (securelens-1-m5kt.onrender.com)
369ffed

paulamartya25 commited on

Add server/ subfolder: TRUE FHE inference server for Render.com deployment
f857b91

paulamartya25 commited on

Fix FHE server URL to paulamartya25/amartya_2509 space
b51c2e4

paulamartya25 commited on

TRUE FHE: route inference to separate SecureLens-Server Space over HTTP
4ce3714

paulamartya25 commited on

Fix: pin pydantic==1.10.13 and fastapi==0.95.2 for Gradio 3.x compatibility
4c6983e

paulamartya25 commited on

Fix HF Spaces deployment: enhanced 5-tab FHE app with best_model.pth via LFS
39b7ef4

paulamartya25 commited on

Add TRUE FHE implementation with CKKS encryption
36dcf90

paulamartya25 commited on

Remove model from git - will upload via web
70a5895

paulamartya25 commited on

Remove dataset, use LFS for models
7970ff7

paulamartya25 commited on

Remove test data and specs, track models with LFS
82cc0b2

paulamartya25 commited on

Fix: Use Gradio 3.50.2 with Blocks API and pinned dependencies
5a47de1

paulamartya25 commited on

Fix Gradio 2.9.4 API compatibility for HuggingFace Spaces
d7f0400

paulamartya25 commited on

Fix port binding for Render deployment
cde310b

paulamartya25 commited on

Force Python 3.11.9 for Render compatibility
25bda26

paulamartya25 commited on

Fix dependencies for Render deployment - use compatible Python 3.11
4d766de

paulamartya25 commited on

Add Render deployment configuration
55a6d9c

paulamartya25 commited on

Fix NoneType error - add lazy loading
2de4c27

paulamartya25 commited on

Use Git LFS for large model files
5895cf2

paulamartya25 commited on

Deploy to Hugging Face - exclude test dataset
361a48f

paulamartya25 commited on

Clean up project structure - remove unnecessary files
4cf8019

paulamartya25 commited on

Add comprehensive model evaluation metrics to Gradio interface
8225016

Your Name commited on

Add comprehensive model evaluation metrics to Gradio interface
141641b

Your Name commited on

Replace nuclear attacks with realistic adversarial attacks
bcccfb7

Your Name commited on

Add nuclear-level attacks for demonstration
0e18146

Your Name commited on

Remove PNG file for HuggingFace deployment
0bc68a5

Your Name commited on

Fixed the issues
9a940be

Your Name commited on

Fix CKKS engine implementation
0776a0f

Your Name commited on

Update UI theme and model evaluation outputs
80c6039

Your Name commited on

Add Hugging Face Space configuration
ff5e3f8

Your Name commited on

Configure Hugging Face deployment
7454830

Your Name commited on

Remove failing GitHub Actions workflow
2b29367

Your Name commited on

Initial commit: SecureLens privacy-preserving medical AI
9e00302

Your Name commited on