Skip to content

harshtechwizard/AI-MOCK-INTERVIEW-CLEAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Getting Started

Prerequisites

  • Node.js 18+ installed
  • Ollama installed and running (for local AI)

Installation

  1. Install dependencies:
npm install
  1. Set up database:
npm run db:push
  1. Configure environment variables: The .env.local file is already configured with:
  • Clerk authentication (working)
  • Database connection (working)
  • Ollama AI (local, free) ✅
  1. Ensure Ollama is running:
ollama serve
  1. Run the development server:
npm run dev
  1. Open the application: Open http://localhost:3000 with your browser.

AI Configuration

This project uses Ollama with Phi-3 Mini for local AI processing (no API key needed!).

See AI_SETUP.md for detailed configuration options.

Quick Test:

node utils/testAI.js

Features

  • 🤖 AI-Powered Interview Questions - Generated locally using Ollama
  • 🎤 Speech-to-Text - Voice recognition for natural responses
  • 📊 Instant Feedback - AI analysis with ratings and suggestions
  • 📝 Interview History - Track your progress over time
  • 🔐 Secure Authentication - Powered by Clerk
  • 💾 Database Storage - PostgreSQL with Drizzle ORM

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors