Skip to content

AI powered grading assistant for Canvas courses. Chrome extension sidebar makes it easy to interact with AI features. BYO API key.

License

Notifications You must be signed in to change notification settings

brookr/gradiator

Repository files navigation

Gradiator 🚀

Gradiator is a demo example application experiments with AI grading, via a Chrome extension using Next.js.

Table of Contents ✨

Description

AI, tuned with the right prompts, can provide detailed and valuable feedback on student work.

This sidebar is designed to give TAs suggestions on what aspects of submissions need the most attention. Example feedback is also provided.

Installation

To install and run Gradiator as a Chrome Sidebar locally, follow these steps:

  1. Clone this repository
  2. Navigate to project directory
  3. Navigate to project directory
  4. Install the dependencies using npm

Usage

Run Locally 🔥

To run Gradiator locally, follow these steps:

Run the project:

npm run dev

This will run project at localhost:

http://localhost:3000/

Build and Import To Chrome 🔥

To build and import Next.js Chrome Extension Starter to chrome browser, follow these steps:

  1. Build the project:
npm run build

This will run prep and export to create new folder 'out/', and rename '_next' forlder to 'next' (without underscore)

  1. Open Google Chrome and go to chrome://extensions.

  2. Enable the "Developer mode" toggle switch.

  3. Click on "Load unpacked" and select the out folder generated by the build process.

  4. Gradiator should now be loaded as an unpacked extension in Google Chrome.

Contributing

Contributions to Gradiator are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License.

Feel free to customize and modify it based on your specific requirements. Make sure to include any additional information, such as troubleshooting tips or specific Chrome extension functionality, to provide a comprehensive guide for users.

MIT License

Copyright (c) 2023 Justinas Kairys (ibnzUk.eth)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

AI powered grading assistant for Canvas courses. Chrome extension sidebar makes it easy to interact with AI features. BYO API key.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published