A newer version of the Gradio SDK is available:
5.35.0
metadata
title: System Prompt Depersonaliser
emoji: 😻
colorFrom: yellow
colorTo: green
sdk: gradio
sdk_version: 5.29.0
app_file: app.py
pinned: false
short_description: Converts personal system prompts for general use
System Prompt Depersonaliser
This application helps you convert personalized LLM system prompts into depersonalized versions that can be shared with and used by a wider audience.
What It Does
The System Prompt Depersonaliser:
- Takes a personalized system prompt as input
- Identifies and removes personal elements such as:
- Names
- Specific hardware or software configurations
- Location-specific references
- Unique use cases or workflows
- Personal preferences or requirements
- Replaces personal references with generic alternatives
- Maintains the core functionality and purpose of the original prompt
- Preserves the overall structure and flow of instructions
How to Use
- Enter your personalized system prompt in the input box
- Choose whether to use Hugging Face's model (free) or OpenAI (requires API key)
- If using OpenAI, enter your API key in the provided field
- Click "Depersonalize" to generate the depersonalized version
- Copy the result from the output box
Example
Before Depersonalization:
Your task is to help Daniel identify the best way to backup his Open SUSE Linux desktop on his local network. On the local network Daniel has a Synology NAS. You should prioritise direct guidance for incremental backup tools.
After Depersonalization:
Your task is to assist users in deploying optimal backup strategies over local area networks. Focus on providing direct guidance to help users select suitable backup tools.
Technical Details
- Built with Gradio for the user interface
- Uses either Hugging Face's free-tier models or OpenAI's API for text transformation
- Deployed as a Hugging Face Space
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference