Skip to content

This is local version of the deployed Interviewer AI project. Its the first end to end ready flask app of INTERVIEWER AI with web interface using python which can be run on local host.

Notifications You must be signed in to change notification settings

RatanPrakash/InterviewerAI-flaskApp

Repository files navigation

Interviewer AI - Local version (Several Commits behind)

Interviewer AI is a project aimed at developing an AI-powered tool to assist in conducting interviews efficiently. Try the deployed service here - https://nexspace.tech/

Features

  • Main Highlight: Real time Interview simulation for practicing with an AI Interviewer and sharpen your skills.
  • Natural Language Processing (NLP): Utilizes NLP techniques to analyze candidate responses and provide insights to interviewers.
  • Question Bank: Maintains a repository of interview questions categorized by skills or job roles.
  • Candidate Evaluation: Assists in evaluating candidate performance during interviews by analyzing responses and providing feedback.

Installation

To install Interviewer AI, follow these steps:

  1. Clone the repository:

    git clone https://github.com/RatanPrakash/InterviewerAI 
  2. Install the required dependencies:

     pip install -r requirements.txt
  3. Setup Environment variables, with api keys:

    OPENAI_API_KEY = "your-key-here"
  4. Run the application:

    python main.py

InterviewerAI-flaskApp

About

This is local version of the deployed Interviewer AI project. Its the first end to end ready flask app of INTERVIEWER AI with web interface using python which can be run on local host.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published