{"id":19634379,"url":"https://github.com/dataprofessor/langchain-text-summarization","last_synced_at":"2025-09-16T15:49:11.016Z","repository":{"id":175017815,"uuid":"641407530","full_name":"dataprofessor/langchain-text-summarization","owner":"dataprofessor","description":"Text Summarization App built using Langchain and Streamlit","archived":false,"fork":false,"pushed_at":"2024-11-06T18:24:34.000Z","size":438,"stargazers_count":32,"open_issues_count":0,"forks_count":49,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-10T01:12:58.974Z","etag":null,"topics":["langchain","langchain-python","large-language-models","llm","streamlit"],"latest_commit_sha":null,"homepage":"https://langchain-text-summarization.streamlit.app/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dataprofessor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-16T12:05:47.000Z","updated_at":"2025-04-01T06:26:36.000Z","dependencies_parsed_at":"2025-01-16T16:09:08.405Z","dependency_job_id":"7527bfd4-a6a1-4eb5-8260-2ac53756a38e","html_url":"https://github.com/dataprofessor/langchain-text-summarization","commit_stats":{"total_commits":80,"total_committers":1,"mean_commits":80.0,"dds":0.0,"last_synced_commit":"12b308218c1103452239be7b920e0c615b7269ef"},"previous_names":["dataprofessor/langchain-text-summarization"],"tags_count":0,"template":true,"template_full_name":"streamlit/app-starter-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataprofessor%2Flangchain-text-summarization","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataprofessor%2Flangchain-text-summarization/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataprofessor%2Flangchain-text-summarization/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataprofessor%2Flangchain-text-summarization/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dataprofessor","download_url":"https://codeload.github.com/dataprofessor/langchain-text-summarization/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137891,"owners_count":21053775,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["langchain","langchain-python","large-language-models","llm","streamlit"],"created_at":"2024-11-11T12:20:53.010Z","updated_at":"2025-09-16T15:49:10.915Z","avatar_url":"https://github.com/dataprofessor.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🦜🔗 Langchain - Text Summarization App\n```\nText Summarization App built using Langchain and Streamlit\n```\n\n## Overview of the App\n\n\u003cimg src=\"langchain-text-summarization.jpg\" width=\"75%\"\u003e\n\n- Accepts a paragraph of text as the input text (to be summarized) using Streamlit's `st.text_input()`\n- Text is split into chunks via `CharacterTextSplitter()` along with its `split_text()` method\n- Document is generated via `Document()\n- Text summarization is achieved using `load_summarize_chain()` by applying the `run()` method on the input `docs`.\n\n## Demo App\n\n[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://langchain-text-summarization.streamlit.app/)\n\n## Get an OpenAI API key\n\nYou can get your own OpenAI API key by following the following instructions:\n1. Go to https://platform.openai.com/account/api-keys.\n2. Click on the `+ Create new secret key` button.\n3. Next, enter an identifier name (optional) and click on the `Create secret key` button.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataprofessor%2Flangchain-text-summarization","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdataprofessor%2Flangchain-text-summarization","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataprofessor%2Flangchain-text-summarization/lists"}