Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.55 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.55 KB

PrepAI

PrepAI is an AI-powered platform designed to help users prepare for job interviews through AI-driven mock interview simulations. The platform leverages machine learning to generate realistic interview questions and provides real-time feedback to improve interview skills. Users can track their progress and enhance their responses, making PrepAI a comprehensive tool for interview preparation.

Key Features

  • AI-Driven Mock Interviews: Powered by Gemini AI, PrepAI simulates real interview scenarios with dynamic question generation based on the user’s target field.
  • Real-Time Feedback: Instant feedback on user responses to help refine and improve interview performance.
  • Performance Analytics: Track progress over time with detailed insights and suggestions for improvement.
  • Modern Frontend: Built with Next.js and React for a seamless and responsive user experience.
  • Secure User Authentication: Utilizes Clerk for managing secure user sign-ups and logins.
  • Efficient Data Management: Implements Drizzle ORM for effective database operations and management.

Getting Started

This is a Next.js project bootstrapped with create-next-app.

Prerequisites

Ensure you have the following installed:

  • Node.js (v14 or higher)
  • npm (v6 or higher)

Installation

Clone the repository and install the dependencies:

git clone https://github.com/your-username/prepai.git
cd prepai
npm install
npm run build
npm run start