hieu-nguyen2208 commited on
Commit
9973c8b
·
1 Parent(s): b172961
Files changed (1) hide show
  1. app.py +12 -1
app.py CHANGED
@@ -34,7 +34,18 @@ st.markdown("---")
34
  st.markdown("👨‍💻 **Author:** Nguyễn Trung Hiếu")
35
  st.markdown("🔗 [GitHub Repository](https://github.com/hieunguyen-cyber/KnowFlow.git)")
36
  st.markdown("---")
37
-
 
 
 
 
 
 
 
 
 
 
 
38
  # Upload file PDF
39
  uploaded_file = st.file_uploader("📂 Upload your document (PDF)", type=["pdf","docx"])
40
 
 
34
  st.markdown("👨‍💻 **Author:** Nguyễn Trung Hiếu")
35
  st.markdown("🔗 [GitHub Repository](https://github.com/hieunguyen-cyber/KnowFlow.git)")
36
  st.markdown("---")
37
+ st.markdown("""
38
+ ## 🎯 Purpose
39
+ KnowFlow automates the process of converting lecture documents (PDF, DOCX) into narrated videos with structured explanations. It extracts text, formulas, and images, generates explanations, converts text to speech, and assembles everything into a video.
40
+
41
+ ## 🛠️ How to Use
42
+ 1️⃣ **Upload a lecture file (PDF, DOCX)**.
43
+ 2️⃣ **Select processing options** (text extraction, summarization, TTS).
44
+ 3️⃣ **Generate the video** – the system will process and compile it.
45
+ 4️⃣ **Download the final video** for review or sharing.
46
+
47
+ 🚀 Fully open-source and free to use!
48
+ """)
49
  # Upload file PDF
50
  uploaded_file = st.file_uploader("📂 Upload your document (PDF)", type=["pdf","docx"])
51