linuxatico's Stars
nomic-ai/gpt4all
GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
imartinez/privateGPT
Interact with your documents using the power of GPT, 100% privately, no data leaks
facebookresearch/segment-anything
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
moymix/TaskMatrix
makeplane/plane
🔥 🔥 🔥 Open Source JIRA, Linear, Monday, and Asana Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible.
lovell/sharp
High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.
BuilderIO/gpt-crawler
Crawl a site to generate knowledge files to create your own custom GPT from a URL
jordan-cutler/path-to-senior-engineer-handbook
All the resources you need to get to Senior Engineer and beyond
CISOfy/lynis
Lynis - Security auditing tool for Linux, macOS, and UNIX-based systems. Assists with compliance testing (HIPAA/ISO27001/PCI DSS) and system hardening. Agentless, and installation optional.
resilience4j/resilience4j
Resilience4j is a fault tolerance library designed for Java8 and functional programming
awsdocs/aws-doc-sdk-examples
Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
spring-projects/spring-security
Spring Security
mapstruct/mapstruct
An annotation processor for generating type-safe bean mappers
FaisalUmair/udemy-downloader-gui
A desktop application for downloading Udemy Courses
htmlstreamofficial/preline
Preline UI is an open-source set of prebuilt UI components based on the utility-first Tailwind CSS framework.
0hq/WebGPT
Run GPT model on the browser with WebGPU. An implementation of GPT inference in less than ~1500 lines of vanilla Javascript.
deepchecks/deepchecks
Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all of your AI & ML validation needs, enabling to thoroughly test your data and models from research to production.
minimaxir/simpleaichat
Python package for easily interfacing with chat apps, with robust features and minimal code complexity.
rmcrackan/Libation
Libation: Liberate your Library
hegelai/prompttools
Open-source tools for prompt testing and experimentation, with support for both LLMs (e.g. OpenAI, LLaMA) and vector databases (e.g. Chroma, Weaviate, LanceDB).
spring-projects/spring-integration-samples
You are looking for examples, code snippets, sample applications for Spring Integration? This is the place.
corretto/corretto-8
Amazon Corretto 8 is a no-cost, multi-platform, production-ready distribution of OpenJDK 8
microsoft/BotFramework-WebChat
A highly-customizable web-based client for Azure Bot Services.
ctongfei/progressbar
Terminal-based progress bar for Java / JVM
simonmeusel/MuteSpotifyAds
A efficent MacOS application automatically silencing ads of the spotify desktop app
gund/eslint-plugin-deprecation
ESLint rule that reports usage of deprecated code
nickian/mautic-whitelabeler
Easily change the logos, colors and company name in the Mautic user interface.
tsensei/QueryGPT
QnA with NodeJS & OpenAI GPT models on Personal / Business data using Embeddings and Completion
aws-samples/amazon-rekognition-custom-labels-demo
A demo to test Custom Labels with models trained by Amazon Rekognition
intuit/identity-authz-apl
Attribute-based access control (ABAC), also known as policy-based access control, defines an access control paradigm whereby access rights are granted to users through the use of policies which reason over data in attributes. The policies can use any type of attributes (user attributes, resource attributes, object, environment attributes etc.). Read more here - https://en.wikipedia.org/wiki/Attribute-based_access_control ABAC Policy Language is used by ABAC to author policies. A policy consists of rules, which have "when" conditions and "then" actions. Policies are executed in a bounded time, goaled to reach a decision as quickly as possible in deterministic, fast and reliable way. Further light-weight execution consumes minimal resources.