Skip to content

dave21-py/prompt-enhancer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prompt Enhancer logo

Prompt Enhancer

Fine‑tune your prompts like a pro!

Gradio Gemini API Stars

View Demo · Report Bug · Request Feature


🚀 Quick Start

# 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages