Fine‑tune your prompts like a pro!
View Demo · Report Bug · Request Feature
# 1) Clone
git clone https://github.com/YOUR-USERNAME/prompt-enhancer.git
cd prompt-enhancer
# 2) Virtual env
python3 -m venv venv # Windows: py -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
# 3) Install deps
pip install -r requirements.txt # (Gradio, google‑generativeai, python‑dotenv)
# 4) API key
cp .env.example .env
# edit .env and add:
# GOOGLE_API_KEY=sk-xxxxxxxxxxxxxxxxxxxx
# 5) Run
python app.py
# browse ➜ http://127.0.0.1:7860