https://github.com/13point5/classroom-lm
A WIP clone of MagicSchool.ai where tools store aggregated structured knowledge from student interactions. This knowledge will be used by tools in further interactions for student and teacher facing tools to personalise the outputs.
https://github.com/13point5/classroom-lm
Last synced: over 1 year ago
JSON representation
A WIP clone of MagicSchool.ai where tools store aggregated structured knowledge from student interactions. This knowledge will be used by tools in further interactions for student and teacher facing tools to personalise the outputs.
- Host: GitHub
- URL: https://github.com/13point5/classroom-lm
- Owner: 13point5
- Created: 2024-06-09T14:40:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T19:58:22.000Z (about 2 years ago)
- Last Synced: 2025-01-20T22:36:19.274Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://classroom-lm.vercel.app
- Size: 189 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [ClassroomLM](https://classroom-lm.vercel.app/)

A [WIP clone](https://classroom-lm.vercel.app/) of MagicSchool.ai where tools store aggregated structured knowledge from student interactions.
This knowledge will be used by tools in further interactions for student and teacher facing tools to personalise the outputs.
The backend repo can be found [here](https://github.com/13point5/classroom-lm-poc).
## Tech Stack
- [Next.js](https://nextjs.org/) - React Framework
- [Shadcn](https://ui.shadcn.com/) - UI component library
- [Vercel Postgres](https://vercel.com/docs/storage/vercel-postgres) - Database
- [Clerk](https://clerk.com/) - Authentication
- [Instructor](https://python.useinstructor.com/) - Structured Output Extraction
- [LangChain](https://python.langchain.com/v0.2/docs/introduction/) - LLM Framework