Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,34 +1,29 @@
|
|
1 |
---
|
2 |
-
title: Arabic
|
3 |
emoji: 📚
|
4 |
-
colorFrom:
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
# Arabic
|
13 |
|
14 |
-
|
15 |
|
16 |
-
##
|
17 |
-
- 📖 Upload Arabic books (.pdf, .docx, .doc)
|
18 |
-
- 🔥 Train system based strictly on uploaded ideas
|
19 |
-
- 💬 Ask questions in Arabic and get answers only from books
|
20 |
-
- 🚀 Hosted on Hugging Face Spaces for public sharing
|
21 |
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
نظام يعمل باللغة العربية فقط، لتدريب الذكاء الاصطناعي على أفكار الكتب التي يتم رفعها.
|
27 |
|
28 |
-
|
29 |
-
- 📖 رفع كتب باللغة العربية (PDF أو DOCX أو DOC)
|
30 |
-
- 🔥 تدريب النظام فقط على الأفكار داخل الكتب المرفوعة
|
31 |
-
- 💬 استقبال الأسئلة باللغة العربية والإجابة بناءً على الكتب
|
32 |
-
- 🚀 مشاركة المساحة مع أصدقائك عبر رابط عام
|
33 |
|
34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: Arabic Author Brain Emulator
|
3 |
emoji: 📚
|
4 |
+
colorFrom: blue
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
+
sdk_version: "3.50.2"
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
# 📚 Arabic Author Brain Emulator
|
13 |
|
14 |
+
This project allows users to upload Arabic books (`.pdf`, `.doc`, `.docx`), automatically trains a question-answering model **only based on the uploaded content**, and allows asking Arabic questions after training.
|
15 |
|
16 |
+
## Usage
|
|
|
|
|
|
|
|
|
17 |
|
18 |
+
1. Upload Arabic books.
|
19 |
+
2. Click **"ابدأ التدريب على الكتب"** to start training.
|
20 |
+
3. After seeing "✅ النظام جاهز للإجابة على أسئلتك", you can ask Arabic questions and receive answers extracted strictly from your uploaded books!
|
|
|
|
|
21 |
|
22 |
+
Powered entirely by **free and open-source models**.
|
|
|
|
|
|
|
|
|
23 |
|
24 |
+
## 🚀 Built With
|
25 |
+
- Hugging Face Transformers
|
26 |
+
- Sentence-Transformers
|
27 |
+
- LangChain
|
28 |
+
- Gradio
|
29 |
+
- FAISS
|