{"id":22015315,"url":"https://github.com/ericz99/interview-gpt","last_synced_at":"2025-06-25T20:05:48.429Z","repository":{"id":206123751,"uuid":"714888434","full_name":"ericz99/interview-gpt","owner":"ericz99","description":"Ace your interviews with your very own \"Interviewer Companion\"","archived":false,"fork":false,"pushed_at":"2023-11-27T17:21:03.000Z","size":1913,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-04T07:48:00.071Z","etag":null,"topics":["ai","cli","gpt-4","llm","openai","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ericz99.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-06T03:37:54.000Z","updated_at":"2024-10-06T06:10:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"6ab3c84e-ab71-44da-8764-9ec190410a21","html_url":"https://github.com/ericz99/interview-gpt","commit_stats":null,"previous_names":["ericz99/interview-gpt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ericz99/interview-gpt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericz99%2Finterview-gpt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericz99%2Finterview-gpt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericz99%2Finterview-gpt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericz99%2Finterview-gpt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericz99","download_url":"https://codeload.github.com/ericz99/interview-gpt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericz99%2Finterview-gpt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261945362,"owners_count":23234236,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","cli","gpt-4","llm","openai","python"],"created_at":"2024-11-30T04:21:11.202Z","updated_at":"2025-06-25T20:05:48.399Z","avatar_url":"https://github.com/ericz99.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## InterviewGPT\n\nWIP \n\n\u003e Your personal interview assistant companion\n\n## Setup \n\nSetting up Development:\n\n\u003e Assuming you have Python 3.9+, and have installed poetry\n\n- `git clone https://github.com/ericz99/interview-gpt.git \u003cdesired dest\u003e`\n\n- Run `poetry install` to install all dependency\n\n- Initialize environment `poetry shell`\n\n- How to run?\n    - You can run with web / server\n        - Navigate both `/backend/interview_gpt/server` and `/web`\n            - On backend run `uvicorn main:app --reload`\n            - On web run `pnpm run dev`\n\n    - Or just run the core feature\n        - Navigate both `/backend/interview_gpt/core`\n            - Run `poetry run python main.py`\n\n**API Key**\n\n- .env file:\n    - Create a copy of `.env.template` named `.env`\n    - Add your OPENAI_API_KEY in .env\n\n## Development\n\n- This is currently project not optimized for performance as of now. \n- Working on writing a simple api to create new instance of recorders, and new session\n- trying to add VAD (Voice activity detection) instead of relying on RMS\n- currently this can only spin up one instance of recorder, and it uses socketio to send data from backend to client\n- sometime theres like a delay when speaking to the mic, then couple second later it process the audio data\n\ntldr: not slow nor fast, but works good and transcription is on point. Needs optimized using VAD (Voice activity detection)\n\n## Usage\n\nAfter running the script, the program will start listening to system audio (eg: Speaker), and will record + create .wav file + transcript for you. After,\nthe AI will read your .wav to create a transcript then will help you answer question or response back about the transcript.\n\n![pic](/assets/pic1.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericz99%2Finterview-gpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericz99%2Finterview-gpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericz99%2Finterview-gpt/lists"}