/MultiLang-SaaS-Paraphrasing-Tool

Forked version of https://github.com/alfazh123/ParaFaze with a State-of-the-Art of an over engineering :)

Primary LanguageTypeScript

ParaFaze

Simple and easy to use tool for paraphasing text. It uses LLM to generate paraphrases of the input text. The tool is built using NextJs and FastAPI based on T5 model.

Installation

Prerequisites:

  • NodeJs > v20.11.1
  • Python > 3.11
  • Pyenv

Frontend

  • First, install the required packages using the following command:
    npm install
  • Then, start the server using the following command:
    npm run dev

Backend

  • Install the required packages using the following command:
    make install-be
  • Finally, start the server using the following command:
    make start-be

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.