A newer version of the Gradio SDK is available: 6.13.0
metadata
title: Meet2Action Agentic AI
emoji: 🤖
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 4.44.1
python_version: '3.10'
app_file: app.py
pinned: false
Meet2Action — Multi-Agent Meeting Assistant (CrewAI + Gradio)
What it does
Paste agenda + messy meeting notes → get:
- Clean minutes (summary, decisions, risks)
- Action items (owner, due date, priority)
- Email recap draft Action items are stored in SQLite.
Why it matters
Teams waste time rewriting notes and forgetting tasks. This app turns raw notes into accountable actions.
Architecture
See architecture/workflow.mmd and architecture/aisa_pack.md.
Setup (local)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -r requirements.txt
cp .env.example .env
python app.py