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

https://github.com/rishabkumar7/twilio-langchain-sms

A short demo of AI Summarizer bot build with LangChain and Twilio.
https://github.com/rishabkumar7/twilio-langchain-sms

langchain sms twilio

Last synced: 4 months ago
JSON representation

A short demo of AI Summarizer bot build with LangChain and Twilio.

Awesome Lists containing this project

README

          

# Summarizer Bot

## Agenda

Build an AI powered summarizer bot, that sends a text message summary of an article or blog.

- [ ] AI with LangChain
- [ ] Send summary as SMS

## What does it do?

- Summarize a new article or blog post for provided URL.
- Sends a text message of the summary.

## Demo

![Summarizer Bot Demo](./summarizer-bot.gif)

## Tech Stack

- Python
- LangChain
- Twilio