Skip to content

This repository is a hands-on implementation of Generative AI: LangChain Models, Build, and Explore LLM-Models. It showcases the core fundamentals of LangChain, OpenAI/Gemini integrations, and Hugging Face models.

Notifications You must be signed in to change notification settings

vishal815/Genrative-AI-LangChain-Models-Build-and-Explore-LLM-Powered-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LangChain AI Apps: Build and Explore LLM-Powered Projects 🚀

This repository is a hands-on implementation of Generative AI: LangChain Models, Build, and Explore LLM-Powered Projects. It showcases the core fundamentals of LangChain, OpenAI/Gemini integrations, and Hugging Face models.

🎯 Project Description

This project serves as a foundation for building applications with Large Language Models (LLMs) image


⚙️ Setup Instructions

1. Clone the repository

git clone https://github.com/your-username/langchain-ai-apps.git
cd project_path

2. Create a virtual environment

python -m venv venv
source venv/bin/activate       # Linux/Mac
venv\Scripts\activate          # Windows

3. Install dependencies

pip install -r requirements.txt

4. Add your API keys

Create a .env file with your keys:

OPENAI_API_KEY=your_openai_key
ANTHROPIC_API_KEY=your_claude_key
GOOGLE_API_KEY=your_google_key
HUGGINGFACEHUB_API_TOKEN=your_huggingface_key

Or use os.environ in the notebooks.

Happy Learning😃 Vishal Lazrus.

About

This repository is a hands-on implementation of Generative AI: LangChain Models, Build, and Explore LLM-Models. It showcases the core fundamentals of LangChain, OpenAI/Gemini integrations, and Hugging Face models.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages