Ai Meeting Notes
Description
A simple demo project for LLM based meeting notes with entity extraction and summarization
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Meeting Minutes App
A FastAPI-based application for processing meeting recordings and transcripts to generate structured meeting minutes.
Features
- Meeting Processing: Upload audio recordings or transcripts to extract summaries, entities, and action items
- Entity Management: Track and manage entities (people, companies, projects) across meetings
- Meeting Feed: Browse meetings chronologically with summaries
- Entity Relationships: View all meetings associated with specific entities
Tech Stack
Backend
- FastAPI (Python web framework)
- SQLite database with abstraction layer
- OpenAI SDK for transcript processing and summarization
- Pydantic for data validation
Frontend
- React with TypeScript
- Shadcn UI components
- Tailwind CSS
Quick Start
**Install dependencies**:
uv sync**Add your OpenAI API key** to `.env`:
OPENAI_API_KEY=sk-your-openai-api-key-here**Initialize database**:
uv run python init_db.py**Start backend**:
uv run python run_backend.py**Start frontend** (new terminal):
cd frontend && npm install && npm run dev
Visit http://localhost:3000 to use the app!
API Endpoints
GET /meetings- List all meetingsPOST /meetings- Create and process a new meetingGET /meetings/{id}- Get meeting detailsGET /entities- List all entitiesPOST /entities- Create a new entityGET /entities/{id}/meetings- Get meetings for an entity
Development
- Run tests:
uv run pytest - Format code:
uv run black . - Type checking:
uv run mypy .
Database Schema
- meetings: id, title, date, transcript, summary, created_at
- entities: id, name, type, description, created_at
- action_items: id, meeting_id, description, assignee, due_date, status
- meeting_entities: meeting_id, entity_id (many-to-many relationship)
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI mem0
| Universal memory layer for AI Agents | 51341 | 221 | 1 |
AI