Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.58 KB

File metadata and controls

45 lines (28 loc) · 1.58 KB

OpenRewrite 💻

A tool for automatically rewriting text to change its tone, structure, focus, or other aspects 📝

Features ⚡️

  • 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.

Requirements 🔑

  • PHP 8 or higher
  • Laravel 9 or higher

Installation 📥

  1. Clone the repository: https://github.com/mostafa-amine/OpenRewrite.git
  2. Install dependencies: composer install
  3. Create a MySQL database and clone .env.example to .env file with the database credentials
  4. Generate an application key: php artisan key:generate
  5. Go to profile section and change your OpenAi Token.

Usage 🔍

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.

Contributing 🤝

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.

Acknowledgments 🙏

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.