Skip to content

sakinanomi/GraderGo_entireProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraderGo_entireProject

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