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.
- Host: GitHub
- URL: https://github.com/rishabkumar7/twilio-langchain-sms
- Owner: rishabkumar7
- Created: 2024-03-14T16:20:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T19:47:24.000Z (over 1 year ago)
- Last Synced: 2024-12-02T20:29:01.735Z (over 1 year ago)
- Topics: langchain, sms, twilio
- Language: Python
- Homepage:
- Size: 4.6 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## Tech Stack
- Python
- LangChain
- Twilio