Kite is a tool to analyze your session recordings.
Note: this is a crawling out of the slime version. Will add integrations with real session providers. The idea is to go from session recording to bug fix.
- Extracts frames from your video session recordings
- Detects UI elements in each frame using YOLO
- Embeds frames with CLIP for semantic analysis
- Summarizes and analyzes user experience with GPT-4 or GPT-4V (multimodal)
- Helps you identify where users encounter problems in your product
-
Place your session video in the
videos/
directory. -
Update the
VIDEO_PATH
insession_analysis.py
if needed. -
Run the analysis:
python session_analysis.py
-
Review the output for UX insights and problem areas.
- Python 3.8+
- [See
requirements.txt
for dependencies]
Kite helps you understand user behavior and improve your product by analyzing session recordings with state-of-the-art AI models.