Skip to content

TransGrammar is a Syntactic and Semantic Assistant (SSA) that detects, highlights, and corrects grammatical and typographical errors in natural language text.

Notifications You must be signed in to change notification settings

Transphere-Sunyu/trans-grammar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TransGrammar

Grammar correction and highlighting tool

TransGrammar is a Syntactic and Semantic Assistant (SSA) that detects, highlights, and corrects grammatical and typographical errors in natural language text.

Requirements

  1. Python 3.10.7
  2. Node v16.17.1

Quick Start

 git clone https://github.com/Transphere-Sunyu/trans-grammar.git

Install Packages

Backend

 cd backend && python -m venv venv
 
 source venv/bin/activate && pip3 install -r requirements.txt

 python3 -m spacy download en

Frontend

 cd frontend && npm i && npm run build

Login to hugging face

Enter your access token from your hugging face account

  huggingface-cli login

Run the web application

Backend

 cd backend && uvicorn main:app --reload

Frontend

 cd frontend && npm run start

Open the website in your browser at http://localhost:3000

Preview

Live image

About

TransGrammar is a Syntactic and Semantic Assistant (SSA) that detects, highlights, and corrects grammatical and typographical errors in natural language text.

Resources

Stars

Watchers

Forks

Packages

No packages published