Headline Booster is a small-model-ready Gradio chatbot that helps entrepreneurs create clearer, stronger headlines in seconds.
The user gives three simple pieces of information:
The app then generates 5 persuasive headline options by default.
pip install -r requirements.txt
python app.py
.
βββ app.py
βββ requirements.txt
βββ README.md
βββ frontend/
β βββ README.md
β βββ styles.css
βββ docs/
βββ CODEX_NOTES.md
βββ COMMIT_LOG.md
βββ FIELD_NOTES.md
βββ FRONTEND_REFERENCE_NOTES.md
βββ TINY_TITAN_PLAN.md
Headline Booster now behaves like a focused chatbot instead of a static generator:
hola start the conversation and ask only for the three required data points.La IA estΓ‘ trabajando... while the model prepares the answer.+ Nuevo chat; no login, database, payments, or external API is required.The app uses faster defaults for the first public Space version:
MAX_NEW_TOKENS=280 keeps the tiny model focused on 5 headline options instead of long generations.USE_REAL_MODEL=false only when iterating on visual design locally.The app uses the tiny model path by default. For explicit Tiny Titan configuration, set:
USE_REAL_MODEL=true
MODEL_ID=Qwen/Qwen2.5-1.5B-Instruct
If the 1.5B model needs stronger copywriting quality, use the under-4B fallback:
MODEL_ID=Qwen/Qwen2.5-3B-Instruct
GitHub repo: TODO
This app was built with help from OpenAI Codex as a coding agent.
Codex migration evidence is documented in docs/CODEX_NOTES.md and docs/COMMIT_LOG.md. Visual adaptation notes are documented in docs/FRONTEND_REFERENCE_NOTES.md.
58 commits
HTML
60.9%
Python
32.6%
CSS
6.5%
Headline Booster is a small-model-ready Gradio chatbot that helps entrepreneurs create clearer, stronger headlines in seconds.
The user gives three simple pieces of information:
The app then generates 5 persuasive headline options by default.
pip install -r requirements.txt
python app.py
.
βββ app.py
βββ requirements.txt
βββ README.md
βββ frontend/
β βββ README.md
β βββ styles.css
βββ docs/
βββ CODEX_NOTES.md
βββ COMMIT_LOG.md
βββ FIELD_NOTES.md
βββ FRONTEND_REFERENCE_NOTES.md
βββ TINY_TITAN_PLAN.md
Headline Booster now behaves like a focused chatbot instead of a static generator:
hola start the conversation and ask only for the three required data points.La IA estΓ‘ trabajando... while the model prepares the answer.+ Nuevo chat; no login, database, payments, or external API is required.The app uses faster defaults for the first public Space version:
MAX_NEW_TOKENS=280 keeps the tiny model focused on 5 headline options instead of long generations.USE_REAL_MODEL=false only when iterating on visual design locally.The app uses the tiny model path by default. For explicit Tiny Titan configuration, set:
USE_REAL_MODEL=true
MODEL_ID=Qwen/Qwen2.5-1.5B-Instruct
If the 1.5B model needs stronger copywriting quality, use the under-4B fallback:
MODEL_ID=Qwen/Qwen2.5-3B-Instruct
GitHub repo: TODO
This app was built with help from OpenAI Codex as a coding agent.
Codex migration evidence is documented in docs/CODEX_NOTES.md and docs/COMMIT_LOG.md. Visual adaptation notes are documented in docs/FRONTEND_REFERENCE_NOTES.md.
58 commits
HTML
60.9%
Python
32.6%
CSS
6.5%