Best of FastAPI โ€” August 2024

  1. 1
    Article
    Avatar of communityCommunity Picksยท2y

    I built an AI tool to handle my mom's invoices and saved her 20 hours of work! ๐Ÿ˜ฒ

    A developer built an AI tool that automates invoice processing for a small business, saving 20 hours of manual work. The tool uses Composio for retrieving emails and attachments, Nanonets for extracting data from PDFs, and Google Sheets for organizing the information. The project leverages technologies like GmailGenius, CrewAI, React, Firebase for authentication, and FastAPI for the backend, creating a streamlined solution for managing invoices.

  2. 2
    Article
    Avatar of communityCommunity Picksยท2y

    How to Integrate Passkeys in Python (FastAPI)

    Learn to integrate passkey authentication in a Python web application using FastAPI with Corbado's passkey-first web-js package. This guide covers setting up project structure, configuring environment variables, and creating HTML templates for seamless session management and user authentication.