GithubHelp home page GithubHelp logo

olololoe110399 / auto_interview Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 17 KB

Auto Interviewer is a self-sustaining interview agent that conducts interviews, evaluates candidates, and updates a SQLite database and Google Sheets concurrently. It utilizes threading, a queue system, and an observer pattern for efficient parallelization and automatic notification of evaluators.

Home Page: https://autointerview.streamlit.app/

Dockerfile 1.63% Python 98.19% Shell 0.18%
ai auto-gpt evaluator gpt-4-turbo-preview interviewer json-mode streamlit

auto_interview's Introduction

Auto interview and evaluation parallel system

Description

Auto Interviewer is an autonomous interview agent which can perform interviews for any position. It has two processes which run in parallel to interview and evaluate and write to database in parallel asynchronously. It features threading for parallelization a queue system and observer pattern for automatic notification of the evaluator of every Q and A pairs. It writes to a sqlite database and save on gg sheets.

Features

  • Interviewer
  • Evaluator
  • Database local
  • Google Sheets
  • Threading
  • Queue
  • Observer Pattern
  • streamlit

Environment

  • Python 3.10.13

Installation

Requires

pip install -r requirements.txt

Before Deployment:

  • Config .streamlit/secrets.toml file
  • Create a google service account and download the json file and config the .streamlit/secrets.toml file with the path to the json file.
  • Create a google sheet and share it with the email in the json file.
  • Create a .streamlit/secrets.toml file and add the following:
[connections.gsheets]
spreadsheet = "https://docs.google.com/spreadsheets/d/xxx/edit#gid=0"
type = "service_account"
project_id = "chat-with-gg-meet"
private_key_id = "xxx"
private_key = "xxx"
client_email = "[email protected]"
client_id = "xxx"
auth_uri = "https://accounts.google.com/o/oauth2/auth"
token_uri = "https://oauth2.googleapis.com/token"
auth_provider_x509_cert_url = "https://www.googleapis.com/oauth2/v1/certs"
client_x509_cert_url = "xxx"

Run app ⛄️

Run cli app:

python main.py

Run app with streamlit:

streamlit run app.py
# OR
sh bin/start.sh

Run with Docker 🐳

Docker build and run with Dockerfile:

docker build -t auto_interview_app .       # Build the docker image
docker run -p 5001:5001 auto_interview_app # Run the docker image

Run with docker-compose:

docker compose up --build -d

auto_interview's People

Contributors

duynn-nals avatar olololoe110399 avatar

Watchers

 avatar

Forkers

shreeshreee

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.