geeteshkm/AI-Interview-Prep-Coach ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Streamlit app called Zephyr that helps people practice for interviews with AI.
I want users to be able to pick a mock interview question from a small question bank, choose between HR and technical questions, type their answer, and then get instant feedback from Google Gemini on how they did. The feedback should feel like a real coach, with clear suggestions on what was good, what was weak, and how to improve the answer.
Also add a small resume tips section with practical advice for making a resume better for interviews. Keep the app beginner friendly, clean, and easy to run locally with a single start command. Use a .env file for the Gemini key, and make the code easy to extend later with more question categories and scoring. If you need to, look up the current Gemini and Streamlit docs online before building it.
Are you gonna build this?
make sure you review the code using coderabbit