Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/craigsdennis/talks-wrapping-your-brain-around-langchain
An accompanying repo for a intro level talk about LangChain
https://github.com/craigsdennis/talks-wrapping-your-brain-around-langchain
langchain llm python streamlit
Last synced: about 1 month ago
JSON representation
An accompanying repo for a intro level talk about LangChain
- Host: GitHub
- URL: https://github.com/craigsdennis/talks-wrapping-your-brain-around-langchain
- Owner: craigsdennis
- License: mit
- Created: 2023-07-28T18:25:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-28T18:28:01.000Z (over 1 year ago)
- Last Synced: 2024-11-07T10:19:35.692Z (3 months ago)
- Topics: langchain, llm, python, streamlit
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🧠Wrapping Your Brain Around LangChain 🦜🔗
This is a repository that is used in conjunction with a [talk](./talk.md) called "Wrapping Your Brain Around Langchain". It is a beginner friendly code-along talk that explores the super powerful large language model application framework [LangChain](https://langchain.com).
If you are interested in having Craig deliver it, please reach out!
## Installation
This assumes Python 3.11.
```
python -m venv venv
source ./venv/bin/activate
python -m pip install -r requirements.txt
```Copy the [env.example](./.env.example) file to [.env]. This requires some keys from [OpenAI](https://platform.openai.com), [Replicate](https://replicate.com/), and [SerpAPI](https://serpapi.com/)
## Some self-exploration
Start in [framework.py](./framework.py) to see the basics.
The talk involves creating a virtual [Nintendo Game Counselor](https://vglegacy.com/pop-culture/game-counselors/). You kind of had to be there.