Skip to content

gyurisc/gramrfixr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ef92b89 · May 19, 2023

History

65 Commits
May 18, 2023
Apr 7, 2023
May 18, 2023
May 19, 2023
Apr 20, 2023
Apr 7, 2023
Apr 10, 2023
Mar 24, 2023
Mar 24, 2023
Mar 24, 2023
May 19, 2023
No commit message
Mar 24, 2023
Apr 24, 2023
Apr 24, 2023
Mar 24, 2023
Apr 19, 2023
No commit message
Mar 24, 2023

Repository files navigation

This project fixes your grammar using OpenAI GPT-3.

GramrFixr

How it works

The project uses the OpenAI GPT-3 API to fix your grammar.

Running Locally

After cloning the repo, go to OpenAI and create an account and put your API key in an .env file. You can create one by renaming .env.example to .env and putting your API key in there.

Then, run the development server first install the packages:

    npm install 

and then run the development server:

    npm run dev