An open API service indexing awesome lists of open source software.

https://github.com/elskow/multilang-saas-paraphrasing-tool

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

llm-inference nextjs page-router paraphrasing-tool python t5-model

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:
```bash
npm install
```
- Then, start the server using the following command:
```bash
npm run dev
```

## Backend

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

# Contributing

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