Agentic Web Scraping with Azure AI Foundry Agent Service: Insights from Building AIUseCaseHub.com
Discover how AIUseCaseHub.com uses agentic web scraping with Azure AI Foundry Agent Service, multi-agent orchestration and tool calling.
22 tutorials
Discover how AIUseCaseHub.com uses agentic web scraping with Azure AI Foundry Agent Service, multi-agent orchestration and tool calling.
Learn how to build a conversational voice bot in Python with the latest models from Azure OpenAI and Azure AI Spech Services.
Explore the new era of digital interaction with LLM-powered virtual AI assistants. This article offers rare insights into the architecture
This tutorial guides you through creating an intelligent bot fetching and sharing relevant news updates on Twitter.
A ChatGPT Python script that simulates a conversation between a pirate and a nobleman on life's meaning. Customize the characters; code on GitHub.
Discover typical challenges and learn how to engineer prompts for the successful use of ChatGPT in a business context.
By using machine learning and Python, businesses can predict equipment failures before they happen and optimize their maintenance cycles.
This tutorial gives an overview of Facebook Prophet and shows how to use the framework in Python to create a univariate time series forecast.
This article combines blockchain data and historic crypto prices from CryptoCompare in a comprehensive on-chain analysis using Python.
This article shows how to employ a bag of words model and cosine similarities to create a content-based movie recommender with Python.
Learn how to use Random Search to tune the model hyperparameters of a Random Forest with Python that predicts house sale prices.
This tutorial develops a multi-output regression model in Python that generates a multi-day stock market forecast for the S&P500
This article describes multivariate anomaly detection in the example of credit card fraud using Random Isolation Forests in Python
This article shows how to build a recommender system for movies with python. The approach used is based on collaborative filtering.
In this article, we will create a Twitter signal bot in Python that analyzes crypto prices for notable events and notifies users on Twitter.
This article predicts crime types in San Francisco with the XGboost classifier in Python and displays them on a crime map of SF
This Python tutorial shows how to use Auto-ARIMA for time series forecasting using the example of forecasting beer sales.
Create color-coded cryptocurrency price charts with Python to visualize the lag between price points and the bitcoin halving.
This tutorial shows how to build a customer churn prediction model in telecommunications. We will use Python and measure feature importance.
Learn how to tune the model hyperparameters of a Random Forest that predicts the survival of Titanic passengers using grid search in Python.
Feature engineering for multivariate time series models using the example of stock market forecasting with Python and Keras Neural Networks.
This article shows how to create a rolling multi-step forecast for a rising sine curve using Keras neural networks with lstm layers in Python