Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -4,14 +4,14 @@ emoji: 📚
|
|
4 |
colorFrom: blue
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
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 (
|
15 |
|
16 |
## Usage
|
17 |
|
@@ -19,11 +19,9 @@ This project allows users to upload Arabic books (`.pdf`, `.doc`, `.docx`), auto
|
|
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
|
|
|
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 |
|
|
|
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 |
## 🚀 Built With
|
23 |
- Hugging Face Transformers
|
24 |
- Sentence-Transformers
|
25 |
- LangChain
|
26 |
- Gradio
|
27 |
+
- FAISS
|