Giter Club home page Giter Club logo

geniusuraj / intervuai Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 3.0 2.12 MB

IntervuAi is your AI-powered interview coach. Practice job interviews, get instant feedback, and hone your skills in tech domains like MERN and Node. Built with React and Tailwind CSS, it's designed for a seamless prep experience.

Home Page: https://intervuai.netlify.app/

JavaScript 3.97% HTML 2.14% TypeScript 53.16% CSS 0.48% Java 39.96% Dockerfile 0.30%
html java javacore javascript jwt-authentication react spring-boot typescript tailwindcss

intervuai's Introduction

IntervuAi - AI-Powered Interview Mastery Platform

Description

IntervuAi is an AI-powered platform designed to help students practice for job interviews. Utilizing the OpenAI API, it simulates realistic interview scenarios, provides personalized feedback, and offers valuable insights to improve interview skills.

Tech Stack

  • React with TypeScript (Frontend)
  • Tailwind CSS (Styling)
  • OpenAI API (AI Integration)
  • Java Spring Boot (Backend)
  • MySQL (Database)

Prerequisites

  • NodeJS
  • npm or yarn
  • Java 8 or higher
  • MySQL Server

Installation

https://github.com/geniusuraj/IntervuAi.git
cd IntervuAi

# Frontend setup
cd frontend
npm install
npm start

# Backend setup
# Navigate to the backend directory
# Update MySQL credentials in `application.properties`
# Build and run the Spring Boot project

Spring Boot Project Configuration

Add the following lines to your application.properties file to configure the Spring Boot backend:

server.port = 5050
spring.datasource.driver=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost:3306/your-database-name
spring.datasource.username= Your Username
spring.datasource.password= Your Password
spring.jpa.hibernate.ddl-auto=update

Usage

  • Choose the type of interview (MERN, Node, Java).
  • Interact with the AI-based interviewer.
  • Receive instant feedback.

Team Members

Hackathon Rules

  • All work is original.
  • Followed the Code of Conduct.
  • A live demo video is available.

Entity-Relationship Diagram

Dashboard

Entity-Relationship Diagram

intervuai's People

Contributors

geniusuraj avatar gzbsingh avatar mohnish201 avatar mous0926 avatar rutwik-kumbhar avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.