A tool for automatically rewriting text to change its tone, structure, focus, or other aspects π
- Choose from a variety of text rewriting tasks, including changing the tone, structure, focus of the text.
- Correct spelling, grammar, and punctuation errors in the text.
- Summarize the text to create a shorter version that captures the main points.
- Paraphrase the text to preserve the original meaning but use different words or phrases.
- Use more inclusive language in the text.
- Adjust the level of complexity of the text.
- Rewrite the text in different writing styles or formats.
- PHP 8 or higher
- Laravel 9 or higher
- Clone the repository:
https://github.com/mostafa-amine/OpenRewrite.git - Install dependencies:
composer install - Create a MySQL database and clone
.env.exampleto.envfile with the database credentials - Generate an application key:
php artisan key:generate - Go to
profilesection and change your OpenAi Token.
To start the development server, run the following command:
php artisan serve
Then, visit http://127.0.0.1:8000 in your web browser to access the application.
We welcome contributions to this project! If you have an idea for a new feature or improvement, please open an issue or submit a pull request.
This tool is powered by the chatGPT API from OpenAI.
I hope this Readme file is helpful! Let me know if you have any other questions.