Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,4 +11,38 @@ license: mit
|
|
| 11 |
short_description: '"Personalized Study Plan Generator using LLMs"'
|
| 12 |
---
|
| 13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 11 |
short_description: '"Personalized Study Plan Generator using LLMs"'
|
| 12 |
---
|
| 13 |
|
| 14 |
+
# 🧠 Personalized Study Plan Generator using LLMs
|
| 15 |
+
|
| 16 |
+
This project generates a personalized study schedule based on:
|
| 17 |
+
- 📚 Subjects
|
| 18 |
+
- 🗓️ Exam date
|
| 19 |
+
- ⏱️ Daily available study hours
|
| 20 |
+
|
| 21 |
+
LLMs are used to generate productivity tips, and the output includes a week-wise or day-wise plan in table format, downloadable as Excel or PDF.
|
| 22 |
+
|
| 23 |
+
## 🔧 Tech Stack
|
| 24 |
+
- Python
|
| 25 |
+
- Pandas
|
| 26 |
+
- OpenAI GPT-4 / Claude / LLM
|
| 27 |
+
- Gradio (for UI)
|
| 28 |
+
- Hugging Face (deployment)
|
| 29 |
+
|
| 30 |
+
## 🚀 Features
|
| 31 |
+
- Input your subjects, exam date, and hours/day
|
| 32 |
+
- Auto-calculated daily study plan
|
| 33 |
+
- Smart study tips using GPT
|
| 34 |
+
- Download plan as Excel or PDF
|
| 35 |
+
|
| 36 |
+
## 🔄 Example
|
| 37 |
+
Input:
|
| 38 |
+
- Subjects: Math, Physics, Chemistry
|
| 39 |
+
- Exam date: 2025-08-30
|
| 40 |
+
- Daily hours: 5
|
| 41 |
+
|
| 42 |
+
Output:
|
| 43 |
+
- Week 1: 2h Math, 2h Physics, 1h Chem...
|
| 44 |
+
- Tip: “Focus on weak subjects in the morning for better retention”
|
| 45 |
+
|
| 46 |
+
|
| 47 |
+
|
| 48 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|