https://github.com/pd2871/end-to-end-llm-projects
This repo contains code related to development of LLM based projects with Langchain and LLamaIndex. It uses RAG, Function calling, agents and tools as of now for interaction with data.
https://github.com/pd2871/end-to-end-llm-projects
bs4 chatbot csv excel gpt-3 gpt-4 langchain langchain-python llama2 llamaindex llm pdf rag streamlit survey-data youtube-search
Last synced: 4 months ago
JSON representation
This repo contains code related to development of LLM based projects with Langchain and LLamaIndex. It uses RAG, Function calling, agents and tools as of now for interaction with data.
- Host: GitHub
- URL: https://github.com/pd2871/end-to-end-llm-projects
- Owner: pd2871
- License: mit
- Created: 2024-02-19T13:55:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T18:00:50.000Z (about 2 years ago)
- Last Synced: 2024-04-10T00:50:23.967Z (about 2 years ago)
- Topics: bs4, chatbot, csv, excel, gpt-3, gpt-4, langchain, langchain-python, llama2, llamaindex, llm, pdf, rag, streamlit, survey-data, youtube-search
- Language: Jupyter Notebook
- Homepage:
- Size: 312 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# End to End LLM Projects
This repository contains code for projects development and deployment using LLM models
Please consider giving a :star: if you found this repo helpful.
# Projects Links:
CSV Extration with agents
- [CSV Extration with agents](https://github.com/pd2871/End-to-End-LLM-Projects/tree/main/Langchain/CSV%20Extraction)
Few Shot Prompting
- [Few Shot Prompting](https://github.com/pd2871/End-to-End-LLM-Projects/tree/main/Langchain/Few-Shot)
RAG based Streamlit app to chat with PDF, CSV and Excel
- [RAG based Streamlit app to chat with PDF, CSV and Excel](https://github.com/pd2871/End-to-End-LLM-Projects/tree/main/Langchain/Multi-RAG-streamlit)
Chat with PDF using RAG
- [Chat with PDF using RAG](https://github.com/pd2871/End-to-End-LLM-Projects/tree/main/Langchain/PDF%20Extraction)
RAGatoullie
- [RAGatoullie](https://github.com/pd2871/End-to-End-LLM-Projects/tree/main/Langchain/RAGatoullie)
Chat with Websites
- [Chat with Websites](https://github.com/pd2871/End-to-End-LLM-Projects/tree/main/Langchain/URL%20Extraction)
Voice Assistant
- [Voice Assistant](https://github.com/pd2871/End-to-End-LLM-Projects/tree/main/Langchain/Voice%20Assistant)
Chat with Images along with YouTube links
- [Chat with Images along with YouTube links](https://github.com/pd2871/End-to-End-LLM-Projects/tree/main/Langchain/Youtube%20Assistant)