Skip to content

Commit

Permalink
Add a bit to the README about what the framework provides.
Browse files Browse the repository at this point in the history
  • Loading branch information
liffiton committed Aug 3, 2024
1 parent 878823a commit 8d4cfc9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@ Gen-Ed is a framework for building web applications that use generative AI
(LLMs) for education (i.e., organized around instructors and their classes of
students for use in teaching and learning contexts).

This repository also contains two applications that are built on Gen-Ed:
The framework provides most of the common functionality any application of this
type might need, including:

- Authentication, including single-sign-on from Google, Github, and Microsoft.
- Class enrollment, with separate instructor and student roles.
- Connecting to LMSes via LTI (for automatic authentication and enrolling).
- Class management and data export.
- Admin interfaces.

The repository also contains two applications that are built on Gen-Ed:

1. **CodeHelp** [1,2]: A tool for assisting students in computer science
classes without giving them solution code. <https://codehelp.app/>
Expand Down

0 comments on commit 8d4cfc9

Please sign in to comment.