A curated collection of awesome LLM apps built with RAG and AI agents. This repository features LLM apps that use models from OpenAI, Anthropic, Google, and even open-source models like LLaMA that you can run locally on your computer.
🚀 Getting Started
6156-
Clone the repository
git clone https://github.com/pathanjalisrinivasan/llm-apps.git
-
Navigate to the desired project directory
cd awesome-llm-apps/chat_with_X_tutorials/chat_with_gmail
-
Install the required dependencies
pip install -r requirements.txt
-
Follow the project-specific instructions in each project's
README.md
file to set up and run the app.
Contributions are welcome! If you have any ideas, improvements, or new apps to add, please create a new GitHub Issue or submit a pull request. Make sure to follow the existing project structure and include a detailed README.md
for each new app.