100x-LLM  by Siddhant-Goswami

Code snippets for applied AI cohort lectures

created 1 year ago
306 stars

Top 88.6% on sourcepulse

GitHubView on GitHub
Project Summary

This repository provides code snippets and examples from the 100x Applied AI cohort, focusing on practical implementations of Large Language Model (LLM) workflows. It is designed for developers and researchers looking to understand and build applications leveraging advanced LLM patterns like RAG, agentic behavior, and function calling.

How It Works

The project is structured into distinct directories, each addressing a specific LLM concept. It demonstrates various approaches to RAG, agent orchestration, and chat completions across different providers. The code emphasizes practical application, including prompt chaining, router-based workflows, and parallel processing patterns, offering concrete examples for building sophisticated AI applications.

Quick Start & Requirements

  • Install: pip install -r requirements.txt after cloning and setting up a virtual environment.
  • Prerequisites: Python 3.8+, pip. Requires API keys for services like OpenAI and Hugging Face, configured in a .env file.
  • Resources: Setup involves cloning, environment creation, dependency installation, and API key configuration.

Highlighted Details

  • Implements LLM Workflows, RAG, and Agentic Patterns.
  • Includes examples for Chat Completions, Function Calling, and Hugging Face integration.
  • Features code review automation, evaluation, and optimization techniques.
  • Demonstrates Notion API integration and FastAPI endpoints.

Maintenance & Community

Information regarding maintainers, community channels, or roadmap is not explicitly detailed in the provided README. Contributions are welcomed via pull requests.

Licensing & Compatibility

The project is licensed under terms specified in the LICENSE file. Specific details regarding commercial use or compatibility with closed-source projects are not provided.

Limitations & Caveats

The repository contains code snippets and examples, implying that it may not be a fully integrated, production-ready application. Users will need to consult individual directory READMEs for specific usage instructions and ensure their API keys and configurations are correctly set up.

Health Check
Last commit

1 month ago

Responsiveness

Inactive

Pull Requests (30d)
0
Issues (30d)
0
Star History
66 stars in the last 90 days

Explore Similar Projects

Starred by Elie Bursztein Elie Bursztein(Cybersecurity Lead at Google DeepMind), Chip Huyen Chip Huyen(Author of AI Engineering, Designing Machine Learning Systems), and
3 more.

composio by ComposioHQ

0.2%
26k
Toolset for AI agent integrations via function calling
created 1 year ago
updated 16 hours ago
Feedback? Help us improve.