diff --git a/README.md b/README.md index b614f5c..cf9e201 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ A curated collection of awesome LLM apps built with RAG and AI agents. This repo 2. **Navigate to the desired project directory** ```bash - cd awesome-llm-apps/chat_with_gmail + cd awesome-llm-apps/chat_with_X_tutorials/chat_with_gmail ``` 3. **Install the required dependencies** diff --git a/advanced_tools_frameworks/gemini_multimodal_chatbot/README.md b/advanced_tools_frameworks/gemini_multimodal_chatbot/README.md index eef3674..b918907 100644 --- a/advanced_tools_frameworks/gemini_multimodal_chatbot/README.md +++ b/advanced_tools_frameworks/gemini_multimodal_chatbot/README.md @@ -12,6 +12,7 @@ This repository contains a Streamlit application that demonstrates a multimodal ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/advanced_tools_frameworks/gemini_multimodal_chatbot ``` 2. Install the required dependencies: diff --git a/advanced_tools_frameworks/llm_router_app/README.md b/advanced_tools_frameworks/llm_router_app/README.md index d2169ab..5a304df 100644 --- a/advanced_tools_frameworks/llm_router_app/README.md +++ b/advanced_tools_frameworks/llm_router_app/README.md @@ -16,6 +16,7 @@ This Streamlit application demonstrates the use of RouteLLM, a system that intel ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/advanced_tools_frameworks/llm_router_app ``` 2. Install the required dependencies: diff --git a/advanced_tools_frameworks/local_chatgpt_clone/README.md b/advanced_tools_frameworks/local_chatgpt_clone/README.md index f3701b7..1aa5a0e 100644 --- a/advanced_tools_frameworks/local_chatgpt_clone/README.md +++ b/advanced_tools_frameworks/local_chatgpt_clone/README.md @@ -12,6 +12,7 @@ This project demonstrates how to build a ChatGPT clone using the Llama-3 model r ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/advanced_tools_frameworks/local_chatgpt_clone ``` 2. Install the required dependencies: diff --git a/advanced_tools_frameworks/local_llama3.1_tool_use/README.md b/advanced_tools_frameworks/local_llama3.1_tool_use/README.md index 19ef874..1c6ac2a 100644 --- a/advanced_tools_frameworks/local_llama3.1_tool_use/README.md +++ b/advanced_tools_frameworks/local_llama3.1_tool_use/README.md @@ -13,7 +13,7 @@ This Streamlit app demonstrates function calling with the local Llama3 model usi ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git -cd local-llama3-tool-use +cd awesome-llm-apps/advanced_tools_frameworks/local_llama3.1_tool_use ``` 2. Install the required dependencies: diff --git a/advanced_tools_frameworks/web_scrapping_ai_agent/README.md b/advanced_tools_frameworks/web_scrapping_ai_agent/README.md index 4932fe4..c73dacc 100644 --- a/advanced_tools_frameworks/web_scrapping_ai_agent/README.md +++ b/advanced_tools_frameworks/web_scrapping_ai_agent/README.md @@ -12,6 +12,7 @@ This Streamlit app allows you to scrape a website using OpenAI API and the scrap ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/advanced_tools_frameworks/web_scrapping_ai_agent ``` 2. Install the required dependencies: diff --git a/advanced_tools_frameworks/web_search_ai_assistant/README.md b/advanced_tools_frameworks/web_search_ai_assistant/README.md index b31e0e7..24fee18 100644 --- a/advanced_tools_frameworks/web_search_ai_assistant/README.md +++ b/advanced_tools_frameworks/web_search_ai_assistant/README.md @@ -12,6 +12,7 @@ This Streamlit app combines the power of search engines and LLMs to provide you ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/advanced_tools_frameworks/web_search_ai_assistant ``` 2. Install the required dependencies: diff --git a/ai_agent_tutorials/ai_customer_support_agent/README.md b/ai_agent_tutorials/ai_customer_support_agent/README.md index 0eaefaf..d7ba62e 100644 --- a/ai_agent_tutorials/ai_customer_support_agent/README.md +++ b/ai_agent_tutorials/ai_customer_support_agent/README.md @@ -13,6 +13,7 @@ This Streamlit app implements an AI-powered customer support agent for synthetic 1. Clone the GitHub repository ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/ai_agent_tutorials/ai_customer_support_agent ``` 2. Install the required dependencies: diff --git a/ai_agent_tutorials/ai_finance_agent_team/README.md b/ai_agent_tutorials/ai_finance_agent_team/README.md index 35a6391..9723fba 100644 --- a/ai_agent_tutorials/ai_finance_agent_team/README.md +++ b/ai_agent_tutorials/ai_finance_agent_team/README.md @@ -15,6 +15,7 @@ This script demonstrates how to build a team of AI agents that work together as 1. Clone the GitHub repository ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/ai_agent_tutorials/ai_finance_agent_team ``` 2. Install the required dependencies: diff --git a/ai_agent_tutorials/ai_health_fitness_agent/README.md b/ai_agent_tutorials/ai_health_fitness_agent/README.md index 6f7a79a..6b7bac9 100644 --- a/ai_agent_tutorials/ai_health_fitness_agent/README.md +++ b/ai_agent_tutorials/ai_health_fitness_agent/README.md @@ -38,7 +38,8 @@ Before anything else, Please get a free Gemini API Key provided by Google AI her 1. **Clone the Repository**: ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git - cd ai_agent_tutorials``` + cd awesome-llm-apps/ai_agent_tutorials/ai_health_fitness_agent + ``` 2. **Install the dependencies** ```bash diff --git a/ai_agent_tutorials/ai_investment_agent/README.md b/ai_agent_tutorials/ai_investment_agent/README.md index f655d04..fe085b7 100644 --- a/ai_agent_tutorials/ai_investment_agent/README.md +++ b/ai_agent_tutorials/ai_investment_agent/README.md @@ -13,6 +13,7 @@ This Streamlit app is an AI-powered investment agent that compares the performan ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/ai_agent_tutorials/ai_investment_agent ``` 2. Install the required dependencies: diff --git a/ai_agent_tutorials/ai_journalist_agent/README.md b/ai_agent_tutorials/ai_journalist_agent/README.md index 76b3df7..18aa2ae 100644 --- a/ai_agent_tutorials/ai_journalist_agent/README.md +++ b/ai_agent_tutorials/ai_journalist_agent/README.md @@ -12,6 +12,7 @@ This Streamlit app is an AI-powered journalist agent that generates high-quality ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/ai_agent_tutorials/ai_journalist_agent ``` 2. Install the required dependencies: diff --git a/ai_agent_tutorials/ai_legal_agent_team/README.md b/ai_agent_tutorials/ai_legal_agent_team/README.md index 8f340fc..d97cd99 100644 --- a/ai_agent_tutorials/ai_legal_agent_team/README.md +++ b/ai_agent_tutorials/ai_legal_agent_team/README.md @@ -26,7 +26,7 @@ A Streamlit application that simulates a full-service legal team using multiple ```bash # Clone the repository git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git - cd ai_legal_agent_team + cd awesome-llm-apps/ai_agent_tutorials/ai_legal_agent_team # Install dependencies pip install -r requirements.txt diff --git a/ai_agent_tutorials/ai_meeting_agent/README.md b/ai_agent_tutorials/ai_meeting_agent/README.md index dfa738c..b93679b 100644 --- a/ai_agent_tutorials/ai_meeting_agent/README.md +++ b/ai_agent_tutorials/ai_meeting_agent/README.md @@ -14,6 +14,7 @@ This Streamlit application leverages multiple AI agents to create comprehensive ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/ai_agent_tutorials/ai_meeting_agent ``` 2. Install the required dependencies: diff --git a/ai_agent_tutorials/ai_movie_production_agent/README.md b/ai_agent_tutorials/ai_movie_production_agent/README.md index 0a1bf8e..3dac2c7 100644 --- a/ai_agent_tutorials/ai_movie_production_agent/README.md +++ b/ai_agent_tutorials/ai_movie_production_agent/README.md @@ -12,6 +12,7 @@ This Streamlit app is an AI-powered movie production assistant that helps bring ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/ai_agent_tutorials/ai_movie_production_agent ``` 2. Install the required dependencies: diff --git a/ai_agent_tutorials/ai_personal_finance_agent/README.md b/ai_agent_tutorials/ai_personal_finance_agent/README.md index 92683af..c96ae2b 100644 --- a/ai_agent_tutorials/ai_personal_finance_agent/README.md +++ b/ai_agent_tutorials/ai_personal_finance_agent/README.md @@ -12,6 +12,7 @@ This Streamlit app is an AI-powered personal finance planner that generates pers ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/ai_agent_tutorials/ai_personal_finance_agent ``` 2. Install the required dependencies: diff --git a/ai_agent_tutorials/ai_services_agency/README.md b/ai_agent_tutorials/ai_services_agency/README.md index cc85d1b..4003cea 100644 --- a/ai_agent_tutorials/ai_services_agency/README.md +++ b/ai_agent_tutorials/ai_services_agency/README.md @@ -64,7 +64,7 @@ Before anything else, Please get your OpenAI API Key here: https://platform.open 1. **Clone the Repository**: ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git - cd ai_agent_tutorials + cd awesome-llm-apps/ai_agent_tutorials/ai_services_agency ``` 2. **Install the dependencies**: diff --git a/ai_agent_tutorials/ai_startup_trend_analysis_agent/README.md b/ai_agent_tutorials/ai_startup_trend_analysis_agent/README.md index 319669d..5402738 100644 --- a/ai_agent_tutorials/ai_startup_trend_analysis_agent/README.md +++ b/ai_agent_tutorials/ai_startup_trend_analysis_agent/README.md @@ -13,7 +13,7 @@ The AI Startup Trend Analysis Agent is tool for budding entrepreneurs that gener 1. **Clone the repository**: ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git - cd ai_agent_tutorials/ai_business_insider_agent + cd awesome-llm-apps/ai_agent_tutorials/ai_startup_trend_analysis_agent ``` 2. **Create and activate a virtual environment**: diff --git a/ai_agent_tutorials/ai_travel_agent/README.MD b/ai_agent_tutorials/ai_travel_agent/README.MD index 9117ad7..d9b492f 100644 --- a/ai_agent_tutorials/ai_travel_agent/README.MD +++ b/ai_agent_tutorials/ai_travel_agent/README.MD @@ -12,6 +12,7 @@ This Streamlit app is an AI-powered travel Agent that generates personalized tra ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/ai_agent_tutorials/ai_travel_agent ``` 2. Install the required dependencies: diff --git a/ai_agent_tutorials/local_news_agent_openai_swarm/README.md b/ai_agent_tutorials/local_news_agent_openai_swarm/README.md index 904f02c..3f460e5 100644 --- a/ai_agent_tutorials/local_news_agent_openai_swarm/README.md +++ b/ai_agent_tutorials/local_news_agent_openai_swarm/README.md @@ -18,7 +18,7 @@ This Streamlit application implements a sophisticated news processing pipeline u 1. Clone the GitHub repository ```bash git clone https://github.com/your-username/ai-news-processor.git -cd local_news_agent_openai_swarm +cd awesome-llm-apps/ai_agent_tutorials/local_news_agent_openai_swarm ``` 2. Install the required dependencies: diff --git a/ai_agent_tutorials/multi_agent_researcher/README.md b/ai_agent_tutorials/multi_agent_researcher/README.md index 0b81011..d8276e4 100644 --- a/ai_agent_tutorials/multi_agent_researcher/README.md +++ b/ai_agent_tutorials/multi_agent_researcher/README.md @@ -12,6 +12,7 @@ This Streamlit app empowers you to research top stories and users on HackerNews ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/ai_agent_tutorials/multi_agent_researcher ``` 2. Install the required dependencies: diff --git a/ai_agent_tutorials/multimodal_ai_agent/README.md b/ai_agent_tutorials/multimodal_ai_agent/README.md index bec4ebd..1514823 100644 --- a/ai_agent_tutorials/multimodal_ai_agent/README.md +++ b/ai_agent_tutorials/multimodal_ai_agent/README.md @@ -16,7 +16,7 @@ A Streamlit application that combines video analysis and web search capabilities ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git -cd multimodal_ai_agents +cd awesome-llm-apps/ai_agent_tutorials/multimodal_ai_agent ``` 2. Install the required dependencies: diff --git a/ai_agent_tutorials/multimodal_design_agent_team/README.md b/ai_agent_tutorials/multimodal_design_agent_team/README.md index 5416584..cb8e620 100644 --- a/ai_agent_tutorials/multimodal_design_agent_team/README.md +++ b/ai_agent_tutorials/multimodal_design_agent_team/README.md @@ -25,7 +25,7 @@ This application leverages multiple specialized AI agents to provide comprehensi ```bash # Clone the repository git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git - cd ai_agent_tutorials/multimodal_design_agent_team + cd awesome-llm-apps/ai_agent_tutorials/multimodal_design_agent_team # Create and activate virtual environment (optional) python -m venv venv diff --git a/ai_agent_tutorials/xai_finance_agent/README.md b/ai_agent_tutorials/xai_finance_agent/README.md index 10b07e6..3423e9d 100644 --- a/ai_agent_tutorials/xai_finance_agent/README.md +++ b/ai_agent_tutorials/xai_finance_agent/README.md @@ -14,12 +14,13 @@ This application creates a financial analysis agent powered by xAI's Grok model, 1. Clone the GitHub repository ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/ai_agent_tutorials/xai_finance_agent ``` 2. Install the required dependencies: ```bash -cd ai_agent_tutorials/xai_finance_agent +cd awesome-llm-apps/ai_agent_tutorials/xai_finance_agent pip install -r requirements.txt ``` diff --git a/chat_with_X_tutorials/chat_with_github/README.md b/chat_with_X_tutorials/chat_with_github/README.md index 423c6fb..a0c8e0b 100644 --- a/chat_with_X_tutorials/chat_with_github/README.md +++ b/chat_with_X_tutorials/chat_with_github/README.md @@ -14,6 +14,7 @@ LLM app with RAG to chat with GitHub Repo in just 30 lines of Python Code. The a ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/chat_with_X_tutorials/chat_with_github ``` 2. Install the required dependencies: diff --git a/chat_with_X_tutorials/chat_with_gmail/README.md b/chat_with_X_tutorials/chat_with_gmail/README.md index efb9da2..6666d80 100644 --- a/chat_with_X_tutorials/chat_with_gmail/README.md +++ b/chat_with_X_tutorials/chat_with_gmail/README.md @@ -14,6 +14,7 @@ LLM app with RAG to chat with Gmail in just 30 lines of Python Code. The app use ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/chat_with_X_tutorials/chat_with_gmail ``` 2. Install the required dependencies diff --git a/chat_with_X_tutorials/chat_with_pdf/README.md b/chat_with_X_tutorials/chat_with_pdf/README.md index 4994d4e..30a11e5 100644 --- a/chat_with_X_tutorials/chat_with_pdf/README.md +++ b/chat_with_X_tutorials/chat_with_pdf/README.md @@ -14,6 +14,7 @@ LLM app with RAG to chat with PDF in just 30 lines of Python Code. The app uses ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/chat_with_X_tutorials/chat_with_pdf ``` 2. Install the required dependencies diff --git a/chat_with_X_tutorials/chat_with_research_papers/README.md b/chat_with_X_tutorials/chat_with_research_papers/README.md index b5fa6ce..93d3f18 100644 --- a/chat_with_X_tutorials/chat_with_research_papers/README.md +++ b/chat_with_X_tutorials/chat_with_research_papers/README.md @@ -12,6 +12,7 @@ This Streamlit app enables you to engage in interactive conversations with arXiv ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/chat_with_X_tutorials/chat_with_research_papers ``` 2. Install the required dependencies: diff --git a/chat_with_X_tutorials/chat_with_substack/README.md b/chat_with_X_tutorials/chat_with_substack/README.md index 140444c..7f3d5f1 100644 --- a/chat_with_X_tutorials/chat_with_substack/README.md +++ b/chat_with_X_tutorials/chat_with_substack/README.md @@ -12,6 +12,7 @@ Streamlit app that allows you to chat with a Substack newsletter using OpenAI's ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/chat_with_X_tutorials/chat_with_substack ``` 2. Install the required dependencies: diff --git a/chat_with_X_tutorials/chat_with_youtube_videos/README.md b/chat_with_X_tutorials/chat_with_youtube_videos/README.md index 69e8d8e..8debe9e 100644 --- a/chat_with_X_tutorials/chat_with_youtube_videos/README.md +++ b/chat_with_X_tutorials/chat_with_youtube_videos/README.md @@ -14,6 +14,7 @@ LLM app with RAG to chat with YouTube Videos in just 30 lines of Python Code. Th ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/chat_with_X_tutorials/chat_with_youtube_videos ``` 2. Install the required dependencies: diff --git a/llm_apps_with_memory_tutorials/ai_arxiv_agent_memory/README.md b/llm_apps_with_memory_tutorials/ai_arxiv_agent_memory/README.md index a6788c0..74c6395 100644 --- a/llm_apps_with_memory_tutorials/ai_arxiv_agent_memory/README.md +++ b/llm_apps_with_memory_tutorials/ai_arxiv_agent_memory/README.md @@ -14,6 +14,7 @@ This Streamlit app implements an AI-powered research assistant that helps users 1. Clone the GitHub repository ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/llm_apps_with_memory_tutorials/ai_arxiv_agent_memory ``` 2. Install the required dependencies: diff --git a/llm_apps_with_memory_tutorials/ai_travel_agent_memory/README.md b/llm_apps_with_memory_tutorials/ai_travel_agent_memory/README.md index bd3795e..c96b857 100644 --- a/llm_apps_with_memory_tutorials/ai_travel_agent_memory/README.md +++ b/llm_apps_with_memory_tutorials/ai_travel_agent_memory/README.md @@ -13,6 +13,7 @@ This Streamlit app implements an AI-powered travel assistant that remembers user 1. Clone the GitHub repository ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/llm_apps_with_memory_tutorials/ai_travel_agent_memory ``` 2. Install the required dependencies: diff --git a/llm_apps_with_memory_tutorials/llm_app_personalized_memory/README.md b/llm_apps_with_memory_tutorials/llm_app_personalized_memory/README.md index 2a2e995..6d0c0e1 100644 --- a/llm_apps_with_memory_tutorials/llm_app_personalized_memory/README.md +++ b/llm_apps_with_memory_tutorials/llm_app_personalized_memory/README.md @@ -14,6 +14,7 @@ This Streamlit app is an AI-powered chatbot that uses OpenAI's GPT-4o model with 1. Clone the GitHub repository ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/llm_apps_with_memory_tutorials/llm_app_personalized_memory ``` 2. Install the required dependencies: diff --git a/llm_apps_with_memory_tutorials/local_chatgpt_with_memory/README.md b/llm_apps_with_memory_tutorials/local_chatgpt_with_memory/README.md index 1a1a597..252c984 100644 --- a/llm_apps_with_memory_tutorials/local_chatgpt_with_memory/README.md +++ b/llm_apps_with_memory_tutorials/local_chatgpt_with_memory/README.md @@ -13,12 +13,13 @@ This Streamlit application implements a fully local ChatGPT-like experience usin 1. Clone the GitHub repository ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/llm_apps_with_memory_tutorials/local_chatgpt_with_memory ``` 2. Install the required dependencies: ```bash -cd rag_tutorials/local_rag_agent +cd awesome-llm-apps/rag_tutorials/local_rag_agent pip install -r requirements.txt ``` diff --git a/llm_apps_with_memory_tutorials/multi_llm_memory/README.md b/llm_apps_with_memory_tutorials/multi_llm_memory/README.md index 6cf3945..a16766e 100644 --- a/llm_apps_with_memory_tutorials/multi_llm_memory/README.md +++ b/llm_apps_with_memory_tutorials/multi_llm_memory/README.md @@ -17,6 +17,7 @@ This Streamlit application demonstrates a multi-LLM system with a shared memory 1. Clone the GitHub repository ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/llm_apps_with_memory_tutorials/multi_llm_memory ``` 2. Install the required dependencies: diff --git a/llm_finetuning_tutorials/llama3.2_finetuning/README.md b/llm_finetuning_tutorials/llama3.2_finetuning/README.md index 6d5ef16..ab4e310 100644 --- a/llm_finetuning_tutorials/llama3.2_finetuning/README.md +++ b/llm_finetuning_tutorials/llama3.2_finetuning/README.md @@ -15,7 +15,7 @@ This script demonstrates how to finetune the Llama 3.2 model using the [Unsloth] ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git -cd llama3.2_finetuning +cd awesome-llm-apps/llm_finetuning_tutorials/llama3.2_finetuning ``` 2. Install the required dependencies: diff --git a/rag_tutorials/agentic_rag/README.md b/rag_tutorials/agentic_rag/README.md index 5f28f62..88b0695 100644 --- a/rag_tutorials/agentic_rag/README.md +++ b/rag_tutorials/agentic_rag/README.md @@ -14,6 +14,7 @@ This script demonstrates how to build a Retrieval-Augmented Generation (RAG) age 1. Clone the GitHub repository ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/rag_tutorials/agentic_rag ``` 2. Install the required dependencies: diff --git a/rag_tutorials/autonomous_rag/README.md b/rag_tutorials/autonomous_rag/README.md index ab7a27e..f68dc13 100644 --- a/rag_tutorials/autonomous_rag/README.md +++ b/rag_tutorials/autonomous_rag/README.md @@ -14,6 +14,7 @@ Features 1. Clone the GitHub repository ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/rag_tutorials/autonomous_rag ``` 2. Install the required dependencies: diff --git a/rag_tutorials/hybrid_search_rag/README.md b/rag_tutorials/hybrid_search_rag/README.md index 3c96b9b..52e1985 100644 --- a/rag_tutorials/hybrid_search_rag/README.md +++ b/rag_tutorials/hybrid_search_rag/README.md @@ -44,7 +44,7 @@ You'll need the following API keys and database setup: 1. **Clone the Repository**: ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git - cd rag_tutorials/hybrid_search_rag + cd awesome-llm-apps/rag_tutorials/hybrid_search_rag ``` 2. **Install Dependencies**: diff --git a/rag_tutorials/llama3.1_local_rag/README.md b/rag_tutorials/llama3.1_local_rag/README.md index 9d6dd45..c4baca2 100644 --- a/rag_tutorials/llama3.1_local_rag/README.md +++ b/rag_tutorials/llama3.1_local_rag/README.md @@ -13,6 +13,7 @@ Streamlit app that allows you to chat with any webpage using local Llama-3.1 and ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git +cd awesome-llm-apps/rag_tutorials/llama3.1_local_rag ``` 2. Install the required dependencies: diff --git a/rag_tutorials/local_hybrid_search_rag/README.md b/rag_tutorials/local_hybrid_search_rag/README.md index ae4b8f8..f7a0f86 100644 --- a/rag_tutorials/local_hybrid_search_rag/README.md +++ b/rag_tutorials/local_hybrid_search_rag/README.md @@ -62,6 +62,8 @@ These models offer a good balance of performance and resource usage, and have be 3. **Install Dependencies**: ```bash + git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git + cd awesome-llm-apps/rag_tutorials/local_hybrid_search_rag pip install -r requirements.txt ``` diff --git a/rag_tutorials/local_rag_agent/README.md b/rag_tutorials/local_rag_agent/README.md index 7877f08..bbada4a 100644 --- a/rag_tutorials/local_rag_agent/README.md +++ b/rag_tutorials/local_rag_agent/README.md @@ -19,7 +19,7 @@ git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git 2. Install the required dependencies: ```bash -cd rag_tutorials/local_rag_agent +cd awesome-llm-apps/rag_tutorials/local_rag_agent pip install -r requirements.txt ``` diff --git a/rag_tutorials/rag-as-a-service/README.md b/rag_tutorials/rag-as-a-service/README.md index b36930a..ded7254 100644 --- a/rag_tutorials/rag-as-a-service/README.md +++ b/rag_tutorials/rag-as-a-service/README.md @@ -13,7 +13,7 @@ Build and deploy a production-ready Retrieval-Augmented Generation (RAG) service 1. Clone the GitHub repository ```bash git clone https://github.com/Shubhamsaboo/awesome-llm-apps.git -cd rag-as-a-service +cd awesome-llm-apps/rag_tutorials/rag-as-a-service ``` 2. Install the required dependencies: