Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.3 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.3 KB

Semantic search for Halacha

image

this app showcases the capabilities of an AI-based approach to searching Jewish law (Halacha).

By now, it only returns results from the "orach-chaim" volume of the book "shulchan-aruch".

חיפוש הלכתי חכם

תוכנה זו נועדה להדגים את היכולות של גישה מבוססת מודלים של בינה מלאכותית עבור חיפוש תורני חכם.

כרגע, התוכנה מחפשת רק בספר "שולחן ערוך " חלק "אורח חיים"

Semantic search through text classification

Searches are based on a text-classification model, with categories being chapters and paragraphs within the book.

link to the moedl card on huggingFace.co.

גישה מבוססת סיווג

החיפוש מתבצע באמצעות מודל שאומן למשימה של סיווג טקסט, הקטגוריות לסיווג הן הסימן והסעיף בו נמצא הנידון שבחיפוש.

installation

להתקנה:

git clone https://github.com/Sivan22/halacha-classification.git cd halacha-classification pip install -r requirements.txt streamlit run App.py