Pavaas commited on
Commit
896eaf2
·
verified ·
1 Parent(s): 9a8b738

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ title: FlashX
4
+ sdk: streamlit
5
+ colorFrom: red
6
+ colorTo: red
7
+ ---
8
+ # 🧠 FlashCardX
9
+
10
+ FlashCardX is a clean, offline, and free Flashka-style flashcard generator. It includes all major features like:
11
+
12
+ - Manual Q/A card creation
13
+ - MCQ flashcards
14
+ - PDF to Flashcard parser
15
+ - YouTube Transcript flashcards
16
+ - Image Occlusion Cards
17
+ - Deck Viewer + Search
18
+ - Gamified Review Mode
19
+ - Export to Anki (.apkg)
20
+ - Light/Dark theme toggle
21
+
22
+ ### ✅ To Run Locally
23
+
24
+ ```bash
25
+ pip install -r requirements.txt
26
+ streamlit run app.py