I used, partially, openAI to help me understand problems like what is an AI 'prompt'(ironic, I know), but not much further.
Google gemini was the center of this project, so I was using the Large Language Model to read my prompts and the submitted essay and give feedback upon how well it worked. The prompt itself was not written by AI, rather by me, and used Essay Reply and College Essay Guy as a basis for both prompts.
As stated above, I used Essay Reply and College Essay Guy to build my prompt. I used many other resources, including every single one of the links in the txt\links.txt.
I have used the website background from my previous project, along with some of the styles. For example, the table in both the check and learn page are both from W3 Schools
This is a website that checks college essays, a tool to help college essay writers improve their styles. Please do not use this as a substitute for real human advice.
- Fork this repository, and add it to your codespace
- Get an API key here.
- Get a venv(optional). Here's a tutorial
- Install Python(from the Windows store, if this is a windows), HTML, JS, and CSS extensions from VS extensions. Also download all extentions from the requirements.txt
- Add your API to 'api.py', replacing 'api_here' with your api_key(as a string)
- Save your files and run 'flask run' in your terminal