Skip to content

A one-stop interview preparation web application to help one prepare for their HR, Technical, and Managerial interview rounds.

License

Notifications You must be signed in to change notification settings

Bratajit-03/Interview-PrepQuest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interview PrepQuest: Your One-Stop Interview Preparation Website

Interview PreQuest is a Streamlit based web-application designed to simulate a real world interview experience by generating domain-specific interview questions and answers. Whether you are preparing for a HR round, Technical round or Managerial round, this web-application provides the most commonly and frequently asked questions to help you prepare thoroughly for your job interviews.

Features:

  • Domain-Specific Questions: Generate interview questions and answers tailored to various domains such as Data Science, Web Development, and more.

  • Interview Type Selection: Choose from HR round, Technical round, or Managerial round to get questions specific to that interview type.

  • Interactive and User-Friendly Interface: Streamlit provides an easy-to-use and interactive interface for a seamless experience.

Screenshots:

How to Run:

  1. Clone the repository:

    git clone https://github.com/your-username/interview-prequest.git
  2. Create a virtual environment:

    python -m venv venv
  3. Install the required packages:

    pip install -r requirements.txt
  4. Set up your .env file with your Gemini API key:

    GEMINI_API_KEY=your_api_key_here
    
  5. Run the Streamlit app:

    streamlit run app.py
    

Open your web browser and navigate to http://localhost:8501 to use the application.

Technologies Used:

  • Python
  • Streamlit
  • Gemini AI

License:

This project is licensed under the MIT License. See the LICENSE file for details.

About

A one-stop interview preparation web application to help one prepare for their HR, Technical, and Managerial interview rounds.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages