{"id":13640120,"url":"https://github.com/promptable/gpt3-interview-bot","last_synced_at":"2025-05-08T02:05:46.908Z","repository":{"id":146129834,"uuid":"569947175","full_name":"promptable/gpt3-interview-bot","owner":"promptable","description":"GPT3 Interview Chatbot","archived":false,"fork":false,"pushed_at":"2022-12-01T17:00:33.000Z","size":354,"stargazers_count":23,"open_issues_count":1,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-05-08T02:03:09.370Z","etag":null,"topics":["chatbot","gpt3","llms","openai","python3","streamlit"],"latest_commit_sha":null,"homepage":"http://gpt-interview-bot.fly.dev","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/promptable.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-11-24T01:36:57.000Z","updated_at":"2025-03-26T13:51:08.000Z","dependencies_parsed_at":"2024-01-14T09:18:49.492Z","dependency_job_id":"4575a05e-605c-498a-bb42-3db875dd2949","html_url":"https://github.com/promptable/gpt3-interview-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/promptable%2Fgpt3-interview-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/promptable%2Fgpt3-interview-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/promptable%2Fgpt3-interview-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/promptable%2Fgpt3-interview-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/promptable","download_url":"https://codeload.github.com/promptable/gpt3-interview-bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252983761,"owners_count":21835764,"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":["chatbot","gpt3","llms","openai","python3","streamlit"],"created_at":"2024-08-02T01:01:07.880Z","updated_at":"2025-05-08T02:05:46.828Z","avatar_url":"https://github.com/promptable.png","language":"Python","funding_links":[],"categories":["Prompts"],"sub_categories":[],"readme":"# GPT3 Interview Bot\n\nGive yourself practice interviews with GPT3. Paste in Resume, Question, get interviewed, and receive feedback.\n\nTry it at: http://gpt-interview-bot.fly.dev\n\n\n## Setup\n\nRequires Python 3.6+. Tested on Mac M1 Python 3.9.\n\n1. Create an account with OpenAI and add your API key to `.env.secrets`\n\n2. Install python requirements.\n\n```bash\n# Ensure you're using python 3.6+\npython3 --version\n\n# Uses your default python environment\npip3 install -r requirements.txt\n\n# Alternatively, create a virtual environment (recommended)\npip3 install virtualenv\nvirtualenv .venv --python python3\nsource .venv/bin/activate\npip3 install -r requirements.txt\n```\n\nNOTE: If you're on Mac M1, and get stuck installing gevent / grpcio, try this:\n\n```bash\npip3 install --no-cache-dir --upgrade --force-reinstall -Iv grpcio gevent\n\npip3 install -r requirements.txt\n```\n\n3. Run streamlit\n\n```bash\n# Run the streamlit app\nstreamlit run interview_streamlit.py\n\n# Should open a new tab in your browser at\nhttp://localhost:8501/\n\n# If running on remote box (EC2, etc). Expose the port, then:\nstreamlit run --server.headless true interview_streamlit.py --server.port 8502\n```\n\n## Adding passwords\n\nDo this to get password protection. (Also need to wrap main() call in the password check)\n\n```bash\n# .streamlit/secrets.toml\npassword = \"yourpassword\"\n```\n\n## Deploy\n\nDeploy using Docker and Fly.io\n- https://docs.streamlit.io/knowledge-base/tutorials/deploy/docker\n- https://fly.io/docs/reference/secrets/#setting-secrets\n\n```bash\nfly launch\nfly deploy --local-only\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpromptable%2Fgpt3-interview-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpromptable%2Fgpt3-interview-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpromptable%2Fgpt3-interview-bot/lists"}