Skip to content

Commit 39b604d

Browse files
committed
more updates
1 parent 56458b4 commit 39b604d

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,17 @@
33

44
![ClassroomLM Banner](.github/assets/main-banner.png)
55

6-
**ClassroomLM provides each of the many classrooms within an organization a specialized LLM assistant that is specific and accurate to the subject matter and resources of that particular classroom.**
6+
**ClassroomLM provides each classroom within an educational organization a specialized LLM assistant that is specific and accurate to the subject matter and resources of its particular classroom.**
77

8-
???? add more to above about generating material, etc
9-
10-
The core feature and main value that ClassroomLM provides is the application's framework of having siloed knowledge bases per classroom to conduct Retrieval Augmented Generation (RAG) on, with the additional features like collaborative chat layered on top of this.
8+
---
119

12-
> ???? Makes sense for classrooms in primary education or universities, and even for other adjacent organizations like clubs and student associations that want easy access to giving an AI assistant to their members specific to their documents.
10+
The core feature and main value that ClassroomLM provides is the application's framework of having a siloed knowledge base per classroom to conduct Retrieval Augmented Generation (RAG) on, with the additional features like collaborative chat layered on top of this.
1311

1412
[video walktrhough of everything]
1513

14+
> ClassroomLM can be used by educational instutions of all levels for their classrooms, for subgroups conducting research, and even for other adjacent organizations like clubs and student associations that want to easily give access to an assistant that's specific to their documents and resources.
15+
16+
1617
2038 x 3200 at 37%
1718

1819
## Features
@@ -25,7 +26,7 @@ Teachers can create classrooms, upload documents (PDFs, slides, handwritten note
2526

2627
### **Classroom-Specific AI Assistants**
2728

28-
Each classroom has access to an LLM assistant that is RAG-enabled, allowing it to be more specific and accurate, while also being more grounded and capable of retrieving information from the class' resources, unlocking greater potential for engaging learning, peer interaction, and more.
29+
***Each classroom has access to an LLM assistant that is RAG-enabled, allowing it to be more specific and accurate, while also being more grounded and capable of retrieving information from the class' resources, unlocking greater potential for engaging learning, peer interaction, and more.***
2930

3031
![Personal Assistant Example](.github/assets/personal-example.png)
3132

@@ -70,7 +71,7 @@ In terms of contexts, ClassroomLM was tested to be useful for subjects ranging f
7071
- With ClassroomLM, when triggered with the `/ask` command the LLM will have knowledge of the previous conversation and respond accordingly.
7172
- Will make corrections to messages long ago and otherwise **act like a full participant in the conversation, rather than just a bot that you Q&A one-off messages.**
7273
- This is **unlike the common implementations of a "group chat with an AI assistant" idea very often found in company Slacks, etc.** where the LLM is only aware of the message that triggered it and responds just to that.
73-
The only benefit of those implementations is that everyone in the chat witnesses the Q&A, compared to just personally asking it.
74+
- The only benefit of those implementations, compared to just personally asking an LLM, is that everyone in the chat witnesses the Q&A. **ClassroomLM is much more powerful than this simplistic approach**.
7475

7576
#### Collaborative chat example
7677

0 commit comments

Comments
 (0)