Latest Open Source Projects
llama
llama
TLDR: This repository provides a minimal example to load and run inference on Llama 2 models. It includes instructions for downloading the model weights and tokenizer, as well as quick start and inference steps. Different models require different model-parallel values. Llama 2 is licensed for both researchers and commercial entities.
AnimatedDrawings
AnimatedDrawings
TLDR: This repo contains an implementation of an algorithm for animating children's drawings. It provides tools for creating animations from drawings, including exporting to different formats, animating custom drawings, and adding multiple characters and backgrounds. It also includes a browser-based demo, a dataset, and trained model weights.
llama_index
llama_index
TLDR: LlamaIndex is a data framework for LLM applications. It provides data connectors, ways to structure data, an advanced retrieval/query interface, and easy integrations. It has starter and customized options in Python and comes with important links and an ecosystem including LlamaHub and LlamaLab. Contributions are welcome and full documentation is available.
khoj
PaddleNLP
PaddleNLP
TLDR: 👑 Easy-to-use and powerful NLP and LLM library with 🤗 Awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications, including 🗂Text Classification, 🔍 Neural Search, ❓ Question Answering, ℹ️ Information Extraction, 📄 Document Intelligence, 💌 Sentiment Analysis etc.
Azure-Sentinel
Azure-Sentinel
TLDR: Cloud-native SIEM for intelligent security analytics for your entire enterprise.
cryptography
cryptography
TLDR: cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.