mastefan commited on
Commit
488f440
·
verified ·
1 Parent(s): e82864c

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -7
README.md CHANGED
@@ -1,9 +1,19 @@
1
- # Agentic Language Partner
 
 
 
 
 
 
 
 
 
2
 
3
- Deployed automatically from Google Colab for `mastefan`.
4
- This space runs a full Streamlit app including:
5
 
6
- - Audio conversation partner (Qwen + Whisper)
7
- - OCR flashcards
8
- - Flashcard viewer + quizzes
9
- - User login system (local JSON)
 
 
 
1
+ ---
2
+ title: "Agentic Language Partner"
3
+ emoji: "🌐"
4
+ colorFrom: "green"
5
+ colorTo: "blue"
6
+ sdk: gradio
7
+ sdk_version: "4.0.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
 
12
+ # Agentic Language Partner
 
13
 
14
+ Streamlit-based language partner including:
15
+ - audio transcription (Whisper)
16
+ - conversational model (Qwen)
17
+ - flashcards + quizzes
18
+ - OCR → cards
19
+ - login system