Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 1.03 KB

readme.md

File metadata and controls

31 lines (20 loc) · 1.03 KB

Automatic Essay Grading

License: MIT Open Source made-with-python

Grades the essay using Ensemble learning algorithm which combines random forest algorithm, KNN, SVM, Logistic regression and XG Boost algorithm.

Features

  • Give Essay details like words, characters, unique words, grammatical mistakes, speech of essay.
  • Provides essay report
  • Does grammer check
  • And, obviously grades essay.

Tools used

  • Frontend: Pyqt5, CSS
  • Backend: Python

How to run?

  1. Clone this repository
  2. Install the packages pip install requirement.txt
  3. Run the program python MainUI.py