hmnshudhmn24 commited on
Commit
6186fc8
·
verified ·
1 Parent(s): da557d6

Update model_card.md

Browse files
Files changed (1) hide show
  1. model_card.md +29 -0
model_card.md CHANGED
@@ -4,7 +4,36 @@ language:
4
  license: apache-2.0
5
  pipeline_tag: text-generation
6
  library_name: python
 
 
 
 
 
 
 
 
7
  model-index:
8
  - name: learningpath-gpt
9
  results: []
10
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  license: apache-2.0
5
  pipeline_tag: text-generation
6
  library_name: python
7
+ tags:
8
+ - education
9
+ - learning-path
10
+ - curriculum
11
+ - career-guidance
12
+ - personalization
13
+ task_categories:
14
+ - text-generation
15
  model-index:
16
  - name: learningpath-gpt
17
  results: []
18
  ---
19
+
20
+ # LearningPathGPT
21
+
22
+ LearningPathGPT converts any learning or career goal into a **personalized learning path** with skills, checkpoints, and projects.
23
+
24
+ ## Model Description
25
+ The model parses a user’s goal, maps it to required skills, plans an ordered curriculum, generates checkpoints, and suggests hands-on projects.
26
+
27
+ ## Intended Use
28
+ - Students & self-learners
29
+ - Career switchers
30
+ - Personalized education platforms
31
+ - AI tutors & mentors
32
+ - Workforce upskilling
33
+
34
+ ## Limitations
35
+ This is a rule-based baseline system. It does not yet use large language models or adaptive personalization based on learner feedback.
36
+
37
+ ## License
38
+ Apache License 2.0
39
+