
src/index.js) – Handles incoming requests and routes them to the appropriate services.src/schedular/) – Orchestrates audio transcription and schedule extraction.src/llms/) – Contains logic for interacting with AI models (Whisper for audio-to-text, LLaMA for schedule extraction).src/utils/) – Provides helper functions like parsing AI responses into structured schedules./audio-to-text endpoint → AI transcription → JSON response/extract-values endpoint → AI extraction → structured schedule returned/audio-to-text to get transcription/extract-values to get structured schedulePosted Nov 15, 2025
Developed Schedule-AI Backend for audio-to-text and schedule extraction using AI models.
0
1