Best of FastAPIFebruary 2025

  1. 1
    Article
    Avatar of notedNoted·1y

    Kokoro FastAPI - Self Hosted Text to Speech Platform Installation Guide

    Kokoro TTS is a powerful yet lightweight text-to-speech model that can run locally without a powerful GPU. It supports multiple languages, offers advanced voice mixing, and features phoneme-based audio generation. The model integrates easily with platforms like OpenAI via Dockerized FastAPI. The guide covers installation and utilizing the web interface for generating and saving speech output.

  2. 2
    Video
    Avatar of TechWithTimTech With Tim·1y

    How To Build an API with Python (LLM Integration, FastAPI, Ollama & More)

    Learn how to build a simple Python API to control access to an LLM (large language model) like GPT using FastAPI. Discover the importance of securing API keys, setting up dependencies, and controlling API access to prevent unauthorized usage and curb costs. The guide walks you through running the LLM locally, setting up an API endpoint, and integrating API key authentication.