This sample shows how to take text documents as a input via BlobTrigger, does Text Summarization & Sentiment Score processing using the AI Congnitive Language service, and then outputs to another text document using BlobOutput binding. Uses Azure Functions Python v2 programming model.
☆23Oct 14, 2024Updated last year
Alternatives and similar repositories for function-python-ai-textsummarize
Users that are interested in function-python-ai-textsummarize are comparing it to the libraries listed below
Sorting:
- This solution converts speech to text and then processes and summarizes the text based on the prompt scenario.☆39Oct 8, 2024Updated last year
- This C# demo is based on azure-search-openai-demo and uses a static web app for the frontend and Azure functions for the backend API's. T…☆27Jan 22, 2025Updated last year
- Creates an Azure AI Service and deploys the specified models.☆18Aug 22, 2025Updated 6 months ago
- ☆20Jan 21, 2025Updated last year
- A simple chat application that integrates Microsoft Entra ID for user authentication. Designed for deployment on Azure Container Apps wit…☆20Feb 21, 2026Updated last week
- Assistant API to chat with tabular data and perform analytics in natural language.☆56Aug 30, 2024Updated last year
- Attendee and presenter resources for the workshop "Build a multi-tasking assistant with Azure OpenAI".☆37Nov 11, 2024Updated last year
- This sample shows how to take a ChatGPT prompt as HTTP Get or Post input, calculates the completions using OpenAI ChatGPT service, all ho…