Skip to content

Commit

Permalink
ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio authored and Fabio committed Dec 15, 2024
1 parent 783d104 commit 3e5e8a5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,4 @@ _Pvt_Extensions
.fake/
/Setup/Setup-cache
/Setup\Setup-SetupFiles
.vscode/
Binary file added Images/AppSample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# CorrectMe
# CorrectMe
**Correct Me!** is a simple Windows application that helps users use AI to correct their written texts in any language. Just put your text in and press CORRECT, and your text will be corrected with detailed explanations of all the corrections made. The AI will automatically detect the language you put it in. This tool uses ChatGPT 4o as the AI corrector.

On the right, you can see the corrections and explanations generated by the AI in real-time. At the end, the corrections will be shown in the bottom field with the corrections highlighted for better comprehension of the corrections made.

**IMPORTANT!** In order for this app to be able to use ChatGPT 4o, you must enter your ChatGPT API key with sufficient credits to make requests to OpenAI APIs. Refer to OpenAI help pages to find information on how to generate your API Keys: https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key

You can also use this app to translate texts as well. Input your text and choose the language to translate to from the upper right language list.


![alt text](./Images/AppSample.png)

This application is made for Microsoft Windows and requires .NET Framework 4.8. The project includes an installer that is built when the solution is in Release mode. The installer will install .NET Framework 4.8 if necessary.

Download it from Github releases - https://github.com/fabiojbg/Correct-Me/releases


0 comments on commit 3e5e8a5

Please sign in to comment.