Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alphasecio/langchain-text-summarizer

A sample Streamlit web application for summarizing text using LangChain and OpenAI.
https://github.com/alphasecio/langchain-text-summarizer

google-colab jupyter-notebook langchain llm notebook openai python streamlit

Last synced: about 2 months ago
JSON representation

A sample Streamlit web application for summarizing text using LangChain and OpenAI.

Awesome Lists containing this project

README

        

# langchain-text-summarizer
*Note: This repo has been archived; the code is now being maintained at [langchain-examples](https://github.com/alphasecio/langchain-examples/text-summary).*

A sample Streamlit web application for summarizing text using LangChain and OpenAI.

![langchain-text-summarizer](./langchain-text-summarizer.png)

For a detailed guide, see [this](https://alphasec.io/summarize-text-with-langchain-and-openai/) post. To deploy on [Railway](https://railway.app/?referralCode=alphasec) using a one-click template, click the button below.

[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/new/template/WJuLbj?referralCode=alphasec)

To open the Python notebook in Google Colab, click the button below.

[![Open In Colab](colab.svg)](https://colab.research.google.com/github/alphasecio/langchain-text-summarizer/blob/main/langchain_text_summarizer.ipynb)