From 6b33793ccadf07fed14490e2fadf56b29127730c Mon Sep 17 00:00:00 2001 From: Nalin Rajendran Date: Tue, 3 Oct 2023 10:33:56 +0530 Subject: [PATCH] Create README.md --- README.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9c0a065 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# LargeLanguageModelsProjects +Large Language Model Projects + +# Large Language Models Projects + +This repository contains a collection of projects and modules related to Large Language Models, specifically focusing on tools and platforms like Llama2, PaLM2, and LangChain. + +## Directory Overview + +1. **Book Summaries with LangChain and OpenAI Streamlit App**: An application that provides book summaries using LangChain and OpenAI, powered by Streamlit. +2. **Chat with Multiple Documents**: Tools and scripts to facilitate chat functionalities across multiple documents. +3. **Chat_with_CSV_File_Lllama2**: A chat interface that interacts with CSV files using the Llama2 model. +4. **Chat_with_Document_LlamaIndex_PaLM2**: A chat interface for documents using LlamaIndex and PaLM2. +5. **Chat_with_Multiple_PDF_PaLM2**: Tools to chat with content from multiple PDFs using PaLM2. +6. **Chat_with_Multiple_PDF_llama2_Pinecone**: Chat functionalities with multiple PDFs using Llama2 and Pinecone. +7. **Create a Chatbot for any website**: Scripts and tools to generate a chatbot for any given website. +8. **Fine-Tune Llama 2**: Resources to fine-tune the Llama2 model. +9. **Fine_Tune_Llama2_Generating_data_OpenAI**: Tools for generating data to fine-tune Llama2 using OpenAI. +10. **Flask_LangChain_Recording**: Flask application related to LangChain recording functionalities. +11. **Google_PaLM_API**: Resources related to Google's PaLM API. +12. **LangChainCrashCourse**: A crash course on LangChain. +13. **Llama2 in LangChain**: Implementing Llama2 within the LangChain framework. +14. **Llama2_chatbot_streamlit_replicate**: Replicating the Llama2 chatbot using Streamlit. +15. **Medical_Chatbot_Llama2_Pinecone**: A medical chatbot using Llama2 and Pinecone. +16. **QA Book PDF LangChain Llama 2**: Question-Answer functionalities for book PDFs using LangChain and Llama2. +17. **Run Llama2 Google Colab**: Scripts to run Llama2 on Google Colab. +18. **Run_Code_Llama_CPU**: Running Llama code on CPU. +19. **Run_llama2_local_cpu_upload**: Tools to run Llama2 locally and upload functionalities. +20. **Scripts**: Miscellaneous scripts related to the projects. +21. **Source Code Analysis OpenAI**: Analyzing the source code with OpenAI. +22. **Streamlit_Chat_Multiple_PDF_PaLM2**: Streamlit app for chatting with multiple PDFs using PaLM2. +23. **share**: Shared resources or assets for the projects. + +