-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fabio
authored and
Fabio
committed
Dec 15, 2024
1 parent
783d104
commit 3e5e8a5
Showing
3 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -247,3 +247,4 @@ _Pvt_Extensions | |
.fake/ | ||
/Setup/Setup-cache | ||
/Setup\Setup-SetupFiles | ||
.vscode/ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|