Showing 597 open source projects for "tutorials"

View related business solutions
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    Codel

    Codel

    Fully autonomous AI Agent that can perform complicated tasks

    Fully autonomous AI Agent that can perform complicated tasks and projects using terminal, browser, and editor.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    E2B Cookbook

    E2B Cookbook

    Examples of using E2B

    E2B Cookbook is an open-source collection of example projects, guides, and reference implementations demonstrating how to build applications using the E2B platform. The repository acts as a practical learning resource for developers who want to integrate AI agents with secure cloud execution environments that allow large language models to run code and interact with tools. The examples illustrate how developers can build AI workflows capable of performing tasks such as data analysis, code...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Prompt in-context learning

    Prompt in-context learning

    Resources for in-context learning and prompt engineering

    Prompt-In-Context-Learning is an open-source repository that serves as a comprehensive engineering guide and curated resource collection for understanding and applying in-context learning and prompt engineering with large language models. The project gathers research papers, tutorials, prompt examples, and practical guides that help developers and researchers learn how to design effective prompts for models such as GPT-3, ChatGPT, and other foundation models. In-context learning refers to the ability of language models to learn a task directly from examples provided in the prompt without updating the model’s parameters, allowing them to perform new tasks through demonstration alone. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    handy-ollama

    handy-ollama

    Implement CPU from scratch and play with large model deployments

    handy-ollama is an open-source educational project designed to help developers and AI enthusiasts learn how to deploy and run large language models locally using the Ollama platform. The repository serves as a structured tutorial that explains how to install, configure, and use Ollama to run modern language models on personal hardware without requiring advanced infrastructure. A key focus of the project is enabling users to run large models even without GPUs by leveraging optimized CPU-based...
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    guide-rpc-framework

    guide-rpc-framework

    A custom RPC framework implemented by Netty+Kyro+Zookeeper

    The guide-rpc-framework is a Java implementation of a Remote Procedure Call (RPC) framework built on Netty, Kyro (for serialization), and Zookeeper (for service discovery and coordination). It’s aimed primarily at learners and practitioners of distributed systems who want to see how you might build an RPC system from first principles rather than just use an existing library. The project provides code for client-side stubs, server-side skeletons, method dispatching, serialization, load...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    MASA Blazor

    MASA Blazor

    Blazor UI component library based on Material Design

    Provide a standard basic component library based on Material design specifications. Provides preset components for standard scenarios such as layout, frame standard, Loading, and global exception handling. Starting from more practical scenarios, to meet the needs of more users and scenarios, and to minimize the time cost of developers. Shorten the development cycle and improve development efficiency. And provide a set of examples of Web solutions - MASA Blazor Pro has a variety of common...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PennyLane

    PennyLane

    A cross-platform Python library for differentiable programming

    A cross-platform Python library for differentiable programming of quantum computers. Train a quantum computer the same way as a neural network. Built-in automatic differentiation of quantum circuits, using the near-term quantum devices directly. You can combine multiple quantum devices with classical processing arbitrarily! Support for hybrid quantum and classical models, and compatible with existing machine learning libraries. Quantum circuits can be set up to interface with either NumPy,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PyTorch Geometric Temporal

    PyTorch Geometric Temporal

    Spatiotemporal Signal Processing with Neural Machine Learning Models

    The library consists of various dynamic and temporal geometric deep learning, embedding, and Spatio-temporal regression methods from a variety of published research papers. Moreover, it comes with an easy-to-use dataset loader, train-test splitter and temporal snaphot iterator for dynamic and temporal graphs. The framework naturally provides GPU support. It also comes with a number of benchmark datasets from the epidemiological forecasting, sharing economy, energy production and web traffic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    AIF360

    AIF360

    A comprehensive set of fairness metrics for datasets

    ...AI Fairness 360 package is available in both Python and R. The AI Fairness 360 interactive experience provides a gentle introduction to the concepts and capabilities. The tutorials and other notebooks offer a deeper, data scientist-oriented introduction. The complete API is also available. Being a comprehensive set of capabilities, it may be confusing to figure out which metrics and algorithms are most appropriate for a given use case. To help, we have created some guidance material that can be consulted.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 10
    The Grand Complete Data Science Guide

    The Grand Complete Data Science Guide

    Data Science Guide With Videos And Materials

    The Grand Complete Data Science Materials is a repository curated by a data-science educator that aggregates a wide range of learning resources — from basic programming and math foundation to advanced topics in machine learning, deep learning, natural language processing, computer vision, and deployment practices — into a structured, centralized collection aimed at learners seeking a comprehensive path to data science mastery. The repository bundles tutorials, lecture notes, project outlines, course materials, and references across topics like Python, statistics, ML algorithms, deep learning, NLP, data preprocessing, model evaluation, and real-world problem solving. Its broad scope makes it particularly suitable for beginners or self-taught programmers who want an end-to-end learning track — from fundamentals all the way to building and deploying ML or AI systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Fully Homomorphic Encryption

    Fully Homomorphic Encryption

    An FHE compiler for C++

    ...The workflow usually mirrors normal software development: write and test a cleartext implementation, run a simulator to validate logic and performance characteristics, then compile to an encrypted form to run with real FHE parameters. The project includes benchmarking harnesses, examples, and tutorials that demystify parameter selection, gate costs, and latency/throughput trade-offs. Multiple runtimes and backends are supported so teams can choose Boolean or integer schemes depending on accuracy and speed needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    MateriApps LIVE!

    Live Debian GNU/Linux System for MateriApps Applications

    ...offers a virtual environment where one can try out computational materials science simulation freely, using a notebook PC, etc. All environment required to begin tutorials, such as MateriApps applications, OS (Debian GNU/Linux), editors, and visualization tools, is provided as an OVA file.
    Leader badge
    Downloads: 626 This Week
    Last Update:
    See Project
  • 13
    scikit-learn-videos

    scikit-learn-videos

    Jupyter notebooks from the scikit-learn video series

    ...The project emphasizes accessibility and beginner-friendly explanations, making it suitable for learners who are new to data science or machine learning programming. The tutorials collectively span several hours of instructional content and demonstrate how to build predictive models using Python tools commonly used in the data science ecosystem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    TensorFlow Privacy

    TensorFlow Privacy

    Library for training machine learning models with privacy for data

    ...This repository contains the source code for TensorFlow Privacy, a Python library that includes implementations of TensorFlow optimizers for training machine learning models with differential privacy. The library comes with tutorials and analysis tools for computing the privacy guarantees provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Xamarin.Forms

    Xamarin.Forms

    Build native apps for iOS, Android, Windows and macOS

    ...Xamarin extends the .NET developer platform with tools and libraries specifically for building apps for Android, iOS, tvOS, watchOS, macOS, and Windows. Learn about all Xamarin has to offer with our tutorials, videos courses, and documentation. Get started in 5 minutes with pre-packaged libraries and developer productivity tools! Businesses worldwide, spanning all industries, use Xamarin and .NET to build performant native mobile apps. See mobile apps that other developers have created using Xamarin, .NET, and Visual Studio. Xamarin apps are native apps! ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    Inkscape

    Inkscape

    Free and open source vector graphics editor for Windows, Mac, & Linux

    ...Its user-friendly interface and multilingual support make it accessible to a global audience, while its extensible architecture allows users to customize functionality via add-ons. Backed by a vibrant international community, Inkscape offers plenty of tutorials and support resources for users at all levels. Licensed under the GPL, it is maintained by contributors worldwide.
    Leader badge
    Downloads: 350 This Week
    Last Update:
    See Project
  • 17
    TurboWG
    ...Objectives: * Develop OpenFOAM and FOAM-extend extensions for turbomachinery applications, including pre-processing, solution methods, and post-processing. * Provide tutorials on how to produce accurate results using OpenFOAM and FOAM-extend in turbomachines. * Distribute relevant validation test cases and corresponding OpenFOAM and FOAM-extend applications. * Provide a test-harness for new releases of OpenFOAM and FOAM-extend. * Provide Best Practice Guidelines for CFD in turbomachines. Find instructions by clicking on the Wiki tab Disclaimer: The trade mark of the OPENFOAM name is held by ESI-OpenCFD. ...
    Downloads: 21 This Week
    Last Update:
    See Project
  • 18
    OpenCV

    OpenCV

    Open Source Computer Vision Library

    ...Languages: C++, Python, Julia, Javascript Homepage: https://opencv.org Q&A forum: https://forum.opencv.org/ Documentation: https://docs.opencv.org Source code: https://github.com/opencv Please pay special attention to our tutorials! https://docs.opencv.org/master Books about the OpenCV are described here: https://opencv.org/books.html
    Leader badge
    Downloads: 2,982 This Week
    Last Update:
    See Project
  • 19

    tcl-promise

    An implementation of Promises for Tcl

    Promises are concurrency primitives that simplify asynchronous programming by allowing you to write the code in a sequential style. This project implements promises for the Tcl language. See the website and http://www.magicsplat.com/blog/tags/promises/ for documentation and tutorials.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Vuestic Admin

    Vuestic Admin

    Free and Beautiful Vue 3 Admin Template

    Vuestic Admin is built with Vuestic UI. See our issues, contributing guide and join discussions on our discord server to help us improve Vuestic Admin & Vuestic UI experience. Free and beautiful Vue.js admin template with 44+ custom UI components. Developed by Epicmax. Designed by Vasili Savitski. Based on Vuestic UI library.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Digraph3

    Digraph3

    A collection of python3 modules for Algorithmic Decision Theory

    ...Other tutorials concern more specifically operational aspects of computing maximal independent sets (MISs) and kernels in graphs and digraphs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    easycap-app

    easycap-app

    Capture your screen with unprecedented ease and quality.

    ...Designed with simplicity and power in mind, EasyCap is perfect for professionals, creators, and anyone looking to capture their PC activities with ease. Whether you're creating tutorials, recording gameplay, or capturing important moments, EasyCap makes it effortless.
    Downloads: 28 This Week
    Last Update:
    See Project
  • 23

    Install Grub 2 dir themes

    Easy Install Directory with themes for Grub 2

    Easy Install Directory with themes for Grub 2 Set of themes and some tutorials
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Sardi

    Sardi

    Icon theme for Linux Operating Systems

    Sardi is a complete restyling and optimisation of svg code. 6 choices for your applications and 10 kind of folders to use in your file manager. The sardi icons are meant to be changed by the user. Scripts make it easy for you. Tutorials have been created. Desktop theming articles have been written. Change the sardi icons and surprise me. Download the zip file. Extract it and copy/paste it your hidden folder ~/.icons in your home folder. Make one if you do not have one yet. A LOT MORE PICTURES AND INFORMATION ON http://erikdubois.online https://github.com/erikdubois/Sardi
    Downloads: 46 This Week
    Last Update:
    See Project
  • 25

    MatCont

    Numerical Bifurcation Analysis Toolbox in Matlab

    ...Sautois, MCMDS 2008, Vol. 14, No. 2, pp 147-175 In case you're stuck, use the forum, but to get a good answer provide: 1. What command do you give when this appears? Provide the exact steps. Stating "no convergence" is not enough. 2. Most procedures are explained in the Tutorials. There is a manual with detailed descriptions of the data.
    Leader badge
    Downloads: 313 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB