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