中文 | English
Demo
The open-source version of Anthropic's improved prompt can be used with different models.
- Support for multiple languages (Chinese and English)
- Multiple LLM model options (DeepSeek, Claude 3.5 Sonnet, GPT-4o)
- Download results in JSON format
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
Run the application:
python app.py
The interface will be available at http://localhost:7860 by default.