Krisseck / Phrasing-Bot

A bot that checks your grammar and phrasing using LLM of choice
MIT License
27 stars 2 forks source link

Phrasing Bot

A web interface bot to check and improve grammar and phrasing of your input, similar to Quillbot or Grammarly.

Use any backend LLM service of your choice, even locally hosted ones (check "Installation" for more)!

image

Requirements

Installation

Build frontend cd frontend && yarn && yarn build

Build backend yarn && yarn build

Running

Start server yarn start

The server should now be running on http://localhost:5000/

Development

Bit yanky, need to run the frontend and backend separately

Run frontend cd frontend && yarn && yarn dev

In separate window, run backend yarn && yarn dev

You should now have frontend running on http://localhost:5173/ and backend on http://localhost:5000/ with live reloading etc.