Sample for a simple speech-to-text Python web app for hosting on App Service. This sample demonstrates how to create a web application that uses Azure's Speech Service to convert speech to text. The ...
├── stock_data.csv # Dataset: 6,525 rows of daily OHLCV stock data ├── task3_eda.py # Task 3: Exploratory Data Analysis ├── task4_visualization.py # Task 4: Data Visualization ├── ...