Skip to content

seok-hee97/LangChain-GenAI-Tutorial

Repository files navigation

LangChain GEN AI tutorial

Usage

conda create -p venv python==3.9 -y
conda activate venv/
pip install -r requirements.txt

Q&A Chatbot

Chat with PDF Using Langchain and Astradb

PDF Query with LangChain and CASSANDRA DB

Querying PDF files with Langchain and OpenAI

Blog-Generation(LLama 2)

  1. About LLama 2
    • Llama 2 is available for free for research and commercial use.
    • Llama 2
  2. Research Paper of LLama 2
  3. Apply And Download The LLama 2 model
  4. Hugging Face
  5. End to End Proeject [Blog Generation LLm App]
streamlit run app.py

LLMAPP

conda create -p venv310 python==3.10
conda activate venv310/
pip install -r requirements.txt

Gemini-Demo

Google Gemini Pro Demo

https://ai.google.dev/tutorials/python_quickstart

Multi Language Invoice Extractor LLm Project

  1. Multilanguage Invoice Extractor App Demo
  2. create Environment
  3. requriements.txt
  4. Step by step building App
  5. Additional Improvements
  6. Target 1000 likes

QAChat-Gemini(Conversational Q&A Chatbot Using Gemini Pro API)

reference code link

Reference

LangChain GEN AI Tutorial -6 End-to-End Proejcts using OpenAI,Google Genmini Pro, LLAMA2

LangChain GEN AI Tutorial – 6 End-to-End Projects using OpenAI, Google Gemini Pro, LLAMA2 progress : 2:31:05/4:01:40

Querying PDF files with Langchain and OpenAI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published