{"id":23063515,"url":"https://github.com/tpstark137/virtual-interview-simulator","last_synced_at":"2026-04-12T02:35:40.051Z","repository":{"id":267386324,"uuid":"901086250","full_name":"tpstark137/Virtual-Interview-Simulator","owner":"tpstark137","description":"Simulator provides a hands-on platform to simulate real interview scenarios, helping candidates prepare for technical and behavioral interviews.","archived":false,"fork":false,"pushed_at":"2025-02-19T02:52:27.000Z","size":25683,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T08:14:08.609Z","etag":null,"topics":["computer-vision","gemini-api","javascript","mediapipe","nextjs15","opencv-python","python3","xgboost-python"],"latest_commit_sha":null,"homepage":"https://virtual-interview-simulator.vercel.app","language":"JavaScript","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/tpstark137.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-10T02:42:14.000Z","updated_at":"2025-02-19T02:55:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"5bd52251-51d6-4782-8cfb-25e8e8c01537","html_url":"https://github.com/tpstark137/Virtual-Interview-Simulator","commit_stats":null,"previous_names":["tpstark137/virtual-interview-simulator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tpstark137/Virtual-Interview-Simulator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpstark137%2FVirtual-Interview-Simulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpstark137%2FVirtual-Interview-Simulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpstark137%2FVirtual-Interview-Simulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpstark137%2FVirtual-Interview-Simulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tpstark137","download_url":"https://codeload.github.com/tpstark137/Virtual-Interview-Simulator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tpstark137%2FVirtual-Interview-Simulator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31702580,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"online","status_checked_at":"2026-04-12T02:00:06.763Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["computer-vision","gemini-api","javascript","mediapipe","nextjs15","opencv-python","python3","xgboost-python"],"created_at":"2024-12-16T04:10:52.236Z","updated_at":"2026-04-12T02:35:40.021Z","avatar_url":"https://github.com/tpstark137.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Virtual Interview Simulator\n\nVirtual Mock Interview Simulator provides a hands-on platform to simulate real interview scenarios, helping candidates prepare for technical and behavioral interviews.\n\n## 📸 Project Demonstration\n\n- **Non Verbal Communication**\n\n  ![Live Website](demo/ai_non_verbal_demo.gif)\n\n- **Verbal Communication**\n\n  ![Live Website](demo/Screenshot%202025-02-17%20082911.jpg)\n\n## Why This Project?\n\nInterviews are a crucial part of recruitment, but they can be intimidating. Here are some statistics that highlight the importance of preparation:\n\n- **67%** of recruiters consider confidence levels a critical factor in candidate selection, and **39%** of candidates are rejected due to a lack of confidence.\n- Maintaining **eye contact** creates a strong impression.\n- **92%** of job seekers find mock interviews essential for interview preparation.\n\nOur platform addresses these challenges by offering an interactive, AI-driven simulation experience.\n\n## Features\n\n- **Real-Time Simulations**: Replicates realistic interview scenarios using advanced AI.\n- **Dynamic Question Generation**: Generates job-specific questions tailored to the candidate's input (e.g., role, skills, and industry).\n- **Voice-Based Interaction**: AI conducts mock interviews, and candidates respond in real time using voice input.\n- **Comprehensive Feedback**: Identifies strengths and areas for improvement to enhance interview performance.\n- **Advanced Tracking**: Features like face recognition, eye blink detection, and hand gesture tracking for better user insights.\n\n## Technologies Used\n\n- **Frontend**: [Next.js](https://nextjs.org) for a modern, scalable interface.\n- **AI/ML**: Mediapipe, OpenCV for interactive features.\n- **Speech-to-Text**: Enables real-time voice response processing.\n\n## Getting Started\n\n### Prerequisites\n\nEnsure you have the following installed:\n\n- [Node.js](https://nodejs.org)\n- A package manager like `npm`, `yarn`, `pnpm`, or `bun`\n- [Python](https://www.python.org) for backend setup\n- [PostgreSQL](https://www.postgresql.org) for the database\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/tpstark137/Virtual-Interview-Simulator.git\n   cd Virtual-Interview-Simulator\n   ```\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpstark137%2Fvirtual-interview-simulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftpstark137%2Fvirtual-interview-simulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftpstark137%2Fvirtual-interview-simulator/lists"}