Skip to content

Zephyr, A Smart AI-driven interview coach made using Python, Streamlit, and Gemini API. The chatbot interacts with users by simulating HR and technical questions, evaluates responses, and provides guidance for improvement. Designed for job seekers to build confidence through realistic mock interviews.

Notifications You must be signed in to change notification settings

xyzgee/AI-Interview-Prep-Coach

Repository files navigation

Zephyr - AI Interview Coach

This is a Streamlit app that uses Google Gemini (Generative AI) to provide feedback on interview answers.

Features

  • Enter your interview answer and get instant AI-powered feedback.
  • Uses Google Gemini API for natural language analysis.

Screenshots

App Screenshot App Screenshot

Setup

  1. Clone this repository.
  2. Install dependencies:
    pip install -r requirements.txt
    
  3. Create a .env file in the project root with your Gemini API key:
    GEMINI_API_KEY=your-gemini-api-key-here
    
  4. Run the app:
    streamlit run app.py
    

Notes

  • If the API isnt working, try creating api key of your own.
  • Free Gemini API usage is subject to Google’s quota limits.

About

Zephyr, A Smart AI-driven interview coach made using Python, Streamlit, and Gemini API. The chatbot interacts with users by simulating HR and technical questions, evaluates responses, and provides guidance for improvement. Designed for job seekers to build confidence through realistic mock interviews.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages