|
--- |
|
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 |
|
|