This is a Streamlit app that uses Google Gemini (Generative AI) to provide feedback on interview answers.
- Enter your interview answer and get instant AI-powered feedback.
- Uses Google Gemini API for natural language analysis.
- Clone this repository.
- Install dependencies:
pip install -r requirements.txt
- Create a
.env
file in the project root with your Gemini API key:GEMINI_API_KEY=your-gemini-api-key-here
- Run the app:
streamlit run app.py
- If the API isnt working, try creating api key of your own.
- Free Gemini API usage is subject to Google’s quota limits.