--- title: Study Plan Generator App emoji: ๐Ÿ“Š colorFrom: indigo colorTo: blue sdk: gradio sdk_version: 5.38.0 app_file: app.py pinned: false license: mit short_description: '"Personalized Study Plan Generator using LLMs"' --- # ๐Ÿง  Personalized Study Plan Generator using LLMs This project generates a personalized study schedule based on: - ๐Ÿ“š Subjects - ๐Ÿ—“๏ธ Exam date - โฑ๏ธ Daily available study hours 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. ## ๐Ÿ”ง Tech Stack - Python - Pandas - OpenAI GPT-4 / Claude / LLM - Gradio (for UI) - Hugging Face (deployment) ## ๐Ÿš€ Features - Input your subjects, exam date, and hours/day - Auto-calculated daily study plan - Smart study tips using GPT - Download plan as Excel or PDF ## ๐Ÿ”„ Example Input: - Subjects: Math, Physics, Chemistry - Exam date: 2025-08-30 - Daily hours: 5 Output: - Week 1: 2h Math, 2h Physics, 1h Chem... - Tip: โ€œFocus on weak subjects in the morning for better retentionโ€ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference