Update README.md
Browse files
README.md
CHANGED
@@ -40,9 +40,7 @@ Traditional Large Language Models (LLMs) are incredibly knowledgeable but can so
|
|
40 |
* Personalized syllabus generation based on user goals and optional resources.
|
41 |
* Customizable teaching persona for the AI Explainer Agent.
|
42 |
* Interactive conversation manager to clarify learning objectives.
|
43 |
-
* Backend API built with Django and a frontend interface with React.
|
44 |
* Proper rendering of code and math formulas in explanations.
|
45 |
-
* SQLite database for easy setup.
|
46 |
* Designed for topics requiring deep thinking and understanding.
|
47 |
|
48 |
## How It Works (The Gist)
|
@@ -109,7 +107,7 @@ This project tackles these issues through a structured workflow:
|
|
109 |
|
110 |
* **Ideal Topics (based on experience):**
|
111 |
* Subjects requiring deep conceptual understanding where visual/audio aids are not primary (e.g., learning music theory concepts is okay, but learning an instrument is not ideal for this text-based version).and also not optimal for Topics where you need extreme precision from a preferred resource.
|
112 |
-
* Examples: Increasing cognitive ability, learning Chess & Go strategies,
|
113 |
* **Technical Topics:** Revising classic machine learning, exploring advanced Reinforcement Learning (e.g., using Barto & Sutton as a resource and AI Studio(can handle large files) for syllabus creation) and understanding codebases.
|
114 |
* **Performance:** Generally strong for conceptual/philosophical topics. For highly technical subjects, see "Improvements" below.
|
115 |
* **Resource Limitation:** Currently, resources can only be provided at the start of a conversation.
|
|
|
40 |
* Personalized syllabus generation based on user goals and optional resources.
|
41 |
* Customizable teaching persona for the AI Explainer Agent.
|
42 |
* Interactive conversation manager to clarify learning objectives.
|
|
|
43 |
* Proper rendering of code and math formulas in explanations.
|
|
|
44 |
* Designed for topics requiring deep thinking and understanding.
|
45 |
|
46 |
## How It Works (The Gist)
|
|
|
107 |
|
108 |
* **Ideal Topics (based on experience):**
|
109 |
* Subjects requiring deep conceptual understanding where visual/audio aids are not primary (e.g., learning music theory concepts is okay, but learning an instrument is not ideal for this text-based version).and also not optimal for Topics where you need extreme precision from a preferred resource.
|
110 |
+
* Examples: Increasing cognitive ability, learning Chess & Go strategies, brain control
|
111 |
* **Technical Topics:** Revising classic machine learning, exploring advanced Reinforcement Learning (e.g., using Barto & Sutton as a resource and AI Studio(can handle large files) for syllabus creation) and understanding codebases.
|
112 |
* **Performance:** Generally strong for conceptual/philosophical topics. For highly technical subjects, see "Improvements" below.
|
113 |
* **Resource Limitation:** Currently, resources can only be provided at the start of a conversation.
|