feat(transcription): add meeting assistant micro-service v0.1.0
- Added FastAPI backend with FFmpeg and Gemini 2.0 integration - Added React frontend with upload and meeting list - Integrated into main docker-compose stack and dashboard
This commit is contained in:
10
transcription-tool/backend/requirements.txt
Normal file
10
transcription-tool/backend/requirements.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
fastapi
|
||||
uvicorn
|
||||
sqlalchemy
|
||||
pydantic
|
||||
pydantic-settings
|
||||
python-multipart
|
||||
requests
|
||||
google-genai
|
||||
python-dotenv
|
||||
aiofiles
|
||||
Reference in New Issue
Block a user