Best of FastAPIMarch 2023

  1. 1
    Article
    Avatar of gcgitconnected·3y

    Why FastAPI is a Future of Python Web Development

    FastAPI is a powerful and efficient Python web framework built on top of the Starlette framework. It offers fast performance, simple and easy-to-use API, easy validation and serialization using Python's type hints, built-in documentation generation, ASGI support, and dependency injection. FastAPI is a modern and reliable choice for building high-performance APIs in Python.

  2. 2
    Article
    Avatar of pointerPointer·3y

    mukulpatnaik/researchgpt: A LLM based research assistant that allows you to have a conversation with a research paper

    A repository for the researchgpt project, which is a LLM based research assistant that allows for conversations with research papers. A more advanced version is available at chat.portal.so for free and will be open sourced soon. The app provides a clean interface to enable conversations with any pdf, extracting text and generating responses using openai api.