Skip to content

soutik/AI-Interviewer

Repository files navigation

AI Interviewer

Your personal AI mock interview platform.

alt text

Setup

  1. Run the app in a Python virtual environment ideally.
  2. Ensure all packages in requirements.txt are installed
  3. OpenAI API key stored in as environment variable

Run

To run frontend: python3 -m streamlit run frontend.py

To run backend python3 -m uvicorn backend:app --reload --host localhost --port 8000

App is available at: http://localhost:8501

Looking for code from the substack post? Find it under the Scripts/ folder.

About

AI based interview preparation web app

Topics

Resources

Stars

Watchers

Forks

Languages