Automatic English Grammar Checker with Deep Learning - Website, Chrome Extension, Android App
A multi-platform English grammar checker/corrector.
Project Duration: 2019-20
Highlights
- This project was part of Software Engineering Lab course.
- We built a website with Django, an android app and a chrome extension.
- The grammar checker was trained on a public dataset containing pair of wrong and correct sentences. We used sequence-to-sequence machine translation model to achieve the task.
- Ultimately, the deep learning model did not perform as we expected. However, it could correct simple errors with a relatively small dataset.
- I built the model and chrome extension single-handedly. I also contributed to the website writing backend django codes.
Project Repository: Automatic Grammar Checker