https://github.com/xsenzaki/automated-essay-checker
A project requirement for the subject 'CS303 - Automata Theory'
https://github.com/xsenzaki/automated-essay-checker
aes automated-essay-grading automated-essay-scoring automated-essay-scoring-system cosine-similarity jaccard-similarity natural-language-processing nlp pyqt6 python spacy spacy-nlp
Last synced: 8 months ago
JSON representation
A project requirement for the subject 'CS303 - Automata Theory'
- Host: GitHub
- URL: https://github.com/xsenzaki/automated-essay-checker
- Owner: xSenzaki
- Created: 2025-02-24T01:45:44.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-24T02:08:02.000Z (8 months ago)
- Last Synced: 2025-02-24T02:39:59.787Z (8 months ago)
- Topics: aes, automated-essay-grading, automated-essay-scoring, automated-essay-scoring-system, cosine-similarity, jaccard-similarity, natural-language-processing, nlp, pyqt6, python, spacy, spacy-nlp
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automated-Essay-Checker
A project requirement for the subject 'CS303 - Automata Theory'The Essay Checker System demonstrates how to effectively evaluate essays using NLP approaches. The system uses a variety of NLP methods to provide a comprehensive evaluation of the essay's quality, taking into account content, structure, grammar, mechanics, and word choice
## Collaborators:
* xSenzaki : Front-end\
https://github.com/xSenzaki
* Merrell : Back-end\
https://github.com/Merrelltejero21## Algorithm and Tools:
* Natural Language Processing (NLP)
* Spacy
* Jaccard Similarity
* Cosine Similarity
* PyQt6## Installation
1. Clone the repository:
```bash
git clone https://github.com/xSenzaki/Automated-Essay-Checker.git2. Install the requirements:
```bash
pip install -r requirements.txt## Run the Program
1. Run the GUI:
```bash
aes_frontend.py