Interview Prep is a web application designed to help users prepare for interviews by generating customized interview questions based on their resume. The app also provides feedback on their responses to help them improve.
- Resume Upload: Users can upload their resumes in PDF format.
- Interview Question Generation: Based on the content of the resume, the app generates personalized interview questions.
- Response Feedback: After the user responds to the questions, the app provides detailed feedback to help them refine their answers.
- User-Friendly Interface: A simple and intuitive interface for a seamless user experience.
- Upload Resume: The user uploads their resume.
- Question Generation: The app analyzes the resume and generates a set of interview questions tailored to the user's experience and skills.
- Answer Submission: The user answers the questions.
- Receive Feedback: The app reviews the responses and provides constructive feedback.
- Clone the Repo
- pip install -r requirements.txt
- Create a file '.env' and fill in the huggingface api key. Refer '.env.example'
- run using 'fastapi dev main.py'