Skip to content

william-renaldy/RedrafterAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redrafter AI

Overview

The Redrafter AI project is designed to redraft text using generative AI, providing improved clarity, conciseness, and engagement. The project includes the following files:

  • main.py: The main script for running the Streamlit application.
  • processor.py: The Processor class responsible for redrafting text using generative AI.
  • utility.py: A utility module containing prompts for redrafting in different styles.

Getting Started

Installation

git clone https://github.com/william-renaldy/RedrafterAI.git
cd RedrafterAI

Prerequisites

  • Python 3.6 or higher
  • Install required packages using the following command:
pip install -r requirements.txt

Usage

Set up your environment by creating a .env file and adding your API key:

API_KEY=your_api_key_here

Run the Streamlit application:

streamlit run main.py

Open your web browser and navigate to the provided URL.

Enter the text you want to redraft, choose a tone, and click the "Redraft" button.

About

AI powered text redrafter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages