Skip to content

Natural Language Processing copilot for essaywriting, similar to Github Copilot in functionality. Webpage text editor suggests changes/actively makes changes based on toggle.

Notifications You must be signed in to change notification settings

NLP-Organization/NLP-copilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NLP-copilot

Stores mistakes and mistake attributes in JSON for API call.

Installations

pip install -r requirements.txt

A .env file is also necessary in order to connect SQLAlchemy to your MySQL database. Set your configuration to "config" in your .env file.

How to Run

In MySQL CLI or WorkBench:

CREATE DATABASE nlp;

In terminal:

cd flask_app
flask run

Project Architecture

Future Expansion

Tech Stack

Contact Us

About

Natural Language Processing copilot for essaywriting, similar to Github Copilot in functionality. Webpage text editor suggests changes/actively makes changes based on toggle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published