Live Demo: https://resumind-five.vercel.app/
ResuMind is a web application that allows you to generate technical interview questions from a candidate's resume.
- Upload a resume and let AI generate technical interview questions
- Change the difficulty level of the questions
- Change the number of questions
- Next.js
- TypeScript
- Styled Components
- Mistral AI API
- Clone the repository
git clone https://github.com/DebjitPramanick/resumind.git- Install dependencies
cd client
npm install- Run the development server
npm run dev- Open the application in your browser
http://localhost:3000