Your personal AI mock interview platform.
- Run the app in a Python virtual environment ideally.
- Ensure all packages in
requirements.txt
are installed - OpenAI API key stored in as environment variable
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.