This is the entire project code for GraderGo: An Automated Essay Grading System
-
The model is trained on no. of grammatical errors, no. of parts of speech (pos), punctuations, no. of sentences
-
The API is made using Flask
-
The API takes the essay, does the preprocessing steps and predicts the score
-
The frontend is made using HTML, CSS, JS and Bootstrap