This is a submission for the AssemblyAI Challenge: No More Monkey Business.
What I Built
AudioNsight is a modern web application that transforms audio content into structured, actionable data using AssemblyAI's powerful LeMUR API. The app allows users to:
- 📤 Upload audio files or try sample audio content
- 📝 Get detailed transcriptions powered by AssemblyAI
- 🤖 Extract structured data using customizable templates
- 📊 Export data in JSON or CSV formats for further analysis
What makes AudioNsight unique is its template system - users can define custom templates to extract specific information from any audio content, making it incredibly versatile for various use cases like meeting summaries, podcast analysis, or customer feedback processing.
Demo
You can try AudioNsight here: [https://audio-nsight-lu7r.vercel.app/]
Source code: [https://github.com/buildbyalan/audio-nsight]
Here's what the app looks like in action:
[Screenshots of your app showing:
- Dashboard
- Custom Template
- Create Custom Template
- Live processes
- Transcription view
- Speakers
- Structured data output
- Export options
Journey
Building AudioNsight was an exciting journey of combining modern web technologies with AI capabilities. Here's how I implemented it:
Tech Stack
- Next.js 14 with App Router for the frontend
- TypeScript for type safety
- Zustand for state management
- Tailwind CSS for styling
- AssemblyAI's Transcription and LeMUR APIs
LeMUR Integration
The core of AudioNsight revolves around AssemblyAI's LeMUR API. I implemented a template-based system where each template defines:
- What information to extract
- How to structure the output
- Custom prompts for LeMUR
The app first transcribes the audio using AssemblyAI's transcription API, then passes the transcript through LeMUR with custom prompts generated from the template. This approach allows for flexible and reusable data extraction patterns.
Key Features
-
Smart Upload System
- Drag-and-drop interface
- Sample audio files for quick testing
- Real-time upload progress
-
Template System
- Customizable data extraction templates
- Structured output formatting
- Reusable across different audio types
-
Export Functionality
- JSON export for developers
- CSV export for business users
- Clean, structured data format
Challenges and Solutions
One of the main challenges was handling asynchronous operations between transcription and LeMUR analysis. I solved this by implementing:
- A robust state management system using Zustand
- Real-time status updates
- Error handling and retry mechanisms
The template system was another challenge - making it flexible enough to handle various use cases while maintaining a simple user interface. The solution was to create a structured template format that could be easily modified while generating appropriate LeMUR prompts.
Additional Features
AudioNsight implements several additional AssemblyAI features:
- Transcription API for accurate speech-to-text
- LeMUR API for intelligent data extraction
The combination of these features creates a powerful tool for converting unstructured audio content into structured, actionable data.
Looking forward for your feedbacks.
Thank you.
Top comments (0)