https://github.com/machinelearningzuu/build-generative-ai-apps-with-langchain
"Build Generative AI Apps with LangChain" is a repository that contains a comprehensive framework for building generative AI applications using LangChain, an innovative language modeling platform. This repository includes all the necessary code and documentation to help developers quickly build and deploy generative AI applications
https://github.com/machinelearningzuu/build-generative-ai-apps-with-langchain
chatgpt computer-vision deep-learning gpt-3 gpt-4 langchain llm nlp python pytorch
Last synced: about 1 year ago
JSON representation
"Build Generative AI Apps with LangChain" is a repository that contains a comprehensive framework for building generative AI applications using LangChain, an innovative language modeling platform. This repository includes all the necessary code and documentation to help developers quickly build and deploy generative AI applications
- Host: GitHub
- URL: https://github.com/machinelearningzuu/build-generative-ai-apps-with-langchain
- Owner: machinelearningzuu
- Created: 2023-03-29T18:15:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T10:48:00.000Z (about 3 years ago)
- Last Synced: 2025-04-19T22:47:40.813Z (about 1 year ago)
- Topics: chatgpt, computer-vision, deep-learning, gpt-3, gpt-4, langchain, llm, nlp, python, pytorch
- Language: Jupyter Notebook
- Homepage:
- Size: 693 KB
- Stars: 19
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# build-generative-ai-apps-with-langchain
"Build Generative AI Apps with LangChain" is a repository that contains a comprehensive framework for building generative AI applications using LangChain, an innovative language modeling platform. This repository includes all the necessary code and documentation to help developers quickly build and deploy generative AI applications
### Installation
pip -q install openai langchain huggingface_hub
pip install --upgrade openai
create cadentials.yaml which has below template
OPENAI_API_KEY: <>
HUGGINGFACEHUB_API_TOKEN: <>
### LangChain Notebooks
- Basic LLM Prompting with Langchain [Notebook](https://github.com/1zuu/build-generative-ai-apps-with-langchain/blob/main/LLM-Prompting-Basics.ipynb)
- Build First Sequential Chain with Langchain [Notebook](https://github.com/1zuu/build-generative-ai-apps-with-langchain/blob/main/The-First-Sequential-Chain.ipynb)
- ChatGPT meets LangChain , The Brothers of Destruction 🔥[Notebook](https://github.com/1zuu/build-generative-ai-apps-with-langchain/blob/main/ChatGPT🤝LangChain🔥.ipynb)
- Maintain Conversations with Memory 🔥[Notebook](https://github.com/1zuu/build-generative-ai-apps-with-langchain/blob/main/Conversations-with-Memory.ipynb)
- HuggingFaceHub IN🔥 OpenAI OUT[Notebook](https://github.com/1zuu/build-generative-ai-apps-with-langchain/blob/main/Chat-with-Flang20B-LangChain-HuggingFace.ipynb)
- HuggingFaceHub🤝LangChain Work Local[Notebook](https://github.com/1zuu/build-generative-ai-apps-with-langchain/blob/main/HuggingFaceHub🤝LangChain-Work-Local.ipynb)
- PAL : The Chain of Thought Modeling[Notebook](https://github.com/1zuu/build-generative-ai-apps-with-langchain/blob/main/PAL-Chain-of-Thought-Modeling.ipynb)