Your personal AI-powered assistant to help you practice and prepare for technical, behavioral, and HR interviews.
- π Covers technical, behavioral, and HR interview questions
- π‘ Provides model answers, feedback, and tips
- π§ Supports role-specific interview prep (e.g., software dev, data science, etc.)
Follow these steps to set up the project locally.
git clone https://github.com/MrunalTalikoti/PrepBot.git
cd your-repo-namepython -m venv env
.env\Scripts\activatepython3 -m venv env
source env/bin/activatepip install -r requirements.txtMake sure youβre inside the virtual environment when you run this command.
python app.py-
Python 3.8+ is recommended.
-
If
requirements.txtis missing, create it using:pip freeze > requirements.txt
- If
pipisn't recognized, trypython -m pip install <package>or ensure Python is properly installed. - For permission issues on macOS/Linux, try using
python3andpip3.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.