KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
AI-Interview-Coach
★ 23
Open GitHub ↗
Screenpipe Hackathon
Download README (.md)
Explore Similar Repositories
blink-cmp-env
:
Environment variables source for blink.cmp
zotero-translators-kr
:
Zotero Translators for Korean academic sites including DBpia, RISS, KCI, KISS, earticle, and Scholar.
game.tetris
:
a demo tetris game created in https://aide.ink
GodotUIFramework
:
一个为Godot 4.x设计的高度模块化、易扩展的UI框架。
franka_handeye_calibration_ros2
:
Handeye calibration for FR3 & Realsense with Ros2. Using Ros2 Humble, easy_handeye2, ros2_aruco.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
AI-Interview-Coach
?
Download (.md)
# AI Interview Coach Simulates a real interview environment by combining body language tracking (eye contact, posture, and hand movements) with an evaluation of answer quality based on audio transcription. It guides the user through the interview process and provides a final evaluation. ## Demo [🎥 Watch the demo video on youtube](https://youtube.com/shorts/ZfdGhHpvba8) ## Technologies Used - **Next.js** - **Screenpipe** - **OpenAI** - **Deepgram** - **MediaPipe** ## Features - **Real-Time Interaction:** Captures and processes user audio with Screenpipe and OpenAI, enabling a dynamic conversation simulation. - **Body Language Analysis:** Monitors eye movement, hand gestures, and posture using MediaPipe to provide detailed feedback on body language. - **Performance Metrics:** Generates comprehensive reports highlighting strengths and areas for improvement, helping users refine their interview techniques. - **Immersive Interview Simulation:** Creates a realistic, interactive environment that mimics live interview scenarios, perfect for job seekers and professionals looking to enhance their presentation skills. ## Getting Started ### Prerequisites - Screenpipe Installed - OpenAI api key in Screenpipe ### Installation 1. **Clone the repository:** ```bash git clone https://github.com/yourusername/betterview.git ``` 2. **Install dependencies:** ```bash bun install ``` 3. **Run Development Server:** ```bash npm run dev ``` Open http://localhost:3000 in your browser to view the application.