samikshabatra18/legal-document-analyzer
0
Fix Streamlit file upload behind reverse proxy (disable XSRF/CORS)
Clean up documentation and comments
Add Hugging Face Spaces Docker deployment
Improve README and documentation
Add evaluation harness (precision@k, citation accuracy)
Detect inline numbered clause headings
Add cross-encoder reranking
Add hybrid search (semantic + BM25)
Add multi-document comparison
Add contract risk detection engine
Add clause extraction with a taxonomy classifier
Add RAG question-answering with page and section citations
Add embeddings and FAISS vector store
Add PDF ingestion and page-aware chunking
Run backend on port 8020 to avoid a local port conflict
Scaffold FastAPI backend and Streamlit frontend
