Skip to content

Naidu-4444/AI-Call-Analyzer-FastAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

AI Call Insights Analyzer

About The Project

This is a full-stack web application built to demonstrate how modern AI can be used to automatically analyze and pull useful information from a simple phone call recording.

The app takes a sample audio file and performs three key AI tasks:

  1. Transcription: It uses OpenAI's Whisper to get a full, accurate text transcript of the conversation.
  2. Sentiment Analysis: It analyzes the text to figure out if the overall tone of the call was positive or negative.
  3. Summarization: It creates a quick summary so you can understand what the call was about without reading the whole thing.

Tech Stack

This project combines a Python backend for AI processing with a modern JavaScript frontend.

Backend:

  • Language: Python
  • API Framework: FastAPI
  • Transcription Model: OpenAI Whisper
  • Analysis Models: Hugging Face Transformers

Frontend:

  • Framework: Next.js
  • Language: TypeScript
  • Styling: Tailwind CSS
2025-07-29.18-44-19.mp4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published