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 :)
- Host: GitHub
- URL: https://github.com/elskow/multilang-saas-paraphrasing-tool
- Owner: elskow
- Created: 2024-04-15T15:22:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-21T17:44:16.000Z (about 1 year ago)
- Last Synced: 2025-01-12T18:51:04.627Z (4 months ago)
- Topics: llm-inference, nextjs, page-router, paraphrasing-tool, python, t5-model
- Language: TypeScript
- Homepage:
- Size: 326 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.