This project will be an AI-centered grammatical and word-choice suggestion engine, including a front-end web app as well as a hosted back-end.
The first version of the back-end can be found at /backend
- I would like to eventually do a revamp for speed, efficiency, and to use lower-level languages in another branch too. The front-end will go in the /frontend folder
- experiment with combining the highlighted text panel with the main text box
- change the side analytics panel to instead only expand when you click on a word, and make the analytics panel primarily display the synonym options categorized by synsets, or groups by meaning
- chome extension version, this would be way more versatile so maybe I can use it in Google Docs
- rust rewrite of backend at least to try and improve response time and learn the more technical low-level concepts necessary