Skip to content

alfazh123/ParaFaze

Repository files navigation

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 run-be

Contributing

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published