Skip to content

jt120/open-improve-prompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

中文 | English


Demo

Introduction

The open-source version of Anthropic's improved prompt can be used with different models.

screenshot

Features

  • Support for multiple languages (Chinese and English)
  • Multiple LLM model options (DeepSeek, Claude 3.5 Sonnet, GPT-4o)
  • Download results in JSON format

Installation

This project requires Python 3.11. It is recommended to use a dedicated virtual environment:

# Create a virtual environment
python3.11 -m venv venv

# Activate the virtual environment
# On macOS/Linux:
source venv/bin/activate
# On Windows:
# .\venv\Scripts\activate

# Install dependencies
pip install -r requirements.txt

Usage

Run the application:

python app.py

The interface will be available at http://localhost:7860 by default.

References

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages