Skip to content

This project is a simple spelling correction API from ChatGPT, which has a unique and efficient method to correct misspelled English texts. When sending a text with errors as a query param named "text", the API returns the same text, but with all necessary corrections made.

License

AllanDutra/english-tutor-chat-gpt

Repository files navigation

🌎 English Tutor

This project is a simple spelling correction API from ChatGPT, which has a unique and efficient method to correct misspelled English texts. When sending a text with errors as a query param named "text", the API returns the same text, but with all necessary corrections made.

The following technologies were used in this project:

  • C#;
  • ASP .NET Core;
  • .NET 7.0;
  • ChatGPT.

📫 Routes

English Tutor Controller

"/api/english-tutor"

Get the text entered in corrected form using ChatGPT

query params:

text: string

response:

string

🌐 Status

Finished project ✅

🧰 Prerequisites

  • .NET 7.0 or +

  • User secrets named "ChatGptSecretKey"

🔧 Installation

$ git clone https://github.com/AllanDutra/english-tutor-chat-gpt.git

$ cd english-tutor-chat-gpt

$ dotnet restore

$ dotnet run

Server listenning at http://localhost:5256!

🔨 Tools used

About

This project is a simple spelling correction API from ChatGPT, which has a unique and efficient method to correct misspelled English texts. When sending a text with errors as a query param named "text", the API returns the same text, but with all necessary corrections made.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages