ramysaidagieb commited on
Commit
081e21e
·
verified ·
1 Parent(s): 9b5273f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -21
README.md CHANGED
@@ -1,34 +1,29 @@
1
  ---
2
- title: Arabic Book Brain AI
3
  emoji: 📚
4
- colorFrom: purple
5
  colorTo: indigo
6
  sdk: gradio
7
- sdk_version: 5.27.0
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- # Arabic Book Brain AI 📚
13
 
14
- An Arabic-only system to simulate the author's mind based on uploaded books!
15
 
16
- ## Features:
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