Welcome to the Prompt Refining Tool! This website aims to help users refine and improve their prompts for various applications.
The Prompt Refining Website is designed to assist users in creating better prompts by providing suggestions and improvements. This tool is built using Python for the backend, React for the frontend, and Tailwind CSS for styling.
- Refine and improve prompts
- User-friendly interface
- Real-time suggestions
- Easy integration with other applications
To get started with the Prompt Refining Tool, follow these steps:
- Clone the repository:
git clone https://github.com/roche-jeethan/promptrefiner.git
- Navigate to the project directory:
cd promptrefiner - Install the backend dependencies:
pip install -r requirements.txt
- Install the frontend dependencies:
cd frontend npm install
To run the application, follow these steps:
- Start the backend server:
python app.py
- Start the frontend development server:
cd frontend npm start - Open your browser and navigate to
http://localhost:3000to use the Prompt Refining Tool.
- Python: Backend logic and API
- React: Frontend framework
- Tailwind CSS: Styling
Have a great time! π