CoolFace
Apppublic

samikshabatra18/legal-document-analyzer

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
16 commits on main
1df85c53mo ago

Fix Streamlit file upload behind reverse proxy (disable XSRF/CORS)

samikshabatra18
c8e65363mo ago

Clean up documentation and comments

samikshabatra18
5aeb9373mo ago

Add Hugging Face Spaces Docker deployment

samikshabatra18
3b0c5dc3mo ago

Improve README and documentation

samikshabatra18
f5e58963mo ago

Add evaluation harness (precision@k, citation accuracy)

samikshabatra18
a193ed13mo ago

Detect inline numbered clause headings

samikshabatra18
eabf64b3mo ago

Add cross-encoder reranking

samikshabatra18
2e895c83mo ago

Add hybrid search (semantic + BM25)

samikshabatra18
31c3f213mo ago

Add multi-document comparison

samikshabatra18
eacddf13mo ago

Add contract risk detection engine

samikshabatra18
9b17eb23mo ago

Add clause extraction with a taxonomy classifier

samikshabatra18
f65baaa3mo ago

Add RAG question-answering with page and section citations

samikshabatra18
ba0616f3mo ago

Add embeddings and FAISS vector store

samikshabatra18
764e5503mo ago

Add PDF ingestion and page-aware chunking

samikshabatra18
bb521343mo ago

Run backend on port 8020 to avoid a local port conflict

samikshabatra18
604ed673mo ago

Scaffold FastAPI backend and Streamlit frontend

samikshabatra18