Posts tagged with "Api"

Local AI API: Image-to-Text, Text-to-Speech, and LLM APIs

A practical collection of Python Flask API implementations for running various AI models locally, including image-to-text using Moondream, text-to-speech with Coqui TTS, and text generation via local LLMs with OpenAI-compatible interfaces.

Published: February 5, 2024 | Last Modified: May 13, 2025

Yahoo Finance API via RapidAPI

This program loads comma-separated stock symbols from a file named symbols.txt and then queries the Yahoo Finance API using a RapidAPI endpoint. It retrieves prices for every 60 minutes on a max time window.

Published: May 11, 2023 | Last Modified: May 13, 2025