Prompt Fixer is an AI-powered assistant that helps you analyze, critique, and improve prompts for Large Language Models (LLMs) like Gemini and GPT.
Whether you're building chatbots, fine-tuning LLMs, or crafting killer content — Prompt Fixer helps you write clearer, sharper, and more effective prompts.
🔍 Analyze Your Prompt
- Detects flaws like vagueness, ambiguity, or lack of context.
🧠 Get Smart Suggestions
- Explains problems and improves your prompt with a better version.
🎭 Style Variants
- Generates two tone-specific versions (e.g., formal, casual, direct, creative).
📊 Prompt Score
- Rates your prompt on a scale of 1–10 with justification.
💡 Pro Tip
- Gives one helpful tip to level up your prompt writing game.
- Streamlit – clean interactive UI
- Gemini API – for LLM-based analysis
httpx+asyncio– async HTTP calls- Custom
style.css– themed dark UI with clean layout
| Prompt Input + Analyze | Flaw Detection + Scoring | Prompt Variants + Tip |
|---|---|---|
![]() |
![]() |
![]() |
git clone https://github.com/yourusername/prompt-fixer.git
cd prompt-fixer
pip install -r requirements.txt
streamlit run app.py

