Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 546 Bytes

File metadata and controls

18 lines (9 loc) · 546 Bytes

image

🧠 Semantic Legal Search Engine

A minimal and smart semantic search engine for legal documents. Instead of matching just keywords, it finds documents with similar meaning using state-of-the-art embeddings and vector search.


Features

  • Fast similarity search with FAISS
  • Understands meaning using Sentence Transformers (all-MiniLM-L6-v2)
  • Simple Flask-based web interface
  • Easily customizable for your own document dataset