langbase
    langbase/text-summarizer
    Public

    Fork

    About

    Summarize text into a less wordy version

    ai-text-summarizer
    less-wordy
    summarize

    Meta

    generate

    Tools

    No tools added to the Pipe.

    Readme

    cover

    A simple AI text summarizer app powered by Langbase

    separator

    • Summarize any text content
    • Make the summary as long or short as you like

    Check out the live demo here

    Local Development

    1. Fork the AI Text Summarizer code from GitHub
    2. Fork this Pipe in your profile
    3. Copy the Pipe's API key.
    4. Duplicate the .env.example file and rename it to .env.local.
    5. Add the following environment variables:
    1NEXT_LB_PIPE_API_KEY=YOUR_PIPE_API_KEY

    Replace YOUR_PIPE_API_KEY with the copied API key.

    1. Run the project using the following command:
    bash
    1npm run dev

    Powered by Langbase