Skip to content

AyushAI/Genreative-Ai-Using-LangChain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 Generative AI Using LangChain

This repository demonstrates how to build and experiment with Large Language Models (LLMs) and Chat Models from multiple AI providers — including OpenAI, Gemini (Google), Claude (Anthropic), and Hugging Face — using the LangChain framework.


🚀 Overview

LangChain makes it easier to connect different LLM providers through a unified API.
This project brings together multiple models to help you:

  • Compare performance across different LLMs
  • Build cross-model pipelines for creative AI tasks
  • Prototype intelligent agents and chat systems

🧩 Supported Providers

  • OpenAI — GPT models (e.g. GPT-4, GPT-3.5)
  • Gemini — Google’s generative AI models
  • Claude — Anthropic’s conversational models
  • Hugging Face — open-source transformer models

⚙️ Installation

Clone this repository:

git clone https://github.com/AyushAI/Genreative-Ai-Using-LangChain.git
cd Genreative-Ai-Using-LangChain

Create and activate a virtual environment:

python -m venv venv
venv\Scripts\activate      # On Windows

Install the required dependencies:

pip install -r requirements.txt


About

A unified LangChain-based framework that integrates and compares leading LLMs — including OpenAI, Gemini, Claude, and Hugging Face — enabling cross-model experimentation, chat pipelines, and intelligent agent development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors