Skip to main content

The python package that returns Response of Google Gemini through API.

Project description

Open Interview

The Open Interview Assistant streamlines your job interview prep with AI from OpenAI, Anthropic, and Google, creating customized technical and personality interview Q&As based on your resume and job description.

Features

  • Automatic Q&A Generation: Create technical interview Q&As from job descriptions and resumes.
  • Automatic Document Creation: Generate Word documents (.docx) with the interview Q&As.
  • TTS/STT Audio Files: Convert Q&As into audio files for listening practice.
  • Customizable Parameters: Adjust settings like job position, interview type, language, and sentence length.

Getting Started

Prerequisites

  • Python 3.7 or later.
  • API keys from OpenAI, Anthropic, and Google.

Installation

pip install open-interview
git clone https://github.com/yourusername/InterviewAssistant.git
pip install -r requirements.txt

Quick Start

Generate interview content using Claude or GPT models with minimal setup:

Using Claude

from openinterview import InterviewManager

claudeToken = "<your_claude_token>"
interview_manager = InterviewManager(api_key=claudeToken, engine="Claude")

# Generate and save interview content
interview_manager.generate_interview(...)

Using GPT

from openinterview import InterviewManager

openai.api_key = "<your_gpt_token>"
interview_manager = InterviewManager(api_key=openai.api_key, engine="GPT")

# Generate and save interview content
interview_manager.generate_interview(...)

Usage

Check the Usage example code document for detailed examples.

  • OpenAI GPT: Use InterviewGPT for GPT-based content generation.
  • Anthropic Claude: Use InterviewClaude for Claude-based interviews.

FAQ & Support

For questions and support, visit our FAQ and Issues pages. Contributors are welcome! Submit issues, feature suggestions, or pull requests. Reach out to the core maintainer, Daniel Park, for direct contributions or queries.

License ©️

Apache 2.0 license, 2024.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

open-interview-1.0.7.tar.gz (14.2 kB view details)

Uploaded Source

Built Distribution

open_interview-1.0.7-py3-none-any.whl (19.4 kB view details)

Uploaded Python 3

File details

Details for the file open-interview-1.0.7.tar.gz.

File metadata

  • Download URL: open-interview-1.0.7.tar.gz
  • Upload date:
  • Size: 14.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.12

File hashes

Hashes for open-interview-1.0.7.tar.gz
Algorithm Hash digest
SHA256 e3e60cd66ad6811c6239b54bb1f1e62baafe65c6435ebcb7516ee3c2fc5c05e2
MD5 f049ab0dd81e55ff0afec1f1e14a790b
BLAKE2b-256 69b47bac1dbef0516b9dfb06174d4d382e5d13d31fb9c089e261fd9c8d472f6a

See more details on using hashes here.

File details

Details for the file open_interview-1.0.7-py3-none-any.whl.

File metadata

File hashes

Hashes for open_interview-1.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 0ba17bcb8a50619fb53b4e642e1a514759c9d2428372e5cd11c8af54356f8996
MD5 69ad24003e8e3b766c1a244d961f4dcd
BLAKE2b-256 810a15bfdcc519998b4b2ddde4cd686ad8899982c144e77029459e76d196e2c1

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page