Showing 19 open source projects for "learning"

View related business solutions
  • 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
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    Memories

    Memories

    Build a full stack MERN application

    Project MERN Memories is a full-stack application built as a learning tutorial, using the MERN stack: React on the front end, Node.js and Express on the back end, and MongoDB for data persistence. The app is called “Memories” and allows users to post interesting events from their lives (memories), providing a simple social media–style interface and back-end API to support create, read, update, delete of posts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Krypt

    Krypt

    Build a Web 3.0 React Solidity blockchain application

    ...It walks you through setting up MetaMask, configuring a local or test blockchain, and wiring contract methods to a clean, modern UI. The project emphasizes end-to-end learning: from authoring and compiling a smart contract, to deploying it, and then interacting with it via web3 libraries in React. It demonstrates core patterns like sending transactions, reading on-chain state, and providing user feedback for pending and confirmed operations. The codebase is structured to be approachable for newcomers while still exposing real-world concerns such as network switching and account permissions. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    CSS Inspiration

    CSS Inspiration

    Curated collection of interesting, creative, or inspiring CSS effects

    CSS-Inspiration is a living gallery of modern CSS effects and components that highlights what’s possible with pure CSS and minimal markup. The collection ranges from micro-interactions and loaders to 3D transforms, complex backgrounds, hover states, and text effects, each presented as a small, self-contained demo. Source code is front and center, encouraging developers to study, copy, and tweak snippets for their own projects. Many examples lean on contemporary features—custom properties,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    UNA

    UNA

    PHP & MySQL based CMS with messenger

    Full featured CMS with social features. It has limited functionality by default and can be extended with additional modules. Additional modules includes such features as Education solution, Video Messenger, Events, Polls, Tasks, Forum, Market, Videos, Video Streaming and more
    Downloads: 13 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
    Frontend Park

    Frontend Park

    Frontend projects and experiments

    ...It includes examples ranging from pose and face recognition using TensorFlow.js to WebRTC-based video calls and Three.js 3D animations. This repository serves as a playground for exploring and learning modern frontend development techniques.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ZY Player

    ZY Player

    ZY Player repository

    ...All resources are from the Internet, the software does not participate in any production, uploading, storage, etc., and the dissemination of illegal resources is prohibited. This software is for learning reference only, please delete it within 24 hours after installation. Play history, and automatically jumps to history progress. Favorites support import, export, support for synchronous drama. Support simplified mode, fish, and paddle. Search all resources with one click, and support historical search records. Export resource download link. ...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 7
    Winds

    Winds

    A Beautiful Open Source RSS & Podcast App Powered by Getstream.io

    ...For Winds the follow suggestions and the list of articles from the feeds you follow is powered by Stream. Stream accounts are free for up to 3 million feed updates and handle personalization (machine learning) for up to 100 users.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    XZVoice

    XZVoice

    Free and open source text-to-speech software

    ...Technically, multi-level rhythmic pauses are taken into account to achieve the purpose of natural synthesizing rhythm, and comprehensively use acoustic parameters and linguistic parameters to establish multiple automatic prediction models based on deep learning. Using massive audio data to train the pronunciation model, the synthetic sound is real, full, cadenced, and expressive, and the MOS score has reached the professional level in the industry.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9

    Udeler

    Udemy Course Downloader (GUI)

    Udeler is an open source, cross-platform desktop application for downloading Udemy Courses. It makes viewing and learning from Udemy Courses a lot easier by downloading the courses to your desktop, allowing you to view them conveniently offline and at your own pace. Udeler downloads Udemy Courses straight to your Downloads folder, keeping the original structure of course content intact. It works a lot like most other download managers, but Udeler automates this process when downloading Udemy Courses. ...
    Downloads: 119 This Week
    Last Update:
    See Project
  • 8 Monitoring Tools in One APM. Install in 5 Minutes. Icon
    8 Monitoring Tools in One APM. Install in 5 Minutes.

    Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.

    AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
    Start Free
  • 10
    TenorSpace.js

    TenorSpace.js

    Neural network 3D visualization framework

    TensorSpace is a neural network 3D visualization framework built using TensorFlow.js, Three.js and Tween.js. TensorSpace provides Keras-like APIs to build deep learning layers, load pre-trained models, and generate a 3D visualization in the browser. From TensorSpace, it is intuitive to learn what the model structure is, how the model is trained and how the model predicts the results based on the intermediate information. After preprocessing the model, TensorSpace supports the visualization of pre-trained models from TensorFlow, Keras and TensorFlow.js. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Effeckt.css

    Effeckt.css

    A Performant Transitions and Animations Library

    ...Each effect is isolated, documented, and demoed, allowing designers to copy just what they need rather than dragging in a monolithic framework. By standardizing names and behaviors, it helps teams keep motion design consistent across a product while remaining easy to theme. The library doubled as a learning resource during the rise of CSS animations, showing how to achieve polished interactions without heavy JavaScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    react-imgpro

    react-imgpro

    Image Processing Component for React

    ...I was working on a project last month which involved a lot of image processing and I'd to rely on third party libraries. But before using them directly, I'd to learn different concepts in gl (shaders) and then try to implement them in React. The difficult part was not learning but it was the verbosity, boilerplate code and redundancy introduced by the libraries in the codebase. It was getting difficult to organize all the things. And React's component-based model was perfect for hiding all the implementation details in a component.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    css3-

    css3-

    CSS3 implements various 3D && 3D planetary animation effects

    ...The project is structured as a reference-style showcase where each example isolates a specific technique, making it easy to study and adapt into real projects. Its educational value lies in revealing non-obvious CSS behaviors and encouraging deeper mastery of the styling layer. Overall, css3- serves as a comprehensive learning and inspiration resource for developers seeking to master advanced CSS3 techniques.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Keras.js

    Keras.js

    Run Keras models in the browser, with GPU support using WebGL

    Run Keras models in the browser, with GPU support provided by WebGL 2. Models can be run in Node.js as well, but only in CPU mode. Because Keras abstracts away a number of frameworks as backends, the models can be trained in any backend, including TensorFlow, CNTK, etc. Check out the demos/ directory for real examples running Keras.js in VueJS. Library version compatibility, Keras 2.1.2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    EarTeach desktop Ear Trainer

    EarTeach desktop Ear Trainer

    Complete Musical Ear Training HTML5 application.

    This EarTeach client is the desktop distribution, of the homonymous HTML5 open source online application www.earteach.com, packed with node-webkit. EarTeach features the following groups of trainers. - Chords - Intervals - Scales Each category has a set of prebuild exercises, and user can create and save, its own customized exercise presets. All user results are stored, allowing to evaluate the current musical skills status, in each preset, or even display a graph of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Sphaerica

    Interactive spherical geometry software.

    Sphaerica is an interactive spherical geometry computer software. You can create complex geometric constructions in spherical geometry with this software. It supports orthogonal, stereographic and gnomonic projections to display your construction. It also has a built in scripting language for automated constructions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Oirlis
    This site was created with the aim of serving in learning a language. Especially we'll try to help listen it. It also comes with the goal of being free and collaborative. Therefore anyone who wants to participate is welcome.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    MediaGlyphs

    MediaGlyphs

    international glyph-based auxlang

    MediaGlyphs: an international language based on multimedia ideograms. It allows to read, think or type in your own language sentences written with the shared mediaglyphs: a common writing system for the world, Simple Unambiguous Neutral & Universal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A group of specific modules that allow to create and manage a simple distance learning system including audio/video and slide synchronization (in live streamed session too), slideshows, content management, teacher/student chat.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB