Commit graph

10 commits

Author SHA1 Message Date
7d7050dae5 Add lead scoring API and vision enhancements
- Add ML-powered lead scoring endpoint with demographic, behavioral,
  engagement, and intent signal analysis
- Add QR code and barcode reading endpoints using pyzbar
- Add OCR text extraction endpoint using pytesseract
- Add comprehensive image analysis endpoint combining all features
- Fix describe_video endpoint path (underscore to hyphen)
- Add endpoint listing to root API response
2025-12-01 08:34:59 -03:00
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
cf0b28e7c3 new(all): General Bots reading comprehension. 2021-07-14 18:45:46 -03:00
c45a1fec5d new(all): General Bots reading comprehension. 2021-07-14 16:25:54 -03:00
a96fe539c2 new(all): General Bots reading comprehension. 2021-07-14 13:47:29 -03:00
a971ceac9c new(all): General Bots reading comprehension. 2021-07-13 17:06:36 -03:00
8e6543f0b6 new(all): Removal of Azure Functions and migration to Flesk. 2021-07-13 16:15:36 -03:00
05e1466355 new(all): General Bots reading comprehension. 2021-07-13 12:47:06 -03:00
217345a4fb new(all): Trainning project added. 2021-05-06 19:14:04 -03:00
278c8d8fa0 new(all): Added first addition using AZF. 2021-04-24 13:48:22 -03:00