Skip to content

AI-powered mock interviews with role-specific questions, audio recording, and pronunciation analysis to help you ace your next interview.

Notifications You must be signed in to change notification settings

siby369/Ace-Interview

Repository files navigation

Ace Interview

MIT License GitHub stars GitHub forks PRs Welcome GitHub issues

A powerful AI-Powered Mock Interview platform designed to help candidates prepare for technical and behavioral interviews. Ace Interview leverages Google Genkit and AI to provide actionable feedback, helping users improve their performance and communication skills.

🌐 Live Website: Ace Interview Live Demo

Screenshots

Features

  • Role-Based Practice: Support for multiple roles including Software Engineer, Product Manager, UX Designer, and Data Analyst.
  • AI-Powered Questions: Dynamic question generation using Google Genkit based on difficulty levels and specific topics.
  • Audio Feedback: Real-time recording and AI-driven analysis of answer content and pronunciation.
  • Pronunciation Scoring: Detailed feedback on speech clarity and accuracy with a dedicated scoring system.
  • Fast & Modern: Built with Next.js 15 and React 18 for high performance and a seamless user experience.
  • Interactive UI: Sleek, responsive design optimized for preparation across all devices.

Tech Stack

Frontend

Next.js React TailwindCSS TypeScript

AI and Backend

Genkit Google AI Node.js

Quick Start

Prerequisites

  • Node.js (v20 or higher)
  • npm or yarn

Installation

# Clone the repository
git clone https://github.com/siby369/Ace-Interview.git

# Navigate to project directory
cd Ace-Interview

# Install dependencies
npm install

Running Locally

# Create a .env file with your credentials
# GOOGLE_GENAI_API_KEY=your_api_key_here

# Start development server
npm run dev

# Start Genkit AI development server (optional)
npm run genkit:dev

Project Structure

Ace-Interview/
├── src/                # Application source code
│   ├── app/            # Next.js App Router pages
│   ├── components/     # UI components
│   ├── ai/             # Genkit AI flows and config
│   └── lib/            # Utility functions
├── images_readme/      # Documentation assets
├── public/             # Static assets
└── README.md           # Project documentation

Contributing

Contributions are always welcome! Here's how you can help:

  1. Fork the project
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

MIT License

Copyright (c) 2025 Ace Interview

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Contact

Developer - Siby R

Project Link: https://github.com/siby369/Ace-Interview

Acknowledgments

  • Google GenAI - For providing powerful AI capabilities
  • Vercel - For hosting and deployment
  • Genkit - For AI flow orchestration

About

AI-powered mock interviews with role-specific questions, audio recording, and pronunciation analysis to help you ace your next interview.

Topics

Resources

Stars

Watchers

Forks