Skip to content

MockVue is an AI based webapp to conduct mock job interviews for users applying in the field of AI

Notifications You must be signed in to change notification settings

HarisJafar/MockVue-Mock-Job-Interview-System

 
 

Repository files navigation

MockVue

logo

MockVue is an AI-based mock job interview system aimed at helping job-seekers, especially fresh graduates, practice giving interviews in the field of Artificial Intelligence. The web application generates interview questions for the candidate, analyzes their competency to answer the questions, and assesses their behavior through facial expression, eye movement, and hand gesture analysis. A score is generated at the end, highlighting the candidate's strengths and weaknesses.

Features

  • AI-generated interview questions specific to Artificial Intelligence.
  • Free to use for anyone interested in pursuing a career in AI.
  • Speech-to-text conversion for checking the correctness of dialogue spoken by the user.
  • Gesture and facial monitoring analysis to provide users with insight into real-world interviews in AI.
  • Candidate assessment score that shows the user's strengths and weaknesses.

arch

Scope

  • Question generation
  • Speech-to-text conversion
  • Object and gesture detection
  • Sentiment analysis
  • Candidate assessment score - their strengths and weaknesses

Technology Stack

  • Python
  • Flask
  • TensorFlow
  • OpenCV

Getting Started

To run this application, you will need to have Python, Flask, TensorFlow, and OpenCV installed on your system.

  1. Clone the repository:
git clone https://github.com/yourusername/MockVue.git
  1. Install the required packages:
pip install -r requirements.txt
  1. Start the Flask server:
python server.py
  1. Navigate to localhost:5000 in your web browser.

Contributing

We welcome contributions from the community. To contribute, please fork the repository and submit a pull request.

About

MockVue is an AI based webapp to conduct mock job interviews for users applying in the field of AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 91.4%
  • CSS 3.2%
  • HTML 2.2%
  • JavaScript 1.8%
  • Python 1.4%