ReWriteAI is an intuitive web application designed to help users rewrite text with various customizations using the power of Language Learning Models (LLMs). It allows users to input draft text and customize the rewritten text based on tone, target audience, formality level, length, and stylistic preferences.
- Text Input: Input draft text to rewrite.
- Customization Options: Select tone, formality level, target audience, length, and stylistic preferences.
- Real-time Processing: Provides rewritten text based on the selected criteria.
- Interactive Experience: Seamless and interactive text redaction and rewriting.
- Clone the repository:
git clone https://github.com/yourusername/rewriteai.git cd rewriteai
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
streamlit run app.py
- Open the web application in your browser and input the text to rewrite.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.