Skip to content

Josequesada9393/GPTAbeta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GP-TA

GPTA

GP-TA is an AI Teaching Assistant to mark grades automatically. It aims at reducing foreing language teachers workload while still providing helpful and accurate feedback.

  1. It allows users to create and log onto their profile.
  2. Users can access a classroom dashboard where they can create folders for students and assing multiple assignments to each student.
  3. Student's essays may be uploaded on a doc file, an image file or simply copy and paste. Then, let the AI do its magic and return feedback.
  4. Feedback is returned in three different steps:
    • Step 1: It returns the text submitted by the student highlighting grammar and spelling mistakes.
    • Step 2: It provides a list with each mistake and specific feedback about it.
    • Step 3: It suggests several areas of improvement to expand student's progress based on the text.
  5. It includes Stripe payments

Screenshots

Getting started

  1. Clone the repo
https://github.com/Kennyk22/GP-TA.git
cd GP-TA
  1. Install dependencies
npm install
  1. Start client at client folder
npm start

  1. Start development server at server folder
npm run dev

Tech Stack

Author