Skip to content

MrunalTalikoti/PrepBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– PrepBot

Your personal AI-powered assistant to help you practice and prepare for technical, behavioral, and HR interviews.


πŸš€ Features

  • πŸ“š 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.)

🧩 Getting Started

Follow these steps to set up the project locally.


πŸ” 1. Clone the Repository

git clone https://github.com/MrunalTalikoti/PrepBot.git
cd your-repo-name

πŸ§ͺ 2. Create and Activate a Virtual Environment

For Windows:

python -m venv env
.env\Scripts\activate

For macOS/Linux:

python3 -m venv env
source env/bin/activate

πŸ“¦ 3. Install Dependencies

pip install -r requirements.txt

Make sure you’re inside the virtual environment when you run this command.


▢️ 4. Run the Code

python app.py

πŸ“Œ Notes

  • Python 3.8+ is recommended.

  • If requirements.txt is missing, create it using:

    pip freeze > requirements.txt

πŸ› οΈ Troubleshooting

  • If pip isn't recognized, try python -m pip install <package> or ensure Python is properly installed.
  • For permission issues on macOS/Linux, try using python3 and pip3.

🀝 Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.


πŸ“„ License

MIT

About

Personal Assistant for Job Interview Preparation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages