File size: 836 Bytes
3158a7f fa4959b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
---
title: Echoflow
emoji: π
colorFrom: green
colorTo: gray
sdk: docker
pinned: false
license: mit
short_description: AI powered Meeting Memory Workflow and Automation
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
/
βββ main.py # FastAPI application entry point
βββ requirements.txt # Python dependencies
βββ static/ # Static files (JS, CSS, images)
β βββ style.css
β βββ script.js
βββ templates/ # HTML templates for Jinja2 (for FastAPI responses)
β βββ index.html
βββ agents/ # (Optional) Python modules for each agent
β βββ transcription_agent.py
β βββ summarizer_agent.py
β βββ orchestrate_agent.py
βββ README.md
|