Spaces:
Sleeping
Sleeping
File size: 12,698 Bytes
634cbfe 7c80f9e c3bd754 6fe2fdb a3a7621 d75d2fd fb42992 9d6be1f 98e1989 d75d2fd 1aff2ef 6fe2fdb 1aff2ef fb42992 6fe2fdb 1aff2ef 6fe2fdb 1aff2ef 6fe2fdb 1aff2ef 6fe2fdb 1aff2ef 6fe2fdb 1aff2ef 6fe2fdb 1aff2ef 57dd8ab 1aff2ef 6fe2fdb 1aff2ef 6fe2fdb a3a7621 d75d2fd 9d6be1f d75d2fd 9d6be1f 6fe2fdb a3a7621 6fe2fdb 1aff2ef 6fe2fdb 1aff2ef 6fe2fdb 1aff2ef 6fe2fdb 9d6be1f d75d2fd 6fe2fdb 98e1989 6fe2fdb d75d2fd 6fe2fdb d75d2fd 6fe2fdb 98e1989 d75d2fd 6fe2fdb 1aff2ef 6fe2fdb 1aff2ef 6fe2fdb d75d2fd 523eb91 6fe2fdb 1aff2ef 6fe2fdb d75d2fd 6fe2fdb 9d6be1f 6fe2fdb 9d6be1f 1aff2ef 523eb91 6fe2fdb 9d6be1f 6fe2fdb 1aff2ef 6fe2fdb 98e1989 6fe2fdb 98e1989 6fe2fdb 98e1989 1aff2ef 6fe2fdb 1aff2ef 6fe2fdb 98e1989 6fe2fdb 98e1989 a3a7621 6fe2fdb 1aff2ef a3a7621 6fe2fdb 6cc230a 6fe2fdb 9d6be1f 6fe2fdb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 | import os
import gradio as gr
from docx import Document
from docx.shared import Pt, Inches, RGBColor
from docx.enum.text import WD_ALIGN_PARAGRAPH
import datetime
from groq import Groq
# Get Groq API key from environment variable
GROQ_API_KEY = os.getenv("GROQ_API_KEY")
client = Groq(api_key=GROQ_API_KEY)
# Counter for lesson plans generated
lesson_plan_counter = 0
# Pakistan National Curriculum 2006 - Subject Lists by Grade
SUBJECTS_BY_GRADE = {
"Grade 1": ["English", "Urdu", "Mathematics", "General Science", "Islamiyat", "Drawing"],
"Grade 2": ["English", "Urdu", "Mathematics", "General Science", "Islamiyat", "Drawing"],
"Grade 3": ["English", "Urdu", "Mathematics", "General Science", "Social Studies", "Islamiyat", "Drawing"],
"Grade 4": ["English", "Urdu", "Mathematics", "General Science", "Social Studies", "Islamiyat", "Drawing"],
"Grade 5": ["English", "Urdu", "Mathematics", "General Science", "Social Studies", "Islamiyat", "Drawing"],
"Grade 6": ["English", "Urdu", "Mathematics", "Science", "Social Studies", "Islamiyat", "Computer Science"],
"Grade 7": ["English", "Urdu", "Mathematics", "Science", "Social Studies", "Islamiyat", "Computer Science"],
"Grade 8": ["English", "Urdu", "Mathematics", "Science", "Social Studies", "Islamiyat", "Computer Science"],
"Grade 9": ["English", "Urdu", "Mathematics", "Physics", "Chemistry", "Biology", "Pakistan Studies", "Islamiyat", "Computer Science"],
"Grade 10": ["English", "Urdu", "Mathematics", "Physics", "Chemistry", "Biology", "Pakistan Studies", "Islamiyat", "Computer Science"],
"Grade 11": {
"Pre-Medical": ["English", "Urdu", "Physics", "Chemistry", "Biology", "Islamiyat", "Pakistan Studies"],
"Pre-Engineering": ["English", "Urdu", "Physics", "Chemistry", "Mathematics", "Islamiyat", "Pakistan Studies", "Computer Science"],
"Computer Science": ["English", "Urdu", "Physics", "Mathematics", "Computer Science", "Islamiyat", "Pakistan Studies"],
"Humanities": ["English", "Urdu", "Pakistan Studies", "Islamiyat", "Economics", "Psychology", "Education", "Sociology"]
},
"Grade 12": {
"Pre-Medical": ["English", "Urdu", "Physics", "Chemistry", "Biology", "Islamiyat", "Pakistan Studies"],
"Pre-Engineering": ["English", "Urdu", "Physics", "Chemistry", "Mathematics", "Islamiyat", "Pakistan Studies", "Computer Science"],
"Computer Science": ["English", "Urdu", "Physics", "Mathematics", "Computer Science", "Islamiyat", "Pakistan Studies"],
"Humanities": ["English", "Urdu", "Pakistan Studies", "Islamiyat", "Economics", "Psychology", "Education", "Sociology"]
}
}
def get_subjects_for_grade(grade):
"""Return list of subjects based on selected grade"""
if grade in ["Grade 11", "Grade 12"]:
all_subjects = set()
for stream_subjects in SUBJECTS_BY_GRADE[grade].values():
all_subjects.update(stream_subjects)
return sorted(list(all_subjects))
return SUBJECTS_BY_GRADE.get(grade, [])
def generate_lesson_plan(school_name, grade, subject, topic, students, duration, date, teacher):
global lesson_plan_counter
prompt = f"""
You are a professional lesson plan expert creating detailed instructional materials.
Create a comprehensive English lesson plan using the BOPPPS model for the topic: "{topic}" for {grade} {subject}.
Do not use emojis, asterisks, or special characters in your response.
Do not repeat the basic information in headings or body.
Provide ONLY the following structured components with these EXACT headings:
Bridge-In:
Write a short, engaging introductory paragraph that connects students' prior knowledge to the new topic.
Learning Objectives:
List exactly 3 clear, measurable learning objectives using action verbs.
Pre-Assessment Questions:
Provide exactly 2 diagnostic questions to gauge students' prior understanding.
Participatory Learning Activity:
Describe one detailed, interactive learning activity with clear step-by-step instructions.
Post-Assessment Questions:
Provide 2-3 evaluation questions to assess understanding of the lesson objectives.
Summary:
Write a concise paragraph summarizing the key concepts covered in the lesson.
Home Assignment:
Provide a meaningful assignment related to the topic that students can complete and present in the next class. Include clear instructions and expected outcomes.
Format your response professionally without using any special formatting characters. Use the exact heading names provided above.
"""
try:
response = client.chat.completions.create(
model="llama-3.1-8b-instant",
messages=[{"role": "user", "content": prompt}],
temperature=0.7,
)
lesson_text = response.choices[0].message.content.strip()
# Create Word document with professional formatting
doc = Document()
# Set document margins
sections = doc.sections
for section in sections:
section.top_margin = Inches(0.75)
section.bottom_margin = Inches(0.75)
section.left_margin = Inches(1)
section.right_margin = Inches(1)
# Add school name as header (centered, uppercase)
header = doc.sections[0].header
header_para = header.paragraphs[0]
header_para.text = school_name.upper()
header_para.alignment = WD_ALIGN_PARAGRAPH.CENTER
header_run = header_para.runs[0]
header_run.font.size = Pt(14)
header_run.font.bold = True
header_run.font.color.rgb = RGBColor(0, 0, 0)
# Add page numbers to footer (just numbers, no "Page" text)
footer = doc.sections[0].footer
footer_para = footer.paragraphs[0]
footer_para.alignment = WD_ALIGN_PARAGRAPH.CENTER
# Add field code for page number
from docx.oxml import OxmlElement
from docx.oxml.ns import qn
run = footer_para.add_run()
fldChar1 = OxmlElement('w:fldChar')
fldChar1.set(qn('w:fldCharType'), 'begin')
instrText = OxmlElement('w:instrText')
instrText.set(qn('xml:space'), 'preserve')
instrText.text = 'PAGE'
fldChar2 = OxmlElement('w:fldChar')
fldChar2.set(qn('w:fldCharType'), 'end')
run._r.append(fldChar1)
run._r.append(instrText)
run._r.append(fldChar2)
# Metadata table
table = doc.add_table(rows=0, cols=2)
table.style = 'Light Grid Accent 1'
data = {
"Grade": grade,
"Subject": subject,
"Topic": topic,
"Number of Students": students,
"Duration": f"{duration} minutes",
"Date": date,
"Teacher Name": teacher
}
for key, value in data.items():
row_cells = table.add_row().cells
row_cells[0].text = key
row_cells[1].text = str(value)
row_cells[0].paragraphs[0].runs[0].font.bold = True
# Add spacing
doc.add_paragraph()
# Process lesson text to make headings bold
headings_to_bold = [
"Bridge-In:",
"Learning Objectives:",
"Pre-Assessment Questions:",
"Participatory Learning Activity:",
"Post-Assessment Questions:",
"Summary:",
"Home Assignment:"
]
# Split content by lines and process
lines = lesson_text.split('\n')
for line in lines:
line = line.strip()
if not line:
doc.add_paragraph()
continue
# Check if line starts with any heading
is_heading = False
for heading in headings_to_bold:
if line.startswith(heading):
para = doc.add_paragraph()
run = para.add_run(line)
run.font.bold = True
is_heading = True
break
if not is_heading:
doc.add_paragraph(line)
# Save document
filename = f"lesson_plan_{datetime.datetime.now().strftime('%Y%m%d%H%M%S')}.docx"
filepath = f"/tmp/{filename}"
doc.save(filepath)
# Increment counter
lesson_plan_counter += 1
return filepath, lesson_plan_counter
except Exception as e:
# Return an error document
error_doc = Document()
error_doc.add_heading("Error in Lesson Plan Generator", 0)
error_doc.add_paragraph(f"An error occurred: {str(e)}")
error_doc.add_paragraph("Please check your inputs and try again.")
filename = f"error_{datetime.datetime.now().strftime('%Y%m%d%H%M%S')}.docx"
filepath = f"/tmp/{filename}"
error_doc.save(filepath)
return filepath, lesson_plan_counter
def update_subjects(grade):
"""Update subject dropdown based on selected grade"""
subjects = get_subjects_for_grade(grade)
return gr.Dropdown(choices=subjects, value=subjects[0] if subjects else None)
# Build Gradio UI
with gr.Blocks(title="BOPPPS Lesson Plan Generator", theme=gr.themes.Soft()) as demo:
gr.Markdown("""
# BOPPPS Lesson Plan Generator
### Professional Instructional Design Tool
Generate comprehensive lesson plans aligned with Pakistan National Curriculum 2006
""")
gr.Markdown("---")
# Counter display
with gr.Row():
counter_display = gr.Number(
label="Total Lesson Plans Generated",
value=0,
interactive=False,
scale=1
)
gr.Markdown("---")
with gr.Group():
gr.Markdown("### School Information")
school_name = gr.Textbox(
label="School Name",
placeholder="Enter the complete school name",
info="This will appear as a header on the lesson plan"
)
with gr.Group():
gr.Markdown("### Lesson Details")
with gr.Row():
grade = gr.Dropdown(
choices=[f"Grade {i}" for i in range(1, 13)],
label="Grade Level",
value="Grade 9",
info="Select the grade level for this lesson"
)
subject = gr.Dropdown(
choices=get_subjects_for_grade("Grade 9"),
label="Subject",
value="English",
info="Subject will update based on selected grade"
)
topic = gr.Textbox(
label="Topic",
placeholder="Enter the lesson topic",
info="Be specific about the topic to be covered"
)
with gr.Row():
students = gr.Number(
label="Number of Students",
value=30,
minimum=1,
maximum=200,
step=1,
info="Enter the exact number of students"
)
duration = gr.Dropdown(
choices=["35", "40", "45", "50", "60", "70", "80"],
label="Duration (minutes)",
value="40",
info="Select the class duration"
)
with gr.Row():
date = gr.Textbox(
label="Date",
value=datetime.date.today().strftime("%Y-%m-%d"),
placeholder="YYYY-MM-DD",
info="Date of the lesson"
)
teacher = gr.Textbox(
label="Teacher Name",
placeholder="Enter teacher's full name",
info="Name of the instructor"
)
gr.Markdown("---")
with gr.Row():
generate_button = gr.Button("Generate Lesson Plan", variant="primary", size="lg")
output_file = gr.File(label="Download Lesson Plan Document")
# Update subjects when grade changes
grade.change(
fn=update_subjects,
inputs=[grade],
outputs=[subject]
)
# Generate lesson plan
generate_button.click(
fn=generate_lesson_plan,
inputs=[school_name, grade, subject, topic, students, duration, date, teacher],
outputs=[output_file, counter_display]
)
gr.Markdown("---")
gr.Markdown("""
<div style='text-align: center; color: #666; font-size: 0.9em;'>
<p>Developed by Najaf Ali Sharqi</p>
<p>Based on Pakistan National Curriculum 2006</p>
</div>
""")
demo.launch() |