botmodels/src/api
Rodrigo Rodriguez (Pragmatismo) 5a43dc81c7 Rewrite BotModels as FastAPI multimodal AI service
Replace Azure Functions architecture with a modern FastAPI-based REST
API providing image, video, speech, and vision capabilities for General
Bots.

Key changes:
- Add FastAPI app with versioned API endpoints and OpenAPI docs
- Implement services for Stable Diffusion, Zeroscope, TTS/Whisper, BLIP2
- Add pydantic schemas for request/response validation
- Configure structured logging with structlog
- Support lazy model loading and GPU acceleration
- Update dependencies from Azure/TensorFlow stack to PyTorch/diffusers
2025-11-30 07:52:56 -03:00
..
v1 Rewrite BotModels as FastAPI multimodal AI service 2025-11-30 07:52:56 -03:00
__init__.py Rewrite BotModels as FastAPI multimodal AI service 2025-11-30 07:52:56 -03:00
dependencies.py Rewrite BotModels as FastAPI multimodal AI service 2025-11-30 07:52:56 -03:00