Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 6 days 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.

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)