Skip to content

g-adamante/AI-InterviewInsights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Automatic Customer Interview Report

This project provides an easy-to-use interface for generating concise reports from Google Meet recordings of customer interviews. By using this tool, you can automatically transcribe and summarize your recorded interviews without the need for manual efforts.

You can try the tool by following this link or by running it locally.

Features:

  • Convert Google Meet MP4 recordings to MP3 audio files using FFmpeg (WebAssembly version).
  • Automatic transcription of the audio using OpenAI's Whisper ASR model.
  • Summarize the transcription using OpenAI's GPT-4.
  • Entire process runs on the client side: zero data is shared with the server (except from the usage of the APIs)

Prerequisites:

  1. API Token: To use the transcription and summary features, you need an OpenAI API token. If you don't have one, you can get it from the OpenAI website.

  2. Browser Compatibility: This tool uses WebAssembly, which requires a modern browser. Ensure you're using a recent version of Chrome, Firefox, Safari, or Edge.

Usage:

  1. Enter your OpenAI API token in the designated input field.
  2. Upload your Google Meet MP4 recording.
  3. Wait for the video to be processed. Checkmarks will appear as each task (conversion, transcription, summary) is completed.
  4. Once the processing is done, you can review the full transcript and the summarized report on the page.

Limitations:

  • The recommended size for the video file is up to 30 minutes.
  • Ensure the video file is in MP4 format.

Privacy:

All data processing, including transcription and summary generation, occurs on the client side. No data is sent to or stored on any server, ensuring the privacy of your recordings and transcripts.

Dependencies:

Contribution:

Feel free to fork this repository, make changes, and submit pull requests. If you find any bugs or have feature requests, please open an issue in this repository.

License:

This project is open source, under the MIT License. Use it, modify it, and distribute it as you wish.

About

Use GPT-4 + Whisper to transcribe audio from an user interview and then summarize and extract insights from it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages