InterVueX is a cutting-edge platform designed to revolutionize the interview experience using AI-powered insights. Our platform combines advanced AI technology with human expertise to create a fair, efficient, and insightful interview process for both candidates and interviewers.
The purpose of InterVueX is to provide a seamless and intelligent interview experience that benefits both candidates and interviewers. By leveraging AI, we aim to enhance the interview process, provide real-time feedback, and offer actionable insights to improve hiring decisions.
The project is currently in active development. We have completed several key features and are continuously working on adding new functionalities and improving the existing ones.
- Implemented user authentication and authorization
- Developed candidate and interviewer dashboards
- Created job listing and application management features
- Integrated AI-powered question generation and sentiment analysis
- Built real-time interview room with video and chat capabilities
- Added training mode for candidates to practice interviews
- Designed responsive and user-friendly UI
- Enhance AI algorithms for better question generation and sentiment analysis
- Implement detailed interview feedback and scoring system
- Add more customization options for interviewers
- Improve performance and scalability of the platform
- Conduct extensive testing and bug fixing
- Prepare comprehensive documentation and user guides
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/techieRahul17/InterVueX.git cd InterVueX -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:3000to see the application in action.
- Candidates can register, log in, and access their dashboard to view upcoming interviews, past interviews, and job applications.
- Interviewers can register, log in, and access their dashboard to manage job listings, schedule interviews, and review candidate applications.
- Both candidates and interviewers can join real-time interview rooms with video and chat capabilities.
- Candidates can use the training mode to practice interviews and receive AI-powered feedback.
We welcome contributions from the community to help improve InterVueX. To contribute, follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name
- Make your changes and commit them with descriptive commit messages.
- Push your changes to your forked repository:
git push origin feature/your-feature-name
- Create a pull request to the main repository.
Please ensure that your code follows our coding standards and includes appropriate tests.
This project is licensed under the MIT License. See the LICENSE file for more details.