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".
תוכנה זו נועדה להדגים את היכולות של גישה מבוססת מודלים של בינה מלאכותית עבור חיפוש תורני חכם.
כרגע, התוכנה מחפשת רק בספר "שולחן ערוך " חלק "אורח חיים"
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.
החיפוש מתבצע באמצעות מודל שאומן למשימה של סיווג טקסט, הקטגוריות לסיווג הן הסימן והסעיף בו נמצא הנידון שבחיפוש.
להתקנה:
git clone https://github.com/Sivan22/halacha-classification.git
cd halacha-classification
pip install -r requirements.txt
streamlit run App.py